unreal.PoseSearchAnimContextRoles

class unreal.PoseSearchAnimContextRoles(anim_context: Object = Ellipsis, roles: None = [])

Bases: StructBase

roles an AnimContext (currently only AnimInstance(s) are supported) can take during a MotionMatchMulti search

C++ Source:

  • Plugin: PoseSearch

  • Module: PoseSearch

  • File: PoseSearchInteractionLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • anim_context (Object): [Read-Write] todo:: add UAF support, since we currently allow AnimContext of type UAnimInstance todo:: add a UPROPERTY filter to select only UAnimInstance or UUAFComponent

  • roles (Array[Name]): [Read-Write]

property anim_context: Object

[Read-Write] todo:: add UAF support, since we currently allow AnimContext of type UAnimInstance todo:: add a UPROPERTY filter to select only UAnimInstance or UUAFComponent

Type:

(Object)

property roles: None

[Read-Write]

Type:

(Array[Name])