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 ExposeFunction
&40;
URemoteControlPreset &42; Preset,
UObject &42; SourceObject,
const FString & Function,
FRemoteControlOptionalExposeArgs Args
&41;
Remarks
Expose a function 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. |
Function | the name of the function to expose. |
Args | optional arguments. |