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 (BlueprintCallable, Category="RemoteControlPreset")
static bool ExposeActor
(
URemoteControlPreset * Preset,
AActor * Actor,
FRemoteControlOptionalExposeArgs Args
)
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. |