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

#include <NetErrorContext.h>

Public Member Functions

bool HasError () const
 
IRISCORE_API void SetError (const FName Error)
 
FName GetError () const
 
void SetObjectHandle (const FNetRefHandle &InObjectHandle)
 
const FNetRefHandleGetObjectHandle () const
 

Member Function Documentation

◆ GetError()

FName UE::Net::FNetErrorContext::GetError ( ) const
inline

◆ GetObjectHandle()

const FNetRefHandle & UE::Net::FNetErrorContext::GetObjectHandle ( ) const
inline

◆ HasError()

bool UE::Net::FNetErrorContext::HasError ( ) const
inline

◆ SetError()

void UE::Net::FNetErrorContext::SetError ( const FName  Error)

If an error has already been set calling this function again will be a no-op.

◆ SetObjectHandle()

void UE::Net::FNetErrorContext::SetObjectHandle ( const FNetRefHandle InObjectHandle)
inline

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