Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingEditorWidgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SDMXPixelMappingComponentLabel
References
| Module | DMXPixelMappingEditorWidgets |
| Header | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingEditorWidgets/Public/SDMXPixelMappingComponentLabel.h |
| Include | #include "SDMXPixelMappingComponentLabel.h" |
Syntax
class SDMXPixelMappingComponentLabel : public SCompoundWidget
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAlignAbove | ||
| TSharedPtr< SBox > | Box | The box that defines the size | |
| TAttribute< FText > | LabelText | Slate arguments. | |
| TSharedPtr< STextBlock > | LabelTextBlock | Text box that shows the ID text |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| FVector2f | GetLocalSize () |
Returns the local size | |
| void | Sets the label text | ||
| void | SetWidth
(
const float& Width |
Sets the width of the widget |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |