Navigation
API > API/Plugins > API/Plugins/AnimDatabase
Computes various stats about root speeds for the provide frame ranges
| Name | UAnimDatabaseFunction_SpeedStatistics |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Public/AnimDatabase.h |
| Include Path | #include "AnimDatabase.h" |
Syntax
UCLASS (BlueprintType, Blueprintable, Meta=(DisplayName="Speed Statistics Function"))
class UAnimDatabaseFunction_SpeedStatistics : public UAnimDatabaseFunction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAnimDatabaseFunction → UAnimDatabaseFunction_SpeedStatistics
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AverageAngularVelocity | float | Average angular velocity across the frame ranges | AnimDatabase.h |
|
| AverageLinearVelocity | float | Average linear velocity across the frame ranges | AnimDatabase.h |
|
| FrameRanges | TObjectPtr< UAnimDatabaseFrameRangesFunction > | Frame ranges over which to compute the statistics | AnimDatabase.h |
|
| MaximumAngularVelocity | float | Largest angular velocity across the frame ranges | AnimDatabase.h |
|
| MaximumLinearVelocity | float | Largest linear velocity across the frame ranges | AnimDatabase.h |
|
| MinimumAngularVelocity | float | Smallest angular velocity across the frame ranges | AnimDatabase.h |
|
| MinimumLinearVelocity | float | Smallest linear velocity across the frame ranges | AnimDatabase.h |
|