Navigation
API > API/Editor > API/Editor/AnimationBlueprintLibrary
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintFunctionLibrary
- UAnimationAttributeBlueprintLibrary
References
| Module | AnimationBlueprintLibrary |
| Header | /Engine/Source/Editor/AnimationBlueprintLibrary/Public/AnimationAttributeBlueprintLibrary.h |
| Include | #include "AnimationAttributeBlueprintLibrary.h" |
Syntax
class UAnimationAttributeBlueprintLibrary : public UBlueprintFunctionLibrary
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Generic_GetAttributeKey
(
TScriptInterface< IAnimationDataModel > AnimationDataModel, |
||
| bool | Generic_GetAttributeKeys
(
TScriptInterface< IAnimationDataModel > AnimationDataModel, |
||
| bool | Generic_SetAttributeKey
(
TScriptInterface< IAnimationDataController > AnimationDataController, |
||
| bool | Generic_SetAttributeKeys
(
TScriptInterface< IAnimationDataController > AnimationDataController, |
||
| bool | GetAttributeKey
(
TScriptInterface< IAnimationDataModel > AnimationDataModel, |
||
| bool | GetAttributeKeys
(
TScriptInterface< IAnimationDataModel > AnimationDataModel, |
||
| bool | SetAttributeKey
(
TScriptInterface< IAnimationDataController > AnimationDataController, |
||
| bool | SetAttributeKeys
(
TScriptInterface< IAnimationDataController > AnimationDataController, |