URemoteControlPreset::ExposeFunction

Expose a function 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< FRemoteControlFunction > ExposeFunction
(
    UObject * Object,
    UFunction * Function,
    FRemoteControlPresetExposeArgs Args
)

Remarks

Expose a function on this preset.

Returns

The exposed function.

Parameters

Parameter

Description

Object

the object that holds the property.

Function

The function to expose.

Args

Optional arguments used to expose the property.

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