Navigation
API > API/Plugins > API/Plugins/InterchangeFactoryNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeFactoryBaseNode
- UInterchangeSceneVariantSetsFactoryNode
References
| Module | InterchangeFactoryNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/FactoryNodes/Public/InterchangeSceneVariantSetsFactoryNode.h |
| Include | #include "InterchangeSceneVariantSetsFactoryNode.h" |
Syntax
UCLASS&40;BlueprintType, Experimental&41;
class UInterchangeSceneVariantSetsFactoryNode : public UInterchangeFactoryBaseNode
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddCustomVariantSetUid
(
const FString& VariantUid |
Add one translated VariantSet's unique id to this object. | |
| void | GetCustomVariantSetUid
(
const int32 Index, |
This function allow to retrieve one translated VariantSet's unique id for this object. | |
| int32 | This function allow to retrieve the number of translated VariantSets' unique ids for this object. | ||
| void | GetCustomVariantSetUids
(
TArray< FString >& OutVariantUids |
This function allow to retrieve all the translated VariantSets' unique ids for this object. | |
| bool | RemoveCustomVariantSetUid
(
const FString& VariantUid |
Remove one translated VariantSet's unique id from this object. | |
| FStringView |
Overridden from UInterchangeFactoryBaseNode
| Type | Name | Description | |
|---|---|---|---|
| UClass * | Get the class this node want to create |
Overridden from UInterchangeBaseNode
| Type | Name | Description | |
|---|---|---|---|
| FString | GetTypeName () |
Return the node type name of the class, we use this when reporting errors |