Navigation
Unreal Engine C++ API Reference > Editor > Sequencer > ISequencerChannelInterface
- ISequencerChannelInterface::ShouldShowCurve_Raw()
- TSequencerChannelInterfaceCommon::ShouldShowCurve_Raw()
References
Module | Sequencer |
Header | /Engine/Source/Editor/Sequencer/Public/ISequencerChannelInterface.h |
Include | #include "ISequencerChannelInterface.h" |
bool ShouldShowCurve_Raw
(
const FMovieSceneChannel * Channel,
UMovieSceneSection * InSection
) const
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 |