unreal.PoseSearchLibrary¶
- class unreal.PoseSearchLibrary(outer=None, name='None')¶
Bases:
unreal.BlueprintFunctionLibraryExposes common pose search operations to Blueprint and native code
C++ Source:
Plugin: PoseSearch
Module: PoseSearch
File: PoseSearchLibrary.h
- classmethod update_motion_matching_for_sequence_player(anim_update_context, sequence_player, database, trajectory, settings, out_motion_matching_state) MotionMatchingState¶
Encapsulates and computes the motion matching algorithm for a sequence player
- Parameters
anim_update_context (AnimUpdateContext) –
sequence_player (SequencePlayerReference) –
database (PoseSearchDatabase) –
trajectory (TrajectorySampleRange) –
settings (MotionMatchingSettings) –
out_motion_matching_state (MotionMatchingState) –
- Returns
out_motion_matching_state (MotionMatchingState):
- Return type