Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetResultHandler
Description
Takes a net result and either handles it 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" |
virtual EHandleNetResult HandleNetResult
(
FNetResult && InCloseResult
)
Whether or not the result has handled or resulted in close, or went unhandled
Parameters
| Name | Remarks |
|---|---|
| InResult | Specifies the result |