unreal.ContextualAnimTransitionContainer

class unreal.ContextualAnimTransitionContainer(from_sections=[], to_section='None', force_transition=False)

Bases: unreal.StructBase

Contextual Anim Transition Container

C++ Source:

  • Plugin: ContextualAnimation

  • Module: ContextualAnimation

  • File: ContextualAnimTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • force_transition (bool): [Read-Write] Force Transition: TODO:: Remove this from here it should be on the EdMode

  • from_sections (Array(Name)): [Read-Write] From Sections

  • to_section (Name): [Read-Write] To Section

  • transition (ContextualAnimTransition): [Read-Write] Transition

property force_transition

[Read-Write] Force Transition: TODO:: Remove this from here it should be on the EdMode

Type

(bool)

property from_sections

[Read-Write] From Sections

Type

(Array(Name))

property to_section

[Read-Write] To Section

Type

(Name)