TSequencerChannelInterfaceCommon::CreateCurveEditorModel_Raw

Create a new model for this channel that can be used on the curve editor interface

Windows
MacOS
Linux

Override Hierarchy

ISequencerChannelInterface::CreateCurveEditorModel_Raw()

TSequencerChannelInterfaceCommon::CreateCurveEditorModel_Raw()

References

Module

Sequencer

Header

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

Include

#include "SequencerChannelInterface.h"

Syntax

virtual TUniquePtr< FCurveModel > CreateCurveEditorModel_Raw
(
    const FMovieSceneChannelHandle & InChannel,
    UMovieSceneSection * OwningSection,
    TSharedRef< ISequencer > InSequencer
) const

Remarks

Create a new model for this channel that can be used on the curve editor interface

Returns

(Optional) A new model to be added to a curve editor

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