Choose your operating system:
Windows
macOS
Linux
| ISceneViewExtension | ||||
| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Runtime/Landscape/Public/LandscapeRender.h |
Include |
#include "LandscapeRender.h" |
class FLandscapeSceneViewExtension : public FSceneViewExtensionBase
Name | Description | |
---|---|---|
|
FLandscapeSceneViewExtension ( |
Name | Description | |
---|---|---|
|
~FLandscapeSceneViewExtension() |
Name | Description | ||
---|---|---|---|
|
BeginFrame_RenderThread() |
||
|
EndFrame_RenderThread() |
Name | Description | ||
---|---|---|---|
|
BeginRenderViewFamily ( |
Called on game thread when view family is about to be rendered. |
|
|
PreRenderView_RenderThread ( |
Called on render thread at the start of rendering, for each view, after PreRenderViewFamily_RenderThread call. |
|
|
PreRenderViewFamily_RenderThread ( |
Called on render thread at the start of rendering. |
|
|
SetupView ( |
Called on game thread when creating the view. |
|
|
SetupViewFamily ( |
Called on game thread when creating the view family. |