Sequencer::CanCreateKeyEditor

Check whether the specified channel can create a key editor widget that should be placed on the sequencer node tree

Windows
MacOS
Linux

References

Module

Sequencer

Header

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

Include

#include "SequencerChannelTraits.h"

Syntax

namespace Sequencer
{
    bool Sequencer::CanCreateKeyEditor
    (
        const FMovieSceneChannel * InChannel
    )
}

Remarks

Check whether the specified channel can create a key editor widget that should be placed on the sequencer node tree

Returns

true if a key editor can be created, false otherwise

Parameters

Parameter

Description

InChannel

The channel to check

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