UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::MovieScene::TPreAnimatedStateStorage< StorageTraits >::FCachedData Struct Reference

#include <MovieScenePreAnimatedStateStorage.h>

Public Member Functions

 FCachedData ()
 
 FCachedData (const KeyType &InKey)
 
 FCachedData (const KeyType &InKey, StorageType &&InValue)
 

Public Attributes

KeyType Key
 
StorageType Value
 
bool bInitialized: 1
 
bool bPersistent: 1
 

Constructor & Destructor Documentation

◆ FCachedData() [1/3]

template<typename StorageTraits >
UE::MovieScene::TPreAnimatedStateStorage< StorageTraits >::FCachedData::FCachedData ( )
inline

◆ FCachedData() [2/3]

template<typename StorageTraits >
UE::MovieScene::TPreAnimatedStateStorage< StorageTraits >::FCachedData::FCachedData ( const KeyType InKey)
inline

◆ FCachedData() [3/3]

template<typename StorageTraits >
UE::MovieScene::TPreAnimatedStateStorage< StorageTraits >::FCachedData::FCachedData ( const KeyType InKey,
StorageType &&  InValue 
)
inline

Member Data Documentation

◆ bInitialized

template<typename StorageTraits >
bool UE::MovieScene::TPreAnimatedStateStorage< StorageTraits >::FCachedData::bInitialized

◆ bPersistent

template<typename StorageTraits >
bool UE::MovieScene::TPreAnimatedStateStorage< StorageTraits >::FCachedData::bPersistent

◆ Key

template<typename StorageTraits >
KeyType UE::MovieScene::TPreAnimatedStateStorage< StorageTraits >::FCachedData::Key

◆ Value

template<typename StorageTraits >
StorageType UE::MovieScene::TPreAnimatedStateStorage< StorageTraits >::FCachedData::Value

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