Navigation
API > API/Plugins > API/Plugins/RemoteControl
Inheritance Hierarchy
- TSharedFromThis
- IRemoteControlPropertyFactory
- FRemoteControlInstanceMaterialFactory
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlEntityFactory.h |
| Include | #include "RemoteControlEntityFactory.h" |
Syntax
class IRemoteControlPropertyFactory : public TSharedFromThis< IRemoteControlPropertyFactory >
Remarks
Factory which is creates the instances of FRemoteControlProperty
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destructor |
Functions
| 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 |