URemoteControlPreset::ExposeProperty

Expose a property 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< FRemoteControlProperty > ExposeProperty
(
    UObject * Object,
    FRCFieldPathInfo FieldPath,
    FRemoteControlPresetExposeArgs Args
)

Remarks

Expose a property on this preset.

Returns

The exposed property.

Parameters

Parameter

Description

Object

the object that holds the property.

FieldPath

The name/path to the property.

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