Navigation
API > API/Plugins > API/Plugins/MovieSceneAnimMixer
Filter for controlling which mixer entries are included during bake evaluation.
| Name | FBakeFilter |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/MovieSceneAnimMixer/Source/MovieSceneAnimMixer/Public/AnimMixerBakeEvaluation.h |
| Include Path | #include "AnimMixerBakeEvaluation.h" |
Syntax
struct FBakeFilter
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSkipRootMotionConversion | bool | When true, the ConvertRootMotionToWorldSpaceTask is omitted from the evaluation program. | AnimMixerBakeEvaluation.h | |
| CaptureAnimSpaceRoot | TSharedPtr< FTransform > | When set, the conversion task writes the pre-conversion animation-space root here. | AnimMixerBakeEvaluation.h | |
| ExcludeSections | TSet< FObjectKey > | Entries whose EntityOwner matches are excluded. | AnimMixerBakeEvaluation.h | |
| IncludeOnlySections | TSet< FObjectKey > | If non-empty, only include entries whose EntityOwner matches. | AnimMixerBakeEvaluation.h | |
| MaxPriority | int32 | If >= 0, only entries with priority <= this value are included. | AnimMixerBakeEvaluation.h | |
| MinPriority | int32 | If >= 0, only entries with priority >= this value are included. | AnimMixerBakeEvaluation.h |