Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FConnectionHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Initializes an invalid handle. | Net/Core/Connection/ConnectionHandle.h | ||
FConnectionHandle
(
uint32 InParentConnectionId |
Net/Core/Connection/ConnectionHandle.h | ||
FConnectionHandle
(
uint32 InParentConnectionId, |
Net/Core/Connection/ConnectionHandle.h |
FConnectionHandle()
Description
Initializes an invalid handle.
| Name | FConnectionHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Connection/ConnectionHandle.h |
| Include Path | #include "Net/Core/Connection/ConnectionHandle.h" |
FConnectionHandle()
FConnectionHandle(uint32)
| Name | FConnectionHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Connection/ConnectionHandle.h |
| Include Path | #include "Net/Core/Connection/ConnectionHandle.h" |
FConnectionHandle
(
uint32 InParentConnectionId
)
FConnectionHandle(uint32, uint32)
| Name | FConnectionHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Connection/ConnectionHandle.h |
| Include Path | #include "Net/Core/Connection/ConnectionHandle.h" |
FConnectionHandle
(
uint32 InParentConnectionId,
uint32 InChildConnectionId
)