Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetResultManager
Description
Takes a net result and passes it around to the result handlers and callbacks until it is handled, or returns 'EHandleNetResult::NotHandled'.
NOTE: InResult is moved when result is Closed/Handled, and not moved when result is NotHandled.
| Name | HandleNetResult |
| Type | function |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Connection/NetResultManager.h |
| Include Path | #include "Net/Core/Connection/NetResultManager.h" |
| Source | /Engine/Source/Runtime/Net/Core/Private/Net/Core/Connection/NetResultManager.cpp |
EHandleNetResult HandleNetResult
(
FNetResult && InResult
)
Whether or not the result has handled or resulted in a close, or went unhandled
Parameters
| Name | Remarks |
|---|---|
| InResult | Specifies the result |