Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/IRemoteControlModule
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SupportsMasking
(
const UScriptStruct* InStruct |
Returns true if the given property can be masked, false otherwise. | IRemoteControlModule.h | |
bool SupportsMasking
(
const FProperty* InProperty |
Returns true if the given property can be masked, false otherwise. | IRemoteControlModule.h |
SupportsMasking(const UScriptStruct *)
Description
Returns true if the given property can be masked, false otherwise.
| Name | SupportsMasking |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlModule.h |
| Include Path | #include "IRemoteControlModule.h" |
bool SupportsMasking
(
const UScriptStruct * InStruct
) const
SupportsMasking(const FProperty *)
Description
Returns true if the given property can be masked, false otherwise.
| Name | SupportsMasking |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/IRemoteControlModule.h |
| Include Path | #include "IRemoteControlModule.h" |
bool SupportsMasking
(
const FProperty * InProperty
) const