Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingEditorWidgets > API/Plugins/DMXPixelMappingEditorWidgets/SDMXPixelMappingComponentLabel
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingEditorWidgets/Public/SDMXPixelMappingComponentLabel.h |
| Include Path | #include "SDMXPixelMappingComponentLabel.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SDMXPixelMappingComponentLabel >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SDMXPixelMappingComponentLabel::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SDMXPixelMappingComponentLabel.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SDMXPixelMappingComponentLabel.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & bAlignAbove
(
bool InArg |
If true, aligns above the box | SDMXPixelMappingComponentLabel.h | |
WidgetArgsType & bScaleToSize
(
bool InArg |
If true, scales to its size | SDMXPixelMappingComponentLabel.h | |
WidgetArgsType & LabelText
(
const TAttribute< FText >& InAttribute |
Label shown on top of the widget | SDMXPixelMappingComponentLabel.h |