UAssetManagerSettings::PostInitProperties

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

Windows
MacOS
Linux

Override Hierarchy

UObject::PostInitProperties()

UAssetManagerSettings::PostInitProperties()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/AssetManagerSettings.h

Include

#include "Engine/AssetManagerSettings.h"

Source

/Engine/Source/Runtime/Engine/Private/AssetManagerTypes.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.

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