UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
IrisDelegates.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
Delegates/Delegate.h
"
6
7
8
class
UReplicationSystem
;
9
10
namespace
UE::Net
11
{
12
13
DECLARE_MULTICAST_DELEGATE_OneParam
(
FIrisCriticalErrorDetected
,
UReplicationSystem
*);
14
15
class
FIrisDelegates
16
{
17
public
:
18
IRISCORE_API
static
FIrisCriticalErrorDetected
&
GetCriticalErrorDetectedDelegate
();
19
};
20
21
22
23
24
}
// end namespace UE::Net
25
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
DECLARE_MULTICAST_DELEGATE_OneParam
#define DECLARE_MULTICAST_DELEGATE_OneParam(DelegateName, Param1Type)
Definition
DelegateCombinations.h:49
Delegate.h
UE::Net::FIrisDelegates
Definition
IrisDelegates.h:16
UE::Net::FIrisDelegates::GetCriticalErrorDetectedDelegate
static IRISCORE_API FIrisCriticalErrorDetected & GetCriticalErrorDetectedDelegate()
Definition
IrisDelegates.cpp:9
UReplicationSystem
Definition
ReplicationSystem.h:70
UE::Net
Definition
NetworkVersion.cpp:28
Engine
Source
Runtime
Net
Iris
Public
Iris
Core
IrisDelegates.h
Generated by
1.9.8