FLandscapeComponentSceneProxy::OnLevelAddedToWorld

Called to notify the proxy that the level has been fully added to the world and the primitive will now be rendered.

Windows
MacOS
Linux

Override Hierarchy

FPrimitiveSceneProxy::OnLevelAddedToWorld()

FLandscapeComponentSceneProxy::OnLevelAddedToWorld()

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Public/LandscapeRender.h

Include

#include "LandscapeRender.h"

Source

/Engine/Source/Runtime/Landscape/Private/LandscapeRender.cpp

Syntax

virtual void OnLevelAddedToWorld()

Remarks

Called to notify the proxy that the level has been fully added to the world and the primitive will now be rendered. Only called if bNeedsLevelAddedToWorldNotification is set to true.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss