FMovieSceneSequenceEditor::GetOrCreateDirectorBlueprint

Access the director blueprint for the specified sequence

Windows
MacOS
Linux

References

Module

Sequencer

Header

/Engine/Source/Editor/Sequencer/Public/MovieSceneSequenceEditor.h

Include

#include "MovieSceneSequenceEditor.h"

Source

/Engine/Source/Editor/Sequencer/Private/MovieSceneSequenceEditor.cpp

Syntax

UBlueprint * GetOrCreateDirectorBlueprint
(
    UMovieSceneSequence * Sequence
) const

Remarks

Access the director blueprint for the specified sequence

Returns

The sequence's director blueprint or nullptr if it does not have one (or cannot)

Parameters

Parameter

Description

Sequence

The sequence to access the director blueprint for

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