Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/Factories
Inheritance Hierarchy
- TSharedFromThis
- IRemoteControlMaskingFactory
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/Factories/IRemoteControlMaskingFactory.h |
| Include | #include "Factories/IRemoteControlMaskingFactory.h" |
Syntax
class IRemoteControlMaskingFactory : public TSharedFromThis< IRemoteControlMaskingFactory >
Remarks
Factory which is responsible for masking support for FRemoteControlProperty.
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyMaskedValues
(
const TSharedRef< FRCMaskingOperation >& InMaskingOperation, |
Applies masked values to the given struct property. | |
| void | CacheRawValues
(
const TSharedRef< FRCMaskingOperation >& InMaskingOperation |
Caches premasking values from the given struct property. | |
| bool | SupportsExposedEntity
(
UScriptStruct* ScriptStruct |
Whether the factory support exposed entity. |