Navigation
API > API/Plugins > API/Plugins/RemoteControl
| Name | IRemoteControlMaskingFactory |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/Factories/IRemoteControlMaskingFactory.h |
| Include Path | #include "Factories/IRemoteControlMaskingFactory.h" |
Syntax
class IRemoteControlMaskingFactory : public TSharedFromThis< IRemoteControlMaskingFactory >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → IRemoteControlMaskingFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Workaround for clang deprecation warnings for any deprecated members in implicitly-defined special member functions. | Factories/IRemoteControlMaskingFactory.h | ||
| Factories/IRemoteControlMaskingFactory.h | |||
| Factories/IRemoteControlMaskingFactory.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual PRAGMA_DISABLE_DEPRECATION_WARNINGS ~IRemoteControlMaskingFactory() |
Virtual destructor | Factories/IRemoteControlMaskingFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ApplyMaskedValues
(
const TSharedRef< FRCMaskingOperation >& InMaskingOperation, |
Applies masked values to the given struct property. | Factories/IRemoteControlMaskingFactory.h | |
void CacheRawValues
(
const TSharedRef< FRCMaskingOperation >& InMaskingOperation |
Caches premasking values from the given struct property. | Factories/IRemoteControlMaskingFactory.h | |
bool SupportsExposedEntity
(
UScriptStruct* ScriptStruct |
Whether the factory support exposed entity. | Factories/IRemoteControlMaskingFactory.h |