ULandscapeComponent::PostInitProperties

Called after the C++ constructor and after the properties have been initialized, including those loaded from config.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Classes/LandscapeComponent.h

Include

#include "LandscapeComponent.h"

Source

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

Syntax

virtual void PostInitProperties()

Remarks

Called after the C++ constructor and after the properties have been initialized, including those loaded from config. This is called before any serialization or other setup has happened.