Navigation
API > API/Plugins > API/Plugins/AnimDatabase
Frame ranges where the root linear velocity magnitude is above some threshold
| Name | UAnimDatabaseFrameRangesFunction_RootLinearVelocityAboveThreshold |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Public/AnimDatabaseFrameAttribute.h |
| Include Path | #include "AnimDatabaseFrameAttribute.h" |
Syntax
UCLASS (BlueprintType, Blueprintable,
Meta=(DisplayName="Root Linear Velocity Above Threshold Frame Attribute"))
class UAnimDatabaseFrameRangesFunction_RootLinearVelocityAboveThreshold : public UAnimDatabaseFrameRangesFunction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAnimDatabaseFrameRangesFunction → UAnimDatabaseFrameRangesFunction_RootLinearVelocityAboveThreshold
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Threshold | float | AnimDatabaseFrameAttribute.h |
|