unreal.PoseSearchExtrapolationParameters¶
- class unreal.PoseSearchExtrapolationParameters¶
Bases:
unreal.StructBasePose Search Extrapolation Parameters
C++ Source:
Plugin: PoseSearch
Module: PoseSearch
File: PoseSearch.h
Editor Properties: (see get_editor_property/set_editor_property)
angular_speed_threshold(float): [Read-Write] Angular Speed Threshold: If the angular root motion speed in degrees is below this value, it will be treated as zero.linear_speed_threshold(float): [Read-Write] Linear Speed Threshold: If the root motion linear speed is below this value, it will be treated as zero.sample_time(float): [Read-Write] Sample Time: Time from sequence start/end used to extrapolate the trajectory.