Navigation
Unreal Engine C++ API Reference > Plugins > OptimusCore > UOptimusVariableDescription
- UObject::PostLoad()
- UOptimusVariableDescription::PostLoad()
References
Module | OptimusCore |
Header | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Public/OptimusVariableDescription.h |
Include | #include "OptimusVariableDescription.h" |
Source | /Engine/Plugins/Animation/DeformerGraph/Source/OptimusCore/Private/OptimusVariableDescription.cpp |
virtual void PostLoad()
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.