Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetHandleManager
Description
Destroys a NetHandle and removes the association between it and the object such that GetObject(Handle) will return nullptr. Assumes Init() has been called.
| Name | DestroyNetHandle |
| 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 void DestroyNetHandle
(
FNetHandle Handle
)