Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/ISequenceUpdater
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InvalidateCachedData
(
TSharedRef< const FSharedPlaybackState > SharedPlaybackState |
EntitySystem/MovieSceneSequenceUpdaters.h | ||
void InvalidateCachedData
(
TSharedRef< const FSharedPlaybackState > SharedPlaybackState, |
Invalidate any cached information that depends on the compiled sequence data due to the compiled data changing | EntitySystem/MovieSceneSequenceUpdaters.h |
InvalidateCachedData(TSharedRef< const FSharedPlaybackState >)
| Name | InvalidateCachedData |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneSequenceUpdaters.h |
| Include Path | #include "EntitySystem/MovieSceneSequenceUpdaters.h" |
| Source | /Engine/Source/Runtime/MovieScene/Private/EntitySystem/MovieSceneSequenceUpdaters.cpp |
void InvalidateCachedData
(
TSharedRef < const FSharedPlaybackState > SharedPlaybackState
)
InvalidateCachedData(TSharedRef< const FSharedPlaybackState >, ESequenceInstanceInvalidationType)
Description
Invalidate any cached information that depends on the compiled sequence data due to the compiled data changing
| Name | InvalidateCachedData |
| Type | function |
| Header File | /Engine/Source/Runtime/MovieScene/Public/EntitySystem/MovieSceneSequenceUpdaters.h |
| Include Path | #include "EntitySystem/MovieSceneSequenceUpdaters.h" |
void InvalidateCachedData
(
TSharedRef < const FSharedPlaybackState > SharedPlaybackState,
ESequenceInstanceInvalidationType InvalidationType
)
Parameters
| Name | Remarks |
|---|---|
| InLinker | The linker that is evaluating this sequence |
| InInstanceHandle | The instance handle for the top level sequence instance that this updater belongs to |