Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingEditorWidgets > API/Plugins/DMXPixelMappingEditorWidgets/SDMXPixelMappingComponentBox
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingEditorWidgets/Public/SDMXPixelMappingComponentBox.h |
| Include Path | #include "SDMXPixelMappingComponentBox.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SDMXPixelMappingComponentBox >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SDMXPixelMappingComponentBox::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SDMXPixelMappingComponentBox.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SDMXPixelMappingComponentBox.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & IDText
(
const TAttribute< FText >& InAttribute |
Text shown in the middle of the widget. Always scales to the widget | SDMXPixelMappingComponentBox.h | |
WidgetArgsType & MaxIDTextSize
(
FVector2D InArg |
The max size of the ID Text (the size of the Box that surrounds it) | SDMXPixelMappingComponentBox.h |