Navigation
API > API/Plugins > API/Plugins/GeometryCacheEd > API/Plugins/GeometryCacheEd/UActorFactoryGeometryCache
- UActorFactory::PostCreateBlueprint()
- UActorFactoryGeometryCache::PostCreateBlueprint()
References
| Module | GeometryCacheEd |
| Header | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheEd/Classes/ActorFactoryGeometryCache.h |
| Include | #include "ActorFactoryGeometryCache.h" |
| Source | /Engine/Plugins/Runtime/GeometryCache/Source/GeometryCacheEd/Private/ActorFactoryGeometryCache.cpp |
virtual void PostCreateBlueprint
&40;
UObject &42; Asset,
AActor &42; CDO
&41;
Remarks
Override this in derived factory classes if needed. This is called after a blueprint is created by this factory to update the blueprint's CDO properties with state from the asset for this factory. IMPORTANT: If you override this, you should usually also override PostSpawnActor()!