ULevelSequencePlayer::Initialize

Initialize the player.

Windows
MacOS
Linux

References

Module

LevelSequence

Header

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

Include

#include "LevelSequencePlayer.h"

Source

/Engine/Source/Runtime/LevelSequence/Private/LevelSequencePlayer.cpp

Syntax

void Initialize
(
    ULevelSequence * InLevelSequence,
    ULevel * InLevel,
    const FMovieSceneSequencePlaybackSettings & Settings,
    const FLevelSequenceCameraSettings & InCameraSettings
)

Remarks

Initialize the player.

Parameters

Parameter

Description

InLevelSequence

The level sequence to play.

InLevel

The level that the animation is played in.

Settings

The desired playback settings

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