FPaintPlaybackRangeArgs

Windows
MacOS
Linux

References

Module

SequencerWidgets

Header

/Engine/Source/Editor/SequencerWidgets/Public/ITimeSlider.h

Include

#include "ITimeSlider.h"

Syntax

struct FPaintPlaybackRangeArgs

Variables

Name Description

Public variable

float

 

BrushWidth

The width of the above brushes, in slate units

Public variable

const FSlateBru...

 

EndBrush

Brush to use for the end bound

Public variable

float

 

SolidFillOpacity

Level of opacity for the fill color between the range markers

Public variable

const FSlateBru...

 

StartBrush

Brush to use for the start bound

Constructors

Name Description

Public function

FPaintPlaybackRangeArgs()

Public function

FPaintPlaybackRangeArgs

(
    const FSlateBrush* InStartBrus...,
    const FSlateBrush* InEndBrush,
    float InBrushWidth
)

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