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

#include <MovieScenePreAnimatedStateStorage.h>

Public Member Functions

virtual ~IRestoreMask ()
 
virtual bool CanRestore (const KeyType &InKey) const =0
 

Detailed Description

template<typename StorageTraits>
struct UE::MovieScene::TPreAnimatedStateStorage< StorageTraits >::IRestoreMask

Interface used for restoring pre-animated state that allows an external system to control whether state should be restored or not

Constructor & Destructor Documentation

◆ ~IRestoreMask()

template<typename StorageTraits >
virtual UE::MovieScene::TPreAnimatedStateStorage< StorageTraits >::IRestoreMask::~IRestoreMask ( )
inlinevirtual

Member Function Documentation

◆ CanRestore()

template<typename StorageTraits >
virtual bool UE::MovieScene::TPreAnimatedStateStorage< StorageTraits >::IRestoreMask::CanRestore ( const KeyType InKey) const
pure virtual

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