Navigation
API > API/Plugins > API/Plugins/AnimDatabase
Blueprint library of helper functions for Animation Database Indices
| Name | UAnimDatabaseIndexLibrary |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Animation/AnimDatabase/Source/AnimDatabase/Public/AnimDatabaseIndex.h |
| Include Path | #include "AnimDatabaseIndex.h" |
Syntax
UCLASS (BlueprintType, Meta=(BlueprintThreadSafe))
class UAnimDatabaseIndexLibrary : public UBlueprintFunctionLibrary
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UBlueprintFunctionLibrary → UAnimDatabaseIndexLibrary
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool FindAttachBoneMatch
(
UAnimSequence*& OutAnimSequence, |
Finds the best matching pose for the provided attach bone location and direction | AnimDatabaseIndex.h |
|
static bool FindTransitionPoseMatch
(
UAnimSequence*& OutAnimSequence, |
Finds the best matching transition pose given the Transition Pose index | AnimDatabaseIndex.h |
|