ALevelSequenceMediaController

Replicated actor class that is responsible for instigating various cinematic assets (Media, Audio, Level Sequences) in a synchronized fasion

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

AActor

ALevelSequenceMediaController

References

Module

LevelSequence

Header

/Engine/Source/Runtime/LevelSequence/Public/SequenceMediaController.h

Include

#include "SequenceMediaController.h"

Syntax

class ALevelSequenceMediaController :
    public AActor,
    public IMovieSceneCustomClockSource

Remarks

Replicated actor class that is responsible for instigating various cinematic assets (Media, Audio, Level Sequences) in a synchronized fasion

Constructors

Name Description

Public function

ALevelSequenceMediaController

(
    const FObjectInitializer& Init
)

Functions

Name Description

Public function Const

UMediaCompon...

 

GetMediaComponent()

Access this actor's media component

Public function Const

ALevelSequen...

 

GetSequence()

Access this actor's Level Sequence Actor

Public function

void

 

Play()

Public function

void

 

SynchronizeToServer

(
    float DesyncThresholdSeconds
)

Forcibly synchronize the sequence to the server's position if it has diverged by more than the specified threshold

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss