unreal.InterchangeSceneVariantSetsNode¶
- class unreal.InterchangeSceneVariantSetsNode(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
InterchangeBaseNodeClass to represent a set of VariantSet nodes
C++ Source:
Plugin: Interchange
Module: InterchangeNodes
File: InterchangeVariantSetNode.h
- add_custom_variant_set_uid(variant_uid) bool¶
Add the specified VariantSet’s unique id to this object.
- get_custom_variant_set_uid(index) str¶
Retrieve the specified VariantSet’s unique id for this object.
- Parameters:
index (int32)
- Returns:
out_variant_uid (str):
- Return type:
- get_custom_variant_set_uid_count() int32¶
Retrieve the number of VariantSets for this object.
- Return type:
int32