Navigation
API > API/Runtime > API/Runtime/MovieScene
Inheritance Hierarchy
- IMovieScenePlaybackClient
- ALevelSequenceActor
- AReplicatedLevelSequenceActor
- ATemplateSequenceActor
References
| Module | MovieScene |
| Header | /Engine/Source/Runtime/MovieScene/Public/IMovieScenePlaybackClient.h |
| Include | #include "IMovieScenePlaybackClient.h" |
Syntax
class IMovieScenePlaybackClient
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOptional< EAspectRatioAxisConstraint > | Whether this playback client wants a specific aspect ratio axis constraint during playback. | ||
| UObject * | Retrieve the optional instance data that should be used for this evaluation | ||
| bool | Whether this playback client wants replicated playback. | ||
| bool | RetrieveBindingOverrides
(
const FGuid& InBindingId, |
Locate bound objects that relate to the specified binding ID | |
| void | WarpEvaluationRange
(
FMovieSceneEvaluationRange& InOutRange |
Warp the time range right before we evaluate This gives clients an opportunity to apply time-warping effects without manipulating the actual user-facing playback position |