Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeFactoryBaseNode
- UInterchangeActorFactoryNode
- UInterchangeBaseLightFactoryNode
- UInterchangeDirectionalLightFactoryNode
- UInterchangeLightFactoryNode
- UInterchangePointLightFactoryNode
- UInterchangeSpotLightFactoryNode
- UInterchangeRectLightFactoryNode
- UInterchangeDatasmithAreaLightFactoryNode
- UInterchangeMeshActorFactoryNode
- UInterchangePhysicalCameraFactoryNode
- UInterchangeStandardCameraFactoryNode
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeActorFactoryNode.h |
| Include | #include "InterchangeActorFactoryNode.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UInterchangeActorFactoryNode : public UInterchangeFactoryBaseNode
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetCustomActorClassName
(
FString& AttributeValue |
||
| bool | GetCustomGlobalTransform
(
FTransform& AttributeValue |
||
| bool | GetCustomMobility
(
uint8& AttributeValue |
||
| bool | SetCustomActorClassName
(
const FString& AttributeValue |
||
| bool | SetCustomGlobalTransform
(
const FTransform& AttributeValue, |
||
| bool | SetCustomMobility
(
const uint8& AttributeValue, |
Overridden from UInterchangeFactoryBaseNode
| Type | Name | Description | |
|---|---|---|---|
| void | CopyWithObject
(
const UInterchangeFactoryBaseNode* SourceNode, |
Copies all the attributes from SourceNode to this node. | |
| UClass * | Return the UClass of the object we represent so we can find factory/writer |