Navigation
API > API/Plugins > API/Plugins/RemoteControl
Actor that wraps a remote control preset, allows linking a specific preset to a level.
| |
|
| Name |
ARemoteControlPresetActor |
| Type |
class |
| Header File |
/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlPresetActor.h |
| Include Path |
#include "RemoteControlPresetActor.h" |
Syntax
UCLASS (
HideCategories=(Rendering, Physics, LOD, Activation, Input, Replication, Collision, Actor, Cooking))
class ARemoteControlPresetActor : public AActor
Inheritance Hierarchy
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
ARemoteControlPresetActor()
|
|
RemoteControlPresetActor.h |
|
Variables
Public
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| OnActorDeletedDelegateHandle |
FDelegateHandle |
Delegate handle for actor deletion callback. |
RemoteControlPresetActor.h |
|
Functions
Public