Navigation
API > API/Plugins > API/Plugins/GeometryCacheAbcFile > API/Plugins/GeometryCacheAbcFile/UGeometryCacheAbcFileComponent
- UObject::PostLoad()
- UActorComponent::PostLoad()
- USceneComponent::PostLoad()
- UPrimitiveComponent::PostLoad()
- UGeometryCacheComponent::PostLoad()
- UGeometryCacheAbcFileComponent::PostLoad()
References
| Module | GeometryCacheAbcFile |
| Header | /Engine/Plugins/Experimental/GeometryCacheAbcFile/Source/GeometryCacheAbcFile/Public/GeometryCacheAbcFileComponent.h |
| Include | #include "GeometryCacheAbcFileComponent.h" |
| Source | /Engine/Plugins/Experimental/GeometryCacheAbcFile/Source/GeometryCacheAbcFile/Private/GeometryCacheAbcFileComponent.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.