Navigation
API > API/Plugins > API/Plugins/AudioWidgets
Represents the appearance of a trigger threshold line
| Name | FTriggerThresholdLineStyle |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/TriggerThresholdLineStyle.h |
| Include Path | #include "TriggerThresholdLineStyle.h" |
Syntax
USTRUCT (BlueprintType )
struct FTriggerThresholdLineStyle : public FSlateWidgetStyle
Inheritance Hierarchy
- FSlateWidgetStyle → FTriggerThresholdLineStyle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTriggerThresholdLineStyle() |
TriggerThresholdLineStyle.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TypeName | FName | TriggerThresholdLineStyle.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| LineColor | FLinearColor | The trigger threshold line color. | TriggerThresholdLineStyle.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTriggerThresholdLineStyle & SetLineColor
(
const FLinearColor InLineColor |
TriggerThresholdLineStyle.h |
Overridden from FSlateWidgetStyle
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FName GetTypeName() |
TriggerThresholdLineStyle.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FTriggerThresholdLineStyle & GetDefault() |
TriggerThresholdLineStyle.h |