Navigation
API > API/Plugins > API/Plugins/InterchangeImport
| Name | UInterchangeCineCameraActorFactory |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Scene/InterchangeCameraActorFactory.h |
| Include Path | #include "Scene/InterchangeCameraActorFactory.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeCineCameraActorFactory : public UInterchangeActorFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeFactoryBase → UInterchangeActorFactory → UInterchangeCineCameraActorFactory
Functions
Public
Overridden from UInterchangeActorFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ApplyAllCustomAttributesToObject
(
const UInterchangeFactoryBase::FImportSceneObjectsParams& CreateSceneObjectsParams, |
Method used to apply all the custom attributes to the Actor or its sub components. | Scene/InterchangeCameraActorFactory.h | |
virtual UObject * ProcessActor
(
AActor& SpawnedActor, |
Method called in UInterchangeActorFactory::ImportSceneObject_GameThread to allow child class to complete the creation of the actor. | Scene/InterchangeCameraActorFactory.h |
Overridden from UInterchangeFactoryBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClass * GetFactoryClass() |
Scene/InterchangeCameraActorFactory.h |