Navigation
API > API/Plugins > API/Plugins/AudioWidgets
| Name | STriggerThresholdLineWidget |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/STriggerThresholdLineWidget.h |
| Include Path | #include "STriggerThresholdLineWidget.h" |
Syntax
class STriggerThresholdLineWidget : public SLeafWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SLeafWidget → STriggerThresholdLineWidget
- FSlateControlledConstruction → SWidget → SLeafWidget → STriggerThresholdLineWidget
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DrawingParams | SampledSequenceDrawingUtils::FSampledSequenceDrawingParams | STriggerThresholdLineWidget.h | ||
| LineColor | FLinearColor | STriggerThresholdLineWidget.h | ||
| Style | const FTriggerThresholdLineStyle * | STriggerThresholdLineWidget.h | ||
| TriggerThreshold | float | STriggerThresholdLineWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
STriggerThresholdLineWidget.h | ||
virtual int32 OnPaint
(
const FPaintArgs& Args, |
STriggerThresholdLineWidget.h | ||
void OnStyleUpdated
(
const FTriggerThresholdLineStyle UpdatedStyle |
STriggerThresholdLineWidget.h | ||
void SetTriggerThreshold
(
float InTriggerThreshold |
STriggerThresholdLineWidget.h |
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FVector2D ComputeDesiredSize
(
float |
STriggerThresholdLineWidget.h |