Navigation
API > API/Plugins > API/Plugins/MovieSceneAnimMixer
| Name | FAnimMixerComponentTypes |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/MovieSceneAnimMixer/Source/MovieSceneAnimMixer/Public/AnimMixerComponentTypes.h |
| Include Path | #include "AnimMixerComponentTypes.h" |
Syntax
struct FAnimMixerComponentTypes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAnimMixerComponentTypes() |
AnimMixerComponentTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| RootTransformAttributeId | const UE::Anim::FAttributeId | A root motion transform in animation space to be applied (after space conversion) | AnimMixerComponentTypes.h |
| RootTransformIsAuthoritativeAttributeId | const UE::Anim::FAttributeId | Internal flag marking a section as authoritative source of root motion. | AnimMixerComponentTypes.h |
| RootTransformWeightAttributeId | const UE::Anim::FAttributeId | AnimMixerComponentTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MeshComponent | TComponentTypeID< FObjectComponent > | AnimMixerComponentTypes.h | ||
| MixerEntry | TComponentTypeID< TSharedPtr< FMovieSceneAnimMixerEntry > > | AnimMixerComponentTypes.h | ||
| MixerRootMotion | TComponentTypeID< TSharedPtr< FMovieSceneMixerRootMotionComponentData > > | AnimMixerComponentTypes.h | ||
| MixerTask | TComponentTypeID< TSharedPtr< FAnimNextEvaluationTask > > | AnimMixerComponentTypes.h | ||
| Priority | TComponentTypeID< int32 > | AnimMixerComponentTypes.h | ||
| RequiresBlending | FComponentTypeID | AnimMixerComponentTypes.h | ||
| RootDestination | TComponentTypeID< EMovieSceneRootMotionDestination > | AnimMixerComponentTypes.h | ||
| RootMotionSettings | TComponentTypeID< FMovieSceneRootMotionSettings > | AnimMixerComponentTypes.h | ||
| Tags | UE::MovieScene::FAnimMixerComponentTypes | AnimMixerComponentTypes.h | ||
| Target | TComponentTypeID< TInstancedStruct< FMovieSceneMixedAnimationTarget > > | AnimMixerComponentTypes.h | ||
| Task | TComponentTypeID< TSharedPtr< FAnimNextEvaluationTask > > | AnimMixerComponentTypes.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void Destroy() |
AnimMixerComponentTypes.h | ||
static FAnimMixerComponentTypes * Get() |
AnimMixerComponentTypes.h |