Navigation
API > API/Plugins > API/Plugins/GeometryScriptingEditor > API/Plugins/GeometryScriptingEditor/GeometryActors > API/Plugins/GeometryScriptingEditor/GeometryActors/AGeneratedDynamicMeshActor
- UObject::PostLoad()
- AActor::PostLoad()
- AGeneratedDynamicMeshActor::PostLoad()
References
| Module | GeometryScriptingEditor |
| Header | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingEditor/Public/GeometryActors/GeneratedDynamicMeshActor.h |
| Include | #include "GeometryActors/GeneratedDynamicMeshActor.h" |
| Source | /Engine/Plugins/Experimental/GeometryScripting/Source/GeometryScriptingEditor/Private/GeometryActors/GeneratedDynamicMeshActor.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.