Navigation
Unreal Engine C++ API Reference > Plugins > CustomizableObjectEditor > MuCOE > UCustomizableObjectInstanceFactory
- UActorFactory::PostCreateBlueprint()
- UCustomizableObjectInstanceFactory::PostCreateBlueprint()
References
Module | CustomizableObjectEditor |
Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/CustomizableObjectInstanceFactory.h |
Include | #include "MuCOE/CustomizableObjectInstanceFactory.h" |
Source | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Private/MuCOE/CustomizableObjectInstanceFactory.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()!