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 FAddTrackAction : public [UE::Anim::FAnimDataBaseAction](API\Developer\AnimationDataController\FAnimDataBaseAction)
Variables
Constructors
Type | Name | Description |
---|---|---|
FAddTrackAction () | ||
FAddTrackAction ( const FName& InName, TArray< FTransform >&& InTransform... ) |
Destructors
Type | Name | Description |
---|---|---|
~FAddTrackAction () |
Overridden from FAnimDataBaseAction
Type | Name | Description |
---|---|---|
TUniquePtr< ... | ExecuteInternal ( IAnimationDataModel* Model, IAnimationDataController* Cont... ) | |
FString | ToStringInternal () |