A SceneViewExtension is a [[C++]] [[API]] for [[Unreal Engine]] to hook into and modify the rendering pipeline directly, which gives you more control and capabilities. ### Personal Notes ### Documentation Resources [Official Documentation / Beginner Guide analyzing a Color correction plugin](https://dev.epicgames.com/community/learning/knowledge-base/0ql6/unreal-engine-using-sceneviewextension-to-extend-the-rendering-system) [Plugin Template](https://github.com/A57R4L/SceneViewExtensionTemplate)