Navigation
API > API/Plugins > API/Plugins/DatasmithInterchange
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeFactoryBase
- UInterchangeActorFactory
- UInterchangeDatasmithAreaLightFactory
References
| Module | DatasmithInterchange |
| Header | /Engine/Plugins/Experimental/Enterprise/DatasmithInterchange/Source/DatasmithInterchange/Public/InterchangeDatasmithAreaLightFactory.h |
| Include | #include "InterchangeDatasmithAreaLightFactory.h" |
Syntax
UCLASS (BlueprintType, Experimental)
class UInterchangeDatasmithAreaLightFactory : 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. |