Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Scene
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeFactoryBase
- UInterchangeActorFactory
- UInterchangeCineCameraActorFactory
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Scene/InterchangeCameraActorFactory.h |
| Include | #include "Scene/InterchangeCameraActorFactory.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UInterchangeCineCameraActorFactory : public UInterchangeActorFactory
Overridden from UInterchangeActorFactory
| Type | Name | Description | |
|---|---|---|---|
| UObject * | ProcessActor
(
AActor& SpawnedActor, |
Method called in UInterchangeActorFactory::ImportSceneObject_GameThread to allow child class to complete the creation of the actor. |