Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/UInterchangeActorFactory
Description
Method used to apply all the custom attributes to the Actor or its sub components. Base class method will simply use ActorHelper to apply all the custom attributes to the object.
Derived Overrides
- UInterchangeCameraActorFactory::ApplyAllCustomAttributesToObject
- UInterchangeCineCameraActorFactory::ApplyAllCustomAttributesToObject
| Name | ApplyAllCustomAttributesToObject |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Scene/InterchangeActorFactory.h |
| Include Path | #include "Scene/InterchangeActorFactory.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/Scene/InterchangeActorFactory.cpp |
virtual void ApplyAllCustomAttributesToObject
(
const UInterchangeFactoryBase::FImportSceneObjectsParams & CreateSceneObjectsParams,
AActor & SpawnedActor,
UObject * ObjectToUpdate
)