Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/UInterchangeCineCameraActorFacto-
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.
Virtual Inheritance
- UInterchangeActorFactory::ApplyAllCustomAttributesToObject → UInterchangeCineCameraActorFactory::ApplyAllCustomAttributesToObject
| Name | ApplyAllCustomAttributesToObject |
| Type | function |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Scene/InterchangeCameraActorFactory.h |
| Include Path | #include "Scene/InterchangeCameraActorFactory.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/Scene/InterchangeCameraActorFactory.cpp |
virtual void ApplyAllCustomAttributesToObject
(
const UInterchangeFactoryBase::FImportSceneObjectsParams & CreateSceneObjectsParams,
AActor & SpawnedActor,
UObject * ObjectToUpdate
)