UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
NetCloseResult.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "HAL/Platform.h"
10
11#include "NetCloseResult.generated.h"
12
13
22UENUM()
24{
29
32
35
38
41
44
47
50
53
56
59
60
65
68
71
72
76 Unknown,
77
79 Success,
80
83
84
89
92
94 Upgrade,
95
98
101
104
107
108
112 RPCDoS,
113
115 Cleanup,
116
119
122
125
127 ZeroSize,
128
131
134
137
140
143
146
149
152
155
158
161
164
167
170
173
176
179
182
185
188
191
192
197
200
203
206
209
212
215
218
221
224
227
230
233
236
239
240
245
248
251
254
257
260
263
266
267
272
275
278
281
284
287
290
293
296
299
302
305
308
311
314
317
320
323
326
329
332
335
338
343
346
349
352
355
358
361
364
367
370
373
376
377
382
385
390
391
396};
397
399
400
402
405
408
409
412
413
414
415namespace UE
416{
417namespace Net
418{
419
426
427}
428}
429
FPlatformTypes::TCHAR TCHAR
Either ANSICHAR or WIDECHAR, depending on whether the platform supports wide characters or the requir...
Definition Platform.h:1135
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
NETCORE_API ENetworkFailure::Type ToNetworkFailure(ENetCloseResult Val)
Definition NetCloseResult.cpp:52
NETCORE_API ENetCloseResult FromSecurityEvent(ESecurityEvent::Type Val)
Definition NetCloseResult.cpp:65
ENetCloseResult
Definition NetCloseResult.h:24
@ BeaconSpawnNetGUIDAckNoActor
@ BunchServerPackageMapExports
@ PartialFinalPackageMapExports
@ ContentBlockHeaderInvalidCreate
@ ReplicationChannelCountMaxedOut
@ ControlChannelMessageUnknown
@ ContentBlockHeaderPrematureEnd
@ ControlChannelQueueBunchOverflowed
@ ContentBlockHeaderUObjectSubObject
@ ContentBlockHeaderRepLayoutFail
@ PartialInitialNonByteAligned
@ BeaconSpawnExistingActorError
@ BeaconSpawnClientWorldPackageNameError
@ ContentBlockHeaderNoSubObjectClass
@ ControlChannelBunchOverflowed
@ ControlChannelPlayerChannelFail
@ PartialInitialReliableDestroy
@ ContentBlockHeaderSubObjectActor
@ ObjectReplicatorReceivedBunchFail
@ ContentBlockHeaderAActorSubObject
@ BeaconLoginInvalidAuthHandlerError
@ BunchPrematureControlChannel
@ ContentBlockHeaderIsActorFail
@ ContentBlockHeaderStablyNamedFail
@ UnregisteredMustBeMappedGUID
@ ControlChannelMessagePayloadFail
NETCORE_API ENetCloseResult FromNetworkFailure(ENetworkFailure::Type Val)
Definition NetCloseResult.cpp:39
NETCORE_API const TCHAR * LexToString(ENetCloseResult Enum)
Definition NetCloseResult.cpp:20
#define DECLARE_NETRESULT_ENUM(EnumType)
Definition NetResult.h:469
#define UENUM(...)
Definition ObjectMacros.h:749
float Val(const FString &Value)
Definition UnrealMath.cpp:3163
uint32_t uint32
Definition binka_ue_file_header.h:6
Type
Definition NetEnums.h:24
Type
Definition NetEnums.h:95
Definition AdvancedWidgetsModule.cpp:13
Definition NetResult.h:330