unreal.AnimDatabaseFunction_SpeedStatistics¶
- class unreal.AnimDatabaseFunction_SpeedStatistics(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
AnimDatabaseFunctionComputes various stats about root speeds for the provide frame ranges
C++ Source:
Plugin: AnimDatabase
Module: AnimDatabase
File: AnimDatabase.h
Editor Properties: (see get_editor_property/set_editor_property)
average_angular_velocity(float): [Read-Only] Average angular velocity across the frame rangesaverage_linear_velocity(float): [Read-Only] Average linear velocity across the frame rangesframe_ranges(AnimDatabaseFrameRangesFunction): [Read-Write] Frame ranges over which to compute the statisticsmaximum_angular_velocity(float): [Read-Only] Largest angular velocity across the frame rangesmaximum_linear_velocity(float): [Read-Only] Largest linear velocity across the frame rangesminimum_angular_velocity(float): [Read-Only] Smallest angular velocity across the frame rangesminimum_linear_velocity(float): [Read-Only] Smallest linear velocity across the frame ranges