FRemoteControlPresetExposeArgs

Arguments used to expose an entity (Actor, property, function, etc.)

Windows
MacOS
Linux

References

Module

RemoteControl

Header

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

Include

#include "RemoteControlPreset.h"

Syntax

struct FRemoteControlPresetExposeArgs

Remarks

Arguments used to expose an entity (Actor, property, function, etc.)

Variables

Name Description

Public variable

FGuid

 

GroupId

(Optional) The group in which to put the field.

Public variable

FString

 

Label

(Optional) The label to use for the new exposed entity.

Constructors

Name Description

Public function

FRemoteControlPresetExposeArgs()

Public function

FRemoteControlPresetExposeArgs

(
    FString Label,
    FGuid GroupId
)

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