Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetHandleManager
Description
Returns an existing NetHandle for an object if it's present or creates one if it's not. Assumes Init() has been called.
| Name | GetOrCreateNetHandle |
| 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 GetOrCreateNetHandle
(
const UObject *
)