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