Navigation
API > API/Plugins > API/Plugins/RemoteControlProtocolWidgets > API/Plugins/RemoteControlProtocolWidgets/Widgets > API/Plugins/RemoteControlProtocolWidgets/Widgets/Masks
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SBorder
- SRCProtocolMaskTriplet
- SRCProtocolMask
References
| Module | RemoteControlProtocolWidgets |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlProtocolWidgets/Public/Widgets/Masks/SRCProtocolMaskTriplet.h |
| Include | #include "Widgets/Masks/SRCProtocolMaskTriplet.h" |
Syntax
class SRCProtocolMaskTriplet : public SBorder
Remarks
A widget that represents a triplet mask.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FProtocolWidgetStyle * | WidgetStyle | Protocol Widget Style reference. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Constructs this widget with InArgs | |
| ECheckBoxState | IsMaskEnabled
(
ERCMask InMaskBit |
Retrieves the state of the mask. | |
| void | LoadMasks () |
Soft toggles masks based on active masks. | |
| void | SetMaskEnabled
(
ECheckBoxState NewState, |
Handles masked state. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |