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&40;BlueprintType, Experimental&41;
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 one VariantSet's unique id to this object. | |
| void | GetCustomVariantSetUid
(
const int32 Index, |
This function allow to retrieve one VariantSet's unique id for this object. | |
| int32 | This function allow to retrieve the number of VariantSets for this object. | ||
| void | GetCustomVariantSetUids
(
TArray< FString >& OutVariantUids |
This function allow to retrieve all the VariantSets' unique ids for this object. | |
| bool | RemoveCustomVariantSetUid
(
const FString& VariantUid |
Remove one VariantSet's unique id from this object. | |
| FStringView |
Overridden from UInterchangeBaseNode
| Type | Name | Description | |
|---|---|---|---|
| FString | GetTypeName () |
Return the node type name of the class, we use this when reporting errors |