unreal.InputQueryPose

class unreal.InputQueryPose

Bases: EnumBase

EInput Query Pose

C++ Source:

  • Plugin: PoseSearch

  • Module: PoseSearch

  • File: PoseSearchFeatureChannel.h

USE_CHARACTER_POSE: InputQueryPose

use character pose to compose the query

Type:

0

USE_CONTINUING_POSE: InputQueryPose

if available reuse continuing pose from the database to compose the query or else UseCharacterPose

Type:

1

USE_INTERPOLATED_CONTINUING_POSE: InputQueryPose

if available reuse and interpolate continuing pose from the database to compose the query or else UseCharacterPose

Type:

2