FBoolPropertyTrackEditor::CreateTrackEditor

Creates an instance of this class (called by a sequencer).

Windows
MacOS
Linux

References

Module

MovieSceneTools

Header

/Engine/Source/Editor/MovieSceneTools/Public/TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.h

Include

#include "TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.h"

Source

/Engine/Source/Editor/MovieSceneTools/Private/TrackEditors/PropertyTrackEditors/BoolPropertyTrackEditor.cpp

Syntax

static TSharedRef< ISequencerTrackEditor > CreateTrackEditor
(
    TSharedRef< ISequencer > OwningSequencer
)

Remarks

Creates an instance of this class (called by a sequencer).

Returns

The new instance of this class.

Parameters

Parameter

Description

OwningSequencer

The sequencer instance to be used by this tool.

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