Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeSceneVariantSetsNode
References
| Module | InterchangeNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeVariantSetNode.h |
| Include | #include "InterchangeVariantSetNode.h" |
Syntax
UCLASS (BlueprintType)
class UInterchangeSceneVariantSetsNode : public UInterchangeBaseNode
Remarks
Class to represent a set of VariantSet nodes
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddCustomVariantSetUid
(
const FString& VariantUid |
Add the specified VariantSet's unique id to this object. | |
| void | GetCustomVariantSetUid
(
const int32 Index, |
Retrieve the specified VariantSet's unique id for this object. | |
| int32 | Retrieve the number of VariantSets for this object. | ||
| void | GetCustomVariantSetUids
(
TArray< FString >& OutVariantUids |
Retrieve all the VariantSets' unique ids for this object. | |
| bool | RemoveCustomVariantSetUid
(
const FString& VariantUid |
Remove the specified VariantSet's unique id from this object. | |
| FStringView |
Overridden from UInterchangeBaseNode
| Type | Name | Description | |
|---|---|---|---|
| FString | GetTypeName () |
Return the node type name of the class. This is used when reporting errors. |