unreal.ContextualAnimIKTargetDefContainer

class unreal.ContextualAnimIKTargetDefContainer(role: Name = 'None', ik_target_defs: None = [])

Bases: StructBase

Contextual Anim IKTarget Def Container

C++ Source:

  • Plugin: ContextualAnimation

  • Module: ContextualAnimation

  • File: ContextualAnimTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • ik_target_defs (Array[ContextualAnimIKTargetDefinition]): [Read-Write] List of IK Target definitions

  • role (Name): [Read-Write] Role this IK Target definitions are for

property ik_target_defs: None

[Read-Write] List of IK Target definitions

Type:

(Array[ContextualAnimIKTargetDefinition])

property role: Name

[Read-Write] Role this IK Target definitions are for

Type:

(Name)