Navigation
API > API/Plugins > API/Plugins/RemoteControl
Reference to a UObject or one of its properties for the purpose of masking.
| Name | FRCMaskingOperation |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/Factories/IRemoteControlMaskingFactory.h |
| Include Path | #include "Factories/IRemoteControlMaskingFactory.h" |
Syntax
struct FRCMaskingOperation
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Factories/IRemoteControlMaskingFactory.h | |||
PRAGMA_DISABLE_DEPRECATION_WARNINGS FRCMaskingOperation
(
const FRCMaskingOperation& |
Workaround for clang deprecation warnings for any deprecated members in implicitly-defined special member functions. | Factories/IRemoteControlMaskingFactory.h | |
| Factories/IRemoteControlMaskingFactory.h | |||
FRCMaskingOperation
(
const FRCObjectReference& InObjectRef, |
Factories/IRemoteControlMaskingFactory.h | ||
FRCMaskingOperation
(
FRCFieldPathInfo InPathInfo, |
Factories/IRemoteControlMaskingFactory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Masks | ERCMask | Masks to be applied. | Factories/IRemoteControlMaskingFactory.h | |
| ModifyOperationFlags | const ERCModifyOperationFlags | Modify operation flags used when masking | Factories/IRemoteControlMaskingFactory.h | |
| ObjectRef | FRCObjectReference | Holds Object reference. | Factories/IRemoteControlMaskingFactory.h | |
| OperationId | FGuid | Unique identifier of the operation being performed. | Factories/IRemoteControlMaskingFactory.h | |
| PreMaskingCache | FVector4 | Holds the state of this RC property before applying any masking. | Factories/IRemoteControlMaskingFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasMask
(
ERCMask InMaskBit |
Factories/IRemoteControlMaskingFactory.h | ||
bool IsValid() |
Factories/IRemoteControlMaskingFactory.h |