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