UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::MovieScene::TPreAnimatedStateTaskParams< InputTypes > Struct Template Reference

#include <MovieScenePreAnimatedStateStorage.h>

Public Member Functions

 TPreAnimatedStateTaskParams ()
 

Public Attributes

FEntityComponentFilter AdditionalFilter
 
EPreAnimatedCaptureSourceTracking TrackingMode
 

Detailed Description

template<typename... InputTypes>
struct UE::MovieScene::TPreAnimatedStateTaskParams< InputTypes >

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.

Constructor & Destructor Documentation

◆ TPreAnimatedStateTaskParams()

template<typename... InputTypes>
UE::MovieScene::TPreAnimatedStateTaskParams< InputTypes >::TPreAnimatedStateTaskParams ( )
inline

Member Data Documentation

◆ AdditionalFilter

template<typename... InputTypes>
FEntityComponentFilter UE::MovieScene::TPreAnimatedStateTaskParams< InputTypes >::AdditionalFilter

◆ TrackingMode


The documentation for this struct was generated from the following file: