unreal.VREDCppVariantSet

class unreal.VREDCppVariantSet(target_variant_names=[], chosen_options=[], variant_set_group_name='', anim_clips=[], sequential_animation=False)

Bases: unreal.StructBase

VREDCpp Variant Set

C++ Source:

  • Plugin: DatasmithFBXImporter

  • Module: DatasmithVREDTranslator

  • File: DatasmithVREDImportData.h

Editor Properties: (see get_editor_property/set_editor_property)

  • anim_clips (Array(str)): [Read-Write] Anim Clips

  • chosen_options (Array(str)): [Read-Write] Chosen Options

  • sequential_animation (bool): [Read-Write] Sequential Animation

  • target_variant_names (Array(str)): [Read-Write] Target Variant Names

  • variant_set_group_name (str): [Read-Write] Variant Set Group Name

property anim_clips

[Read-Write] Anim Clips

Type

(Array(str))

property chosen_options

[Read-Write] Chosen Options

Type

(Array(str))

property sequential_animation

[Read-Write] Sequential Animation

Type

(bool)

property target_variant_names

[Read-Write] Target Variant Names

Type

(Array(str))

property variant_set_group_name

[Read-Write] Variant Set Group Name

Type

(str)