Navigation
API > API/Editor > API/Editor/MovieSceneTools > API/Editor/MovieSceneTools/Channels > API/Editor/MovieSceneTools/Channels/TPerlinNoiseChannelInterface
- ISequencerChannelInterface::ShouldShowCurve_Raw()
- TPerlinNoiseChannelInterface::ShouldShowCurve_Raw()
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/Channels/PerlinNoiseChannelInterface.h |
| Include | #include "Channels/PerlinNoiseChannelInterface.h" |
virtual bool ShouldShowCurve_Raw
&40;
const FMovieSceneChannel &42; Channel,
UMovieSceneSection &42; InSection
&41; 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 |