Navigation
API > API/Runtime > API/Runtime/IrisCore > API/Runtime/IrisCore/UReplicationSystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ReportErrorWithNetRefHandle
(
UE::Net::ENetRefHandleError ErrorType, |
Called when a connection reports a critical error with a netrefhandle object | Iris/ReplicationSystem/ReplicationSystem.h | |
void ReportErrorWithNetRefHandle
(
UE::Net::ENetRefHandleError ErrorType, |
Called when a connection reports a critical error with a netrefhandle object and extra handles | Iris/ReplicationSystem/ReplicationSystem.h |
ReportErrorWithNetRefHandle(UE::Net::ENetRefHandleError, uint64, uint32)
Description
Called when a connection reports a critical error with a netrefhandle object
| Name | ReportErrorWithNetRefHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/ReplicationSystem.h |
| Include Path | #include "Iris/ReplicationSystem/ReplicationSystem.h" |
| Source | /Engine/Source/Runtime/Experimental/Iris/Core/Private/Iris/ReplicationSystem/ReplicationSystem.cpp |
void ReportErrorWithNetRefHandle
(
UE::Net::ENetRefHandleError ErrorType,
uint64 NetRefHandleId,
uint32 ConnectionId
)
ReportErrorWithNetRefHandle(UE::Net::ENetRefHandleError, uint64, uint32, const TArray< uint64 > &)
Description
Called when a connection reports a critical error with a netrefhandle object and extra handles
| Name | ReportErrorWithNetRefHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Iris/Core/Public/Iris/ReplicationSystem/ReplicationSystem.h |
| Include Path | #include "Iris/ReplicationSystem/ReplicationSystem.h" |
| Source | /Engine/Source/Runtime/Experimental/Iris/Core/Private/Iris/ReplicationSystem/ReplicationSystem.cpp |
void ReportErrorWithNetRefHandle
(
UE::Net::ENetRefHandleError ErrorType,
uint64 NetRefHandleId,
uint32 ConnectionId,
const TArray < uint64 > & ExtraNetRefHandles
)