Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingEditorWidgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SDMXPixelMappingComponentBox
- SDMXPixelMappingScreenComponentBox
References
| Module | DMXPixelMappingEditorWidgets |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingEditorWidgets/Public/SDMXPixelMappingComponentBox.h |
| Include | #include "SDMXPixelMappingComponentBox.h" |
Syntax
class SDMXPixelMappingComponentBox : public SCompoundWidget
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateBrush | BorderBrush | The brush used for the border | |
| TSharedPtr< SBox > | ComponentBox | The box that is shown | |
| TAttribute< FText > | IDText | Slate arguments. | |
| TSharedPtr< STextBlock > | IDTextBlock | The box that is shown | |
| TSharedPtr< SBox > | IDTextBox | The box that is shown | |
| FVector2D | LocalSize | The currently drawn local size | |
| FVector2D | MaxIDTextSize |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| FLinearColor | Retuns the color of the widget | ||
| FVector2f | GetLocalSize () |
Returns the local size | |
| void | SetBorderColor
(
const FLinearColor& Color |
Sets the color of the border | |
| void | Sets the IDText | ||
| void | SetLocalSize
(
const FVector2D& NewSize |
Sets the size of the widget |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |