Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/IRemoteControlModule
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlModule.h |
| Include | #include "IRemoteControlModule.h" |
void PerformMasking
(
const TSharedRef < FRCMaskingOperation > & InMaskingOperation,
const ERCModifyOperationFlags ModifyOperationFlags
)
Remarks
Performs the given masking operation.
Parameters
| Name | Description |
|---|---|
| InMaskingOperation | Masking operation to be performed. |
| ModifyOperationFlags | (optional) Flags that specify how the property is modified when the value is applied. |