Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/FSequencerSectionPainter
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 PaintSectionBackground () |
Paint the section background with the tint stored on the track | SequencerSectionPainter.h | |
int32 PaintSectionBackground
(
const FLinearColor& Tint |
Paint the section background with the specified tint override | SequencerSectionPainter.h |
PaintSectionBackground()
Description
Paint the section background with the tint stored on the track
| Name | PaintSectionBackground |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/SequencerSectionPainter.h |
| Include Path | #include "SequencerSectionPainter.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/SequencerSectionPainter.cpp |
int32 PaintSectionBackground()
PaintSectionBackground(const FLinearColor &)
Description
Paint the section background with the specified tint override
| Name | PaintSectionBackground |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/SequencerSectionPainter.h |
| Include Path | #include "SequencerSectionPainter.h" |
int32 PaintSectionBackground
(
const FLinearColor & Tint
)