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 < FRemoteControlActor > ExposeActor
(
AActor * Actor,
FRemoteControlPresetExposeArgs Args
)
Remarks
Expose an actor on this preset. The exposed actor.
Parameters
| Name | Description |
|---|---|
| Actor | the actor to expose. |
| Args | The arguments used to expose the actor. |