Navigation
API > API/Runtime > API/Runtime/MovieScene > API/Runtime/MovieScene/Evaluation
Inheritance Hierarchy
- IPlaybackCapability
- FMovieSceneEvaluationState
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/Evaluation/IMovieScenePlaybackCapability.h |
| Include | #include "Evaluation/IMovieScenePlaybackCapability.h" |
Syntax
struct IPlaybackCapability
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize
(
TSharedRef< const FSharedPlaybackState > Owner |
Called after this capability has been added to a shared playback state | |
| void | InvalidateCachedData
(
UMovieSceneEntitySystemLinker* Linker |
Called when the root sequence is cleaning cached data | |
| void | OnSubInstanceCreated
(
TSharedRef< const FSharedPlaybackState > Owner, |
Called when a new sequence instance has been created and added to the sequence hierarchy |