Navigation
API > API/Plugins > API/Plugins/AnimDatabase
Function used to create an index from a set of different frames, frame ranges, and frame attribute entries
| Name | UAnimDatabaseIndexFunction_Basic |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Public/AnimDatabaseIndex.h |
| Include Path | #include "AnimDatabaseIndex.h" |
Syntax
UCLASS (BlueprintType, Blueprintable, Meta=(DisplayName="Basic"))
class UAnimDatabaseIndexFunction_Basic : public UAnimDatabaseIndexFunction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAnimDatabaseIndexFunction → UAnimDatabaseIndexFunction_Basic
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FrameAttributes | TArray< FAnimDatabaseFrameAttributeEntry > | List of frame attribute to store | AnimDatabaseIndex.h |
|
| FrameRanges | TArray< FAnimDatabaseFrameRangesEntry > | List of frame ranges to store | AnimDatabaseIndex.h |
|
| Frames | TArray< FAnimDatabaseFramesEntry > | List of frames to store | AnimDatabaseIndex.h |
|