Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/URemoteControlPreset
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlPreset.h |
| Include | #include "RemoteControlPreset.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlPreset.cpp |
TWeakPtr< FRemoteControlProperty > ExposeProperty
&40;
UObject &42; Object,
FRCFieldPathInfo FieldPath,
FRemoteControlPresetExposeArgs Args
&41;
Remarks
Expose a property on this preset. The exposed property.
Parameters
| Name | Description |
|---|---|
| Object | the object that holds the property. |
| FieldPath | The name/path to the property. |
| Args | Optional arguments used to expose the property. |