Navigation
Unreal Engine C++ API Reference > Developer > AnimationDataController
Inheritance Hierarchy
References
Module | AnimationDataController |
Header | /Engine/Source/Developer/AnimationDataController/Public/AnimDataControllerActions.h |
Include | #include "AnimDataControllerActions.h" |
Syntax
class FAddAtributeKeyAction : public [UE::Anim::FAnimDataBaseAction](API\Developer\AnimationDataController\FAnimDataBaseAction)
Variables
Type | Name | Description |
---|---|---|
FAnimationAttri... | AttributeId | |
FAttributeKey | Key |
Constructors
Type | Name | Description |
---|---|---|
FAddAtributeKeyAction () | ||
FAddAtributeKeyAction ( const FAnimationAttributeIdentifier..., const FAttributeKey& InKey ) |
Destructors
Type | Name | Description |
---|---|---|
~FAddAtributeKeyAction () |
Overridden from FAnimDataBaseAction
Type | Name | Description |
---|---|---|
TUniquePtr< ... | ExecuteInternal ( IAnimationDataModel* Model, IAnimationDataController* Cont... ) | |
FString | ToStringInternal () |