Navigation
API > API/Plugins > API/Plugins/InterchangeImport
| Name | UInterchangeLightActorFactory |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Scene/InterchangeLightActorFactory.h |
| Include Path | #include "Scene/InterchangeLightActorFactory.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeLightActorFactory : public UInterchangeActorFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeFactoryBase → UInterchangeActorFactory → UInterchangeLightActorFactory
Functions
Public
Overridden from UInterchangeFactoryBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClass * GetFactoryClass() |
Scene/InterchangeLightActorFactory.h |
Protected
Overridden from UInterchangeActorFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UObject * ProcessActor
(
AActor& SpawnedActor, |
Method called in UInterchangeActorFactory::ImportSceneObject_GameThread to allow child class to complete the creation of the actor. | Scene/InterchangeLightActorFactory.h |