Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > Editor > UAssetGuideline
- UObject::PostLoad()
- UAssetGuideline::PostLoad()
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Classes/Editor/AssetGuideline.h |
Include | #include "Editor/AssetGuideline.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/AssetGuideline.cpp |
virtual void PostLoad&40;&41;
Remarks
Do any object-specific cleanup required immediately after loading an object. This is not called for newly-created objects, and by default will always execute on the game thread.