Navigation
API > API/Plugins > API/Plugins/DMXPixelMappingEditorWidgets
| Name | SDMXPixelMappingComponentBox |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DMX/DMXPixelMapping/Source/DMXPixelMappingEditorWidgets/Public/SDMXPixelMappingComponentBox.h |
| Include Path | #include "SDMXPixelMappingComponentBox.h" |
Syntax
class SDMXPixelMappingComponentBox : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SDMXPixelMappingComponentBox
- FSlateControlledConstruction → SWidget → SCompoundWidget → SDMXPixelMappingComponentBox
Derived Classes
Structs
| Name | Remarks |
|---|---|
| FArguments |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
SDMXPixelMappingComponentBox.h | ||
virtual FLinearColor GetBorderColor() |
Retuns the color of the widget | SDMXPixelMappingComponentBox.h | |
virtual FVector2f GetLocalSize() |
Returns the local size | SDMXPixelMappingComponentBox.h | |
virtual void SetBorderColor
(
const FLinearColor& Color |
Sets the color of the border | SDMXPixelMappingComponentBox.h | |
virtual void SetIDText
(
const FText& NewIDText |
Sets the IDText | SDMXPixelMappingComponentBox.h | |
virtual void SetLocalSize
(
const FVector2D& NewSize |
Sets the size of the widget | SDMXPixelMappingComponentBox.h |