Navigation
API > API/Plugins > API/Plugins/InterchangeNodes
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInterchangeBaseNode
- UInterchangeVariantSetNode
References
| Module | InterchangeNodes |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Nodes/Public/InterchangeVariantSetNode.h |
| Include | #include "InterchangeVariantSetNode.h" |
Syntax
UCLASS&40;BlueprintType, Experimental&41;
class UInterchangeVariantSetNode : public UInterchangeBaseNode
Remarks
Class to represent a set of variants
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddCustomDependencyUid
(
const FString& DependencyUid |
Add one translated node's unique id to this VariantSet. | |
| void | GetCustomDependencyUid
(
const int32 Index, |
This function allow to retrieve a specific translated node's unique id for this VariantSet. | |
| int32 | This function allow to retrieve the number of translated node's unique ids for this VariantSet. | ||
| void | GetCustomDependencyUids
(
TArray< FString >& OutDependencyUids |
This function allow to retrieve all the translated node's unique ids for this VariantSet. | |
| bool | GetCustomDisplayText
(
FString& AttributeValue |
This function allow to retrieve the text which is displayed in the UI for this VariantSet. | |
| bool | GetCustomVariantsPayloadKey
(
FString& PayloadKey |
Get the payload key needed to retrieve the variants for this VariantSet. | |
| bool | RemoveCustomDependencyUid
(
const FString& DependencyUid |
Remove one translated node's unique id from this VariantSet. | |
| bool | SetCustomDisplayText
(
const FString& AttributeValue |
This function allow to set the text to be displayed in the UI for this VariantSet. | |
| bool | SetCustomVariantsPayloadKey
(
const FString& PayloadKey |
Set the payload key needed to retrieve the variants for this VariantSet. | |
| FStringView |
Overridden from UInterchangeBaseNode
| Type | Name | Description | |
|---|---|---|---|
| FString | GetTypeName () |
Return the node type name of the class, we use this when reporting errors |