Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/FRemoteControlInstanceMaterialFa-
- IRemoteControlPropertyFactory::CreateRemoteControlProperty()
- FRemoteControlInstanceMaterialFactory::CreateRemoteControlProperty()
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlInstanceMaterial.h |
| Include | #include "RemoteControlInstanceMaterial.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlInstanceMaterial.cpp |
virtual 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. |