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