Navigation
API > API/Plugins > API/Plugins/RemoteControl
| Name | FRemoteControlInstanceMaterialFactory |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlInstanceMaterial.h |
| Include Path | #include "RemoteControlInstanceMaterial.h" |
Syntax
class FRemoteControlInstanceMaterialFactory : public IRemoteControlPropertyFactory
Implements Interfaces
Functions
Public
Overridden from IRemoteControlPropertyFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< FRemoteControlProperty > CreateRemoteControlProperty
(
URemoteControlPreset* Preset, |
Expose a property from given preset | RemoteControlInstanceMaterial.h | |
virtual void PostSetObjectProperties
(
UObject* Object, |
Post set property action | RemoteControlInstanceMaterial.h | |
virtual bool SupportExposedClass
(
UClass* Class |
Whether the factory support exposed object | RemoteControlInstanceMaterial.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< IRemoteControlPropertyFactory > MakeInstance() |
RemoteControlInstanceMaterial.h |