Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation > API/Runtime/MovieScene/Evaluation/PreAnimatedState
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/PreAnimatedState/MovieScenePreAnimatedStateStorage.h |
| Include | #include "Evaluation/PreAnimatedState/MovieScenePreAnimatedStateStorage.h" |
Syntax
template<typename... InputTypes>
struct TPreAnimatedStateTaskParams
Remarks
Default task that is provided to BeginTrackingEntitiesTask or CachePreAnimatedValuesTask to constrain the task using an additional filter, or to provide custom short-circuit behavior that allows the client to skip saving pre-animated state for some entities.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FEntityComponentFilter | AdditionalFilter | ||
| EPreAnimatedCaptureSourceTracking | TrackingMode |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| constexpr bool | ShouldSavePreAnimatedState
(
typename TCallTraits< InputTypes >::ParamType... Inputs |