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 (BlueprintType)
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 the specified translated node's unique ID to this VariantSet. | |
| void | GetCustomDependencyUid
(
const int32 Index, |
Retrieve the specified translated node's unique ID for this VariantSet. | |
| int32 | Retrieve the number of translated node's unique IDs for this VariantSet. | ||
| void | GetCustomDependencyUids
(
TArray< FString >& OutDependencyUids |
Retrieve all the translated node's unique IDs for this VariantSet. | |
| bool | GetCustomDisplayText
(
FString& AttributeValue |
Retrieve the text that 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 the specified translated node's unique ID from this VariantSet. | |
| bool | SetCustomDisplayText
(
const FString& AttributeValue |
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. This is used when reporting errors. |