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 (BlueprintType)
class UInterchangeSceneVariantSetsFactoryNode : public UInterchangeFactoryBaseNode
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddCustomVariantSetUid
(
const FString& VariantUid |
Add a unique id of a translated VariantSet for this object. | |
| void | GetCustomVariantSetUid
(
const int32 Index, |
Retrieve the UID of the VariantSet with the specified index. | |
| int32 | Retrieve the number of unique IDs of all translated VariantSets for this object. | ||
| void | GetCustomVariantSetUids
(
TArray< FString >& OutVariantUids |
Retrieve the unique IDs of all translated VariantSets for this object. | |
| bool | RemoveCustomVariantSetUid
(
const FString& VariantUid |
Remove the specified unique ID of a translated VariantSet from this object. | |
| FStringView |
Overridden from UInterchangeFactoryBaseNode
| Type | Name | Description | |
|---|---|---|---|
| UClass * | Get the class this node creates. | ||
| bool | Return if the import of the class is allowed at runtime. |
Overridden from UInterchangeBaseNode
| Type | Name | Description | |
|---|---|---|---|
| FString | GetTypeName () |
Return the node type name of the class. This is used when reporting errors. |