UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::MovieScene::TSimplePreAnimatedStateTraits< InKeyType, InStorageType > Struct Template Reference

#include <MovieScenePreAnimatedStateStorage.h>

+ Inheritance diagram for UE::MovieScene::TSimplePreAnimatedStateTraits< InKeyType, InStorageType >:

Public Types

using KeyType = InKeyType
 
using StorageType = InStorageType
 
- Public Types inherited from UE::MovieScene::FPreAnimatedStateTraits
enum  { NeedsInitialize = false , SupportsGrouping = false , SupportsReplaceObject = false }
 

Public Member Functions

void RestorePreAnimatedValue (const KeyType &Key, StorageType &SavedValue, const FRestoreStateParams &Params)
 

Detailed Description

template<typename InKeyType, typename InStorageType>
struct UE::MovieScene::TSimplePreAnimatedStateTraits< InKeyType, InStorageType >

Simple traits class that works with the simple storage below. The only thing that is needed is a void RestoreState(KeyType, Params) method on the state class.

Member Typedef Documentation

◆ KeyType

◆ StorageType

Member Function Documentation

◆ RestorePreAnimatedValue()

void UE::MovieScene::TSimplePreAnimatedStateTraits< InKeyType, InStorageType >::RestorePreAnimatedValue ( const KeyType Key,
StorageType SavedValue,
const FRestoreStateParams Params 
)
inline

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