UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::RemoteObject::Serialization::FRemoteObjectReferenceInfo Struct Reference

Public Attributes

UObjectObject = nullptr
 
FRemoteObjectId Id
 
ERemoteReferenceType Type = ERemoteReferenceType::None
 
bool bIsSubobject = false
 

Detailed Description

Structure that holds information about a reference to an object Helpful in avoiding calculating the same reference properties multiple times

Member Data Documentation

◆ bIsSubobject

bool UE::RemoteObject::Serialization::FRemoteObjectReferenceInfo::bIsSubobject = false

◆ Id

FRemoteObjectId UE::RemoteObject::Serialization::FRemoteObjectReferenceInfo::Id

◆ Object

UObject* UE::RemoteObject::Serialization::FRemoteObjectReferenceInfo::Object = nullptr

◆ Type

ERemoteReferenceType UE::RemoteObject::Serialization::FRemoteObjectReferenceInfo::Type = ERemoteReferenceType::None

The documentation for this struct was generated from the following file: