FRCIObjectMetadata

Object metadata for custom interception/replication/processing purposes

Windows
MacOS
Linux

Inheritance Hierarchy

FRCIObjectMetadata

FRCIPropertiesMetadata

References

Module

RemoteControlInterception

Header

/Engine/Plugins/VirtualProduction/RemoteControlInterception/Source/RemoteControlInterception/Public/IRemoteControlInterceptionCommands.h

Include

#include "IRemoteControlInterceptionCommands.h"

Syntax

struct FRCIObjectMetadata

Remarks

Object metadata for custom interception/replication/processing purposes

Variables

Name Description

Public variable

ERCIAccess

 

Access

Property access type

Public variable

FString

 

ObjectPath

Owner object path

Public variable

FString

 

PropertyPath

FProperty path

Public variable

FString

 

PropertyPathInfo

Full property path, including path to inner structs, arrays, maps, etc

Constructors

Name Description

Public function

FRCIObjectMetadata()

Public function

FRCIObjectMetadata

(
    const FString& InObjectPath,
    const FString& InPropertyPath,
    const FString& InPropertyPathInfo,
    const ERCIAccess InAccess
)

Destructors

Name Description

Public function Virtual

~FRCIObjectMetadata()

Functions

Name Description

Public function Const

const FName ...

 

GetUniquePath()

Get Unique Path for Object metadata

Public function Virtual Const

bool

 

IsValid()

Returns true if reference is valid

Constants

Name

Description

Name

Structure Name

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