unreal.PoseSearchMotionMatchMultiQuery

class unreal.PoseSearchMotionMatchMultiQuery(database: PoseSearchDatabase = Ellipsis, anim_contexts_roles: None = [])

Bases: StructBase

single query for a MotionMatchMulti search. Database should contain UMultiAnimAsset(s) (for example UPoseSearchInteractionAsset(s)) AnimContextsRoles lists all the AnimContext that could partecipate in interactions and the roles they’re willing to take (possible roles are defined in Database->Schema->Skeletons[i].Role)

C++ Source:

  • Plugin: PoseSearch

  • Module: PoseSearch

  • File: PoseSearchInteractionLibrary.h

Editor Properties: (see get_editor_property/set_editor_property)

  • anim_contexts_roles (Array[PoseSearchAnimContextRoles]): [Read-Write]

  • database (PoseSearchDatabase): [Read-Write]

property anim_contexts_roles: None

[Read-Write]

Type:

(Array[PoseSearchAnimContextRoles])

property database: PoseSearchDatabase

[Read-Write]

Type:

(PoseSearchDatabase)