Navigation
API > API/Runtime > API/Runtime/MovieScene
| Name | IPreAnimatedStorage |
| Type | struct |
| Header File | /Engine/Source/Runtime/MovieScene/Public/Evaluation/PreAnimatedState/IMovieScenePreAnimatedStorage.h |
| Include Path | #include "Evaluation/PreAnimatedState/IMovieScenePreAnimatedStorage.h" |
Syntax
struct IPreAnimatedStorage : public TSharedFromThis< IPreAnimatedStorage >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → IPreAnimatedStorage
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IPreAnimatedStorage() |
Evaluation/PreAnimatedState/IMovieScenePreAnimatedStorage.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddReferencedObjects
(
FReferenceCollector& ReferenceCollector |
Evaluation/PreAnimatedState/IMovieScenePreAnimatedStorage.h | ||
virtual IPreAnimatedObjectEntityStorage * AsObjectStorage() |
Evaluation/PreAnimatedState/IMovieScenePreAnimatedStorage.h | ||
virtual IPreAnimatedObjectPropertyStorage * AsPropertyStorage() |
Evaluation/PreAnimatedState/IMovieScenePreAnimatedStorage.h | ||
EPreAnimatedStorageRequirement DiscardPreAnimatedStateStorage
(
FPreAnimatedStorageIndex StorageIndex, |
Evaluation/PreAnimatedState/IMovieScenePreAnimatedStorage.h | ||
FPreAnimatedStorageID GetStorageType() |
Evaluation/PreAnimatedState/IMovieScenePreAnimatedStorage.h | ||
virtual void Initialize
(
FPreAnimatedStorageID StorageID, |
Evaluation/PreAnimatedState/IMovieScenePreAnimatedStorage.h | ||
virtual void OnObjectReplaced
(
FPreAnimatedStorageIndex StorageIndex, |
Evaluation/PreAnimatedState/IMovieScenePreAnimatedStorage.h | ||
EPreAnimatedStorageRequirement RestorePreAnimatedStateStorage
(
FPreAnimatedStorageIndex StorageIndex, |
Evaluation/PreAnimatedState/IMovieScenePreAnimatedStorage.h |