Navigation
API > API/Plugins > API/Plugins/AnimDatabase
A simple class that has a single implementable function which constructs a FAnimDatabaseFrameRanges object from a UAnimDatabase.
| Name | UAnimDatabaseFrameRangesFunction |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Public/AnimDatabaseFrameRanges.h |
| Include Path | #include "AnimDatabaseFrameRanges.h" |
Syntax
UCLASS (Abstract, HideDropDown, EditInlineNew, DefaultToInstanced, CollapseCategories,
BlueprintType, Blueprintable)
class UAnimDatabaseFrameRangesFunction : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAnimDatabaseFrameRangesFunction
Derived Classes
UAnimDatabaseFrameRangesFunction derived class hierarchy
- UAnimDatabaseFrameRangesFunction_All
- UAnimDatabaseFrameRangesFunction_AnimNotify
- UAnimDatabaseFrameRangesFunction_AnimNotifyState
- UAnimDatabaseFrameRangesFunction_AnimNotifyStateIntersection
- UAnimDatabaseFrameRangesFunction_AnimNotifyStateNotActive
- UAnimDatabaseFrameRangesFunction_AnimNotifyStateUnion
- UAnimDatabaseFrameRangesFunction_AnimNotifyStateWithMirrored
- UAnimDatabaseFrameRangesFunction_AnimSequence
- UAnimDatabaseFrameRangesFunction_AnimSequences
- UAnimDatabaseFrameRangesFunction_AssetNameContains
- UAnimDatabaseFrameRangesFunction_AssetNameContainsOneOf
- UAnimDatabaseFrameRangesFunction_AssetNameEndsWith
- UAnimDatabaseFrameRangesFunction_AssetNameEndsWithOneOf
- UAnimDatabaseFrameRangesFunction_AssetNameStartsWith
- UAnimDatabaseFrameRangesFunction_AssetNameStartsWithOneOf
- UAnimDatabaseFrameRangesFunction_AssetPackageContains
- UAnimDatabaseFrameRangesFunction_AssetPackageContainsOneOf
- UAnimDatabaseFrameRangesFunction_Bounds
- UAnimDatabaseFrameRangesFunction_BoundsFrames
- UAnimDatabaseFrameRangesFunction_Difference
- UAnimDatabaseFrameRangesFunction_Empty
- UAnimDatabaseFrameRangesFunction_Filter
- UAnimDatabaseFrameRangesFunction_ForceRootLockDisabled
- UAnimDatabaseFrameRangesFunction_ForceRootLockEnabled
- UAnimDatabaseFrameRangesFunction_Frames
- UAnimDatabaseFrameRangesFunction_Identity
- UAnimDatabaseFrameRangesFunction_Intersection
- UAnimDatabaseFrameRangesFunction_Intersects
- UAnimDatabaseFrameRangesFunction_IntersectsFrames
- UAnimDatabaseFrameRangesFunction_Interval
- UAnimDatabaseFrameRangesFunction_Looped
- UAnimDatabaseFrameRangesFunction_MajorityVoteFilter
- UAnimDatabaseFrameRangesFunction_Mirrored
- UAnimDatabaseFrameRangesFunction_MovingInDirection
- UAnimDatabaseFrameRangesFunction_Not
- UAnimDatabaseFrameRangesFunction_NotLooped
- UAnimDatabaseFrameRangesFunction_NotMirrored
- UAnimDatabaseFrameRangesFunction_Outliers
- UAnimDatabaseFrameRangesFunction_Pad
- UAnimDatabaseFrameRangesFunction_RootLinearVelocityAboveThreshold
- UAnimDatabaseFrameRangesFunction_RootLinearVelocityBelowThreshold
- UAnimDatabaseFrameRangesFunction_RootMotionDisabled
- UAnimDatabaseFrameRangesFunction_RootMotionEnabled
- UAnimDatabaseFrameRangesFunction_SyncMarker
- UAnimDatabaseFrameRangesFunction_Trim
- UAnimDatabaseFrameRangesFunction_Union
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnimDatabaseFrameRanges MakeFrameRanges
(
const UAnimDatabase* Database, |
Callback that constructs a FrameRanges set from a UAnimDatabase | AnimDatabaseFrameRanges.h |
|