Navigation
API > API/Plugins > API/Plugins/VPUtilitiesEditor > API/Plugins/VPUtilitiesEditor/STimecodeProvider
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/VirtualProductionUtilities/Source/VPUtilitiesEditor/Public/STimecodeProvider.h |
| Include Path | #include "STimecodeProvider.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< STimecodeProvider >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → STimecodeProvider::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
STimecodeProvider.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | STimecodeProvider.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & DisplayFrameRate
(
bool InArg |
Should display the TimecodeProvider's frame rate | STimecodeProvider.h | |
WidgetArgsType & DisplayLabel
(
const TAttribute< bool >& InAttribute |
Should display the label (hours, mins, secs, frames) | STimecodeProvider.h | |
WidgetArgsType & DisplaySynchronizationState
(
bool InArg |
Should display the TimecodeProvider's synchronization state | STimecodeProvider.h | |
WidgetArgsType & LabelColor
(
const TAttribute< FSlateColor >& InAttribute |
The color for this label text | STimecodeProvider.h | |
WidgetArgsType & LabelFont
(
const TAttribute< FSlateFontInfo >& InAttribute |
The font for this label text | STimecodeProvider.h | |
WidgetArgsType & OverrideTimecodeProvider
(
const TAttribute< TWeakObjectPtr< UTimecodeProvider > >& InAttribute |
Override the Timecode Provider to display | STimecodeProvider.h | |
WidgetArgsType & TimecodeColor
(
const TAttribute< FSlateColor >& InAttribute |
The color for the timecode text | STimecodeProvider.h | |
WidgetArgsType & TimecodeFont
(
const TAttribute< FSlateFontInfo >& InAttribute |
The font for the timecode text | STimecodeProvider.h | |
WidgetArgsType & TimecodeProviderColor
(
const TAttribute< FSlateColor >& InAttribute |
The color for this TimecodeProvider text | STimecodeProvider.h | |
WidgetArgsType & TimecodeProviderFont
(
const TAttribute< FSlateFontInfo >& InAttribute |
The font for this TimecodeProvider text | STimecodeProvider.h |