Navigation
API > API/Runtime > API/Runtime/TimeManagement > API/Runtime/TimeManagement/Widgets > API/Runtime/TimeManagement/Widgets/STimecode
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- STimecode::FArguments
References
| Module | TimeManagement |
| Header | /Engine/Source/Runtime/TimeManagement/Public/Widgets/STimecode.h |
| Include | #include "Widgets/STimecode.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< STimecode >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | DisplayLabel
(
const TAttribute< bool >& InAttribute |
Should display the label (hours, mins, secs, frames) | |
| WidgetArgsType & | LabelColor
(
const TAttribute< FSlateColor >& InAttribute |
The color for this label text | |
| WidgetArgsType & | LabelFont
(
const TAttribute< FSlateFontInfo >& InAttribute |
The font for this label text | |
| WidgetArgsType & | Timecode
(
const TAttribute< FTimecode >& InAttribute |
The timecode to display | |
| WidgetArgsType & | TimecodeColor
(
const TAttribute< FSlateColor >& InAttribute |
The color for the timecode text | |
| WidgetArgsType & | TimecodeFont
(
const TAttribute< FSlateFontInfo >& InAttribute |
The font for the timecode text |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |