Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetHandle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNetHandle () |
Net/Core/NetHandle/NetHandle.h | ||
FNetHandle
(
const FNetHandle& Other |
Net/Core/NetHandle/NetHandle.h | ||
FNetHandle
(
FNetHandle&& Other |
Net/Core/NetHandle/NetHandle.h | ||
FNetHandle
(
FObjectKey ObjectKey |
Net/Core/NetHandle/NetHandle.h | ||
FNetHandle
(
FInternalValue InInternalValue |
Net/Core/NetHandle/NetHandle.h | ||
FNetHandle
(
uint64 InInternalValue |
Net/Core/NetHandle/NetHandle.h |
FNetHandle()
| Name | FNetHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetHandle/NetHandle.h |
| Include Path | #include "Net/Core/NetHandle/NetHandle.h" |
FNetHandle()
FNetHandle(const FNetHandle &)
| Name | FNetHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetHandle/NetHandle.h |
| Include Path | #include "Net/Core/NetHandle/NetHandle.h" |
FNetHandle
(
const FNetHandle & Other
)
FNetHandle(FNetHandle &&)
| Name | FNetHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetHandle/NetHandle.h |
| Include Path | #include "Net/Core/NetHandle/NetHandle.h" |
FNetHandle
(
FNetHandle && Other
)
FNetHandle(FObjectKey)
| Name | FNetHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetHandle/NetHandle.h |
| Include Path | #include "Net/Core/NetHandle/NetHandle.h" |
FNetHandle
(
FObjectKey ObjectKey
)
FNetHandle(FInternalValue)
| Name | FNetHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetHandle/NetHandle.h |
| Include Path | #include "Net/Core/NetHandle/NetHandle.h" |
FNetHandle
(
FInternalValue InInternalValue
)
FNetHandle(uint64)
| Name | FNetHandle |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetHandle/NetHandle.h |
| Include Path | #include "Net/Core/NetHandle/NetHandle.h" |
FNetHandle
(
uint64 InInternalValue
)