FRemoteControlTarget::ExposeFunction

Expose a function in this target.

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

TOptional< FRemoteControlFunction > ExposeFunction
(
    FString RelativeFieldPath,
    const FString & DesiredDisplayName,
    FGuid GroupId,
    bool bAppendAliasToLabel
)

Remarks

Expose a function in this target.

Parameters

Parameter

Description

RelativeFieldPath

the path from the owner object to this field. (ie. Subcomponent.GetName)

DesiredDisplayName

the display name desired for this control. If the name is not unique target-wide, 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