URemoteControlPreset::ExposeActor

Expose an actor on this preset.

Windows
MacOS
Linux

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

Syntax

TWeakPtr< FRemoteControlActor > ExposeActor
(
    AActor * Actor,
    FRemoteControlPresetExposeArgs Args
)

Remarks

Expose an actor on this preset.

Returns

The exposed actor.

Parameters

Parameter

Description

Actor

the actor to expose.

Args

The arguments used to expose the actor.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss