FRemoteControlProperty

Represents a property exposed to remote control.

Windows
MacOS
Linux

Inheritance Hierarchy

FRemoteControlEntity

FRemoteControlField

FRemoteControlProperty

References

Module

RemoteControl

Header

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

Include

#include "RemoteControlField.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)([BlueprintType](Programming/UnrealArchitecture/Reference/Structs/Specifiers/BlueprintType))
struct FRemoteControlProperty : public FRemoteControlField

Remarks

Represents a property exposed to remote control.

Constructors

Name Description

Public function

FRemoteControlProperty()

Public function

FRemoteControlProperty

(
    FName InLabel,
    FRCFieldPathInfo FieldPathInfo,
    TArray< FString > InComponentHierar...
)

This constructor is deprecated. Use the other constructor.

Public function

FRemoteControlProperty

(
    URemoteControlPreset* InPreset,
    FName InLabel,
    FRCFieldPathInfo InFieldPathInfo,
    const TArray< URemoteControlBinding...
)

Functions

Name Description

Public function Const

FProperty &#...

 

GetProperty()

Get the underlying property.

Public function Const

TSharedPtr< ...

 

GetPropertyHandle()

Get the property handle with ability set and get property value directly.

Public function Const

bool

 

IsEditableInPackaged()

Returns whether the property is editable in a packaged build.

Public function

void

 

PostSerialize

(
    const FArchive& Ar
)

Public function

bool

 

Serialize

(
    FArchive& Ar
)

Overridden from FRemoteControlEntity

Name Description

Public function Virtual Const

UClass *

 

GetSupportedBindingClass()

Get the class of the object that can hold this field.

Public function Virtual Const

uint32

 

GetUnderlyingEntityIdentifier()

Get an identifier for the underlying entity.

Public function Virtual Const

bool

 

IsBound()

Returns whether this entity can be resolved using its bound objects.

Constants

Name

Description

MetadataKey_Max

Key for the metadata's Max entry.

MetadataKey_Min

Key for the metadata's Min entry.

Deprecated Functions

Name Description

Public function

 

FRemoteControlProperty

(
    FName InLabel,
    FRCFieldPathInfo FieldPathInfo,
    TArray< FString > InComponentHierar...
)

This constructor is deprecated. Use the other constructor.

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