unreal.AnimDatabaseFunction_SpeedStatistics

class unreal.AnimDatabaseFunction_SpeedStatistics(outer: Object | None = None, name: Name | str = 'None')

Bases: AnimDatabaseFunction

Computes 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 ranges

  • average_linear_velocity (float): [Read-Only] Average linear velocity across the frame ranges

  • frame_ranges (AnimDatabaseFrameRangesFunction): [Read-Write] Frame ranges over which to compute the statistics

  • maximum_angular_velocity (float): [Read-Only] Largest angular velocity across the frame ranges

  • maximum_linear_velocity (float): [Read-Only] Largest linear velocity across the frame ranges

  • minimum_angular_velocity (float): [Read-Only] Smallest angular velocity across the frame ranges

  • minimum_linear_velocity (float): [Read-Only] Smallest linear velocity across the frame ranges