Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
Class to represent a set of VariantSet nodes
| Name | UInterchangeSceneVariantSetsNode |
| Type | class |
| Header File | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeVariantSetNode.h |
| Include Path | #include "InterchangeVariantSetNode.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UInterchangeSceneVariantSetsNode : public UInterchangeBaseNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInterchangeBaseNode → UInterchangeSceneVariantSetsNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UInterchangeSceneVariantSetsNode() |
InterchangeVariantSetNode.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CustomVariantSetUids | UE::Interchange::TArrayAttributeHelper< FString > | InterchangeVariantSetNode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AddCustomVariantSetUid
(
const FString& VariantUid |
Add the specified VariantSet's unique id to this object. | InterchangeVariantSetNode.h |
|
void GetCustomVariantSetUid
(
const int32 Index, |
Retrieve the specified VariantSet's unique id for this object. | InterchangeVariantSetNode.h |
|
int32 GetCustomVariantSetUidCount() |
Retrieve the number of VariantSets for this object. | InterchangeVariantSetNode.h |
|
| Retrieve all the VariantSets' unique ids for this object. | InterchangeVariantSetNode.h |
|
|
bool RemoveCustomVariantSetUid
(
const FString& VariantUid |
Remove the specified VariantSet's unique id from this object. | InterchangeVariantSetNode.h |
|
Overridden from UInterchangeBaseNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FString GetTypeName() |
Return the node type name of the class. This is used when reporting errors. | InterchangeVariantSetNode.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FStringView StaticAssetTypeName() |
InterchangeVariantSetNode.h |