Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/Factories
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/Factories/IRemoteControlMaskingFactory.h |
| Include | #include "Factories/IRemoteControlMaskingFactory.h" |
Syntax
struct FRCMaskingOperation
Remarks
Reference to a UObject or one of its properties for the purpose of masking.
Variables
| Type | Name | Description | |
|---|---|---|---|
| ERCMask | Masks | Masks to be applied. | |
| FRCObjectReference | ObjectRef | Holds Object reference. | |
| FGuid | OperationId | Unique identifier of the operation being performed. | |
| FVector4 | PreMaskingCache | Holds the state of this RC property before applying any masking. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRCMaskingOperation
(
const FRCObjectReference& InObjectRef |
|||
FRCMaskingOperation
(
FRCFieldPathInfo InPathInfo, |