Navigation
API > API/Runtime > API/Runtime/IrisCore
| Name | FNetErrorContext |
| Type | class |
| Header File | /Engine/Source/Runtime/Net/Iris/Public/Iris/Serialization/NetErrorContext.h |
| Include Path | #include "Iris/Serialization/NetErrorContext.h" |
Syntax
class FNetErrorContext
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Error | FName | Iris/Serialization/NetErrorContext.h | ||
| ObjectHandle | FNetRefHandle | Iris/Serialization/NetErrorContext.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName GetError() |
Iris/Serialization/NetErrorContext.h | ||
const FNetRefHandle & GetObjectHandle() |
Iris/Serialization/NetErrorContext.h | ||
bool HasError() |
Iris/Serialization/NetErrorContext.h | ||
void SetError
(
const FName Error |
If an error has already been set calling this function again will be a no-op. | Iris/Serialization/NetErrorContext.h | |
void SetObjectHandle
(
const FNetRefHandle& InObjectHandle |
Iris/Serialization/NetErrorContext.h |