Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/IRemoteControlPropertyFactory
- IRemoteControlPropertyFactory::CreateRemoteControlProperty()
- FRemoteControlInstanceMaterialFactory::CreateRemoteControlProperty()
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlEntityFactory.h |
| Include | #include "RemoteControlEntityFactory.h" |
TSharedPtr< FRemoteControlProperty > CreateRemoteControlProperty
&40;
URemoteControlPreset &42; Preset,
UObject &42; Object,
FRCFieldPathInfo FieldPath,
FRemoteControlPresetExposeArgs Args
&41;
Remarks
Expose a property from given preset The exposed property.
Parameters
| Name | Description |
|---|---|
| Preset | the remote control preset object. |
| Object | the object that holds the property. |
| FieldPath | The name/path to the property. |
| Args | Optional arguments used to expose the property. |