Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/Factories > API/Plugins/RemoteControl/Factories/IRemoteControlMaskingFactory
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/Factories/IRemoteControlMaskingFactory.h |
| Include | #include "Factories/IRemoteControlMaskingFactory.h" |
void ApplyMaskedValues
(
const TSharedRef < FRCMaskingOperation > & InMaskingOperation,
bool bIsInteractive,
const ERCModifyOperationFlags ModifyOperationFlags
)
Remarks
Applies masked values to the given struct property.
Parameters
| Name | Description |
|---|---|
| InMaskingOperation | Shared reference of the masking operation to perform. |
| bIsInteractive | If bWithPropertyChangedEvents, defined if the property changed events are interactive or not. |
| ModifyOperationFlags | (optional) Flags that specify how the property is modified when the value is applied. |