UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Net::FNetObjectReference Class Reference

#include <NetObjectReference.h>

Public Member Functions

 FNetObjectReference ()
 
bool IsValid () const
 
bool operator== (const FNetObjectReference &Other) const
 
bool operator!= (const FNetObjectReference &Other) const
 
FNetRefHandle GetRefHandle () const
 
FNetToken GetPathToken () const
 
bool CanBeExported () const
 
FString ToString () const
 

Friends

class Private::FObjectReferenceCache
 

Detailed Description

A reference to a network addressable object.

Constructor & Destructor Documentation

◆ FNetObjectReference()

UE::Net::FNetObjectReference::FNetObjectReference ( )
inline

Member Function Documentation

◆ CanBeExported()

bool UE::Net::FNetObjectReference::CanBeExported ( ) const
inline

Returns whether the object reference can be exported.

◆ GetPathToken()

FNetToken UE::Net::FNetObjectReference::GetPathToken ( ) const
inline

Returns the NetToken part of the object reference.

◆ GetRefHandle()

FNetRefHandle UE::Net::FNetObjectReference::GetRefHandle ( ) const
inline

Returns the NetRefHandle part of the object reference.

◆ IsValid()

bool UE::Net::FNetObjectReference::IsValid ( ) const
inline

Returns whether the reference points to a valid object.

◆ operator!=()

bool UE::Net::FNetObjectReference::operator!= ( const FNetObjectReference Other) const
inline

Returns whether this reference doesn't point to the same network addressable objects as some other reference.

◆ operator==()

bool UE::Net::FNetObjectReference::operator== ( const FNetObjectReference Other) const
inline

Returns whether this reference points to the same network addressable objects as some other reference.

◆ ToString()

FString UE::Net::FNetObjectReference::ToString ( ) const
inline

Returns a human readable string representing the object reference, for debugging purposes.

Friends And Related Symbol Documentation

◆ Private::FObjectReferenceCache


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