Navigation
API > API/Plugins > API/Plugins/RemoteControl > API/Plugins/RemoteControl/URemoteControlFunctionLibrary
References
| Module | RemoteControl |
| Header | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlFunctionLibrary.h |
| Include | #include "RemoteControlFunctionLibrary.h" |
| Source | /Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Private/RemoteControlFunctionLibrary.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"RemoteControlPreset"&41;
static bool ExposeProperty
&40;
URemoteControlPreset &42; Preset,
UObject &42; SourceObject,
const FString & Property,
FRemoteControlOptionalExposeArgs Args
&41;
Remarks
Expose a property in a remote control preset. Whether the operation was successful.
Parameters
| Name | Description |
|---|---|
| Preset | the preset to expose the property in. |
| SourceObject | the object that contains the property to expose. |
| Property | the name or path of the property to expose. |
| Args | optional arguments. |