URemoteControlPreset::GetExposedEntity

Get a copy of an exposed entity on the preset.

Windows
MacOS
Linux

References

Module

RemoteControl

Header

/Engine/Plugins/VirtualProduction/RemoteControl/Source/RemoteControl/Public/RemoteControlPreset.h

Include

#include "RemoteControlPreset.h"

Syntax

template<typename ExposableEntityType>
TWeakPtr< const ExposableEntityType > GetExposedEntity
(
    const FGuid & ExposedEntityId
) const

Remarks

Get a copy of an exposed entity on the preset.

Parameters

Parameter

Description

ExposedEntityId

The id of the entity to get. @note ExposableEntityType must derive from FRemoteControlEntity.

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