Navigation
API > API/Plugins > API/Plugins/RemoteControlProtocolWidgets
| Name | SRCProtocolMask |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControlProtocolWidgets/Public/Widgets/Masks/SRCProtocolMask.h |
| Include Path | #include "Widgets/Masks/SRCProtocolMask.h" |
Syntax
class SRCProtocolMask :
public SRCProtocolMaskTriplet ,
public IHasMaskExtensibility
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → SRCProtocolMaskTriplet → SRCProtocolMask
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → SRCProtocolMaskTriplet → SRCProtocolMask
Implements Interfaces
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| WeakField | TWeakPtr< FRemoteControlField > | Holds a weak reference to the housing RC field. | Widgets/Masks/SRCProtocolMask.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Constructs this widget with InArgs | Widgets/Masks/SRCProtocolMask.h |
Protected
Overridden from SRCProtocolMaskTriplet
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ECheckBoxState IsMaskEnabled
(
ERCMask InMaskBit |
Retrieves the state of the mask. | Widgets/Masks/SRCProtocolMask.h | |
virtual void SetMaskEnabled
(
ECheckBoxState NewState, |
Handles masked state. | Widgets/Masks/SRCProtocolMask.h |
Overridden from IHasMaskExtensibility
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanBeMasked() |
True when the derived classes supports masking, false otherwise. | Widgets/Masks/SRCProtocolMask.h | |
virtual EMaskingType GetMaskingType() |
Retrieves the masking type based on the property type. | Widgets/Masks/SRCProtocolMask.h | |
virtual bool HasOptionalMask() |
True when derived classes has optional mask. | Widgets/Masks/SRCProtocolMask.h |