Navigation
API > API/Plugins > API/Plugins/RemoteControl
Inheritance Hierarchy
- FSharedFromThisBase
- TSharedFromThis
- IRemoteControlPropertyFactory
- FRemoteControlInstanceMaterialFactory
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlInstanceMaterial.h |
| Include | #include "RemoteControlInstanceMaterial.h" |
Syntax
class FRemoteControlInstanceMaterialFactory : public IRemoteControlPropertyFactory
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< IRemoteControlPropertyFactory > | MakeInstance () |
Overridden from IRemoteControlPropertyFactory
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FRemoteControlProperty > | CreateRemoteControlProperty
(
URemoteControlPreset* Preset, |
Expose a property from given preset | |
| void | PostSetObjectProperties
(
UObject* Object, |
Post set property action | |
| bool | SupportExposedClass
(
UClass* Class |
Whether the factory support exposed object |