Navigation
API > API/Editor > API/Editor/Sequencer
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/SequencerChannelTraits.h |
| Include | #include "SequencerChannelTraits.h" |
namespace Sequencer
{
bool Sequencer&58;&58;ShouldShowCurve
&40;
const FMovieSceneChannel &42; Channel,
UMovieSceneSection &42; InSection
&41;
}
Remarks
Whether this channel should draw a curve on its editor UI true to show the curve on the UI, false otherwise
Parameters
| Name | Description |
|---|---|
| Channel | The channel to query |
| InSection | The section that owns the channel |