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 ExposeActor
&40;
URemoteControlPreset &42; Preset,
AActor &42; Actor,
FRemoteControlOptionalExposeArgs Args
&41;
Remarks
Expose an actor in a remote control preset. Whether the operation was successful.
Parameters
| Name | Description |
|---|---|
| Preset | the preset to expose the property in. |
| Actor | the actor to expose. |
| Args | optional arguments. |