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< FRemoteControlFunction > ExposeFunction
&40;
UObject &42; Object,
UFunction &42; Function,
FRemoteControlPresetExposeArgs Args
&41;
Remarks
Expose a function on this preset. The exposed function.
Parameters
| Name | Description |
|---|---|
| Object | the object that holds the property. |
| Function | The function to expose. |
| Args | Optional arguments used to expose the property. |