FRemoteControlTarget::ExposeProperty

Expose a property in this target.

Windows
MacOS
Linux

Deprecated

  • A component hierarchy is no longer needed to expose properties, use the overloaded function instead.

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

TOptional< FRemoteControlProperty > ExposeProperty
(
    FRCFieldPathInfo FieldPathInfo,
    TArray< FString > ComponentHierarchy,
    const FString & DesiredDisplayName,
    FGuid GroupId
)

Remarks

Expose a property in this target.

Parameters

Parameter

Description

FieldPathInfo

the path data from the owner object, including component chain, to this field. (ie. LightComponent0.Intensity)

DesiredDisplayName

the display name desired for this control. If the name is not unique preset-wise, a number will be appended.

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