Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetHandleManager
Description
Returns a NetHandle given an Id that has previously been extracted from a valid NetHandle. The behavior is implementation defined if the Id was not extracted from a valid NetHandle.
| Name | MakeNetHandleFromId |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/NetHandle/NetHandleManager.h |
| Include Path | #include "Net/Core/NetHandle/NetHandleManager.h" |
| Source | /Engine/Source/Runtime/Net/Core/Private/Net/Core/NetHandle/NetHandleManager.cpp |
static FNetHandle MakeNetHandleFromId
(
uint32 Id
)