URemoteControlPreset::CreateAndGetTarget

Create a new target under this preset.

Windows
MacOS
Linux

Deprecated

  • Targets are deprecated in favor of exposing directly on the preset. You do not need to create a target beforehand.

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

FRemoteControlTarget & CreateAndGetTarget
(
    const TArray< UObject * > & TargetObjects
)

Remarks

Create a new target under this preset.

Returns

The new target. @note A target must be created with at least one object and they must have a common base class.

Parameters

Parameter

Description

TargetObjects

The objects to group under a common alias for the target.

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