Navigation
API > API/Runtime > API/Runtime/NetCore > API/Runtime/NetCore/FNetResult
Chain iterator
| Name | FConstIterator |
| Type | struct |
| Header File | /Engine/Source/Runtime/Net/Core/Public/Net/Core/Connection/NetResult.h |
| Include Path | #include "Net/Core/Connection/NetResult.h" |
Syntax
struct FConstIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConstIterator
(
const FNetResult& InResult |
Net/Core/Connection/NetResult.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurResult | const FNetResult * | Net/Core/Connection/NetResult.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Net/Core/Connection/NetResult.h | ||
const FNetResult & operator*() |
Net/Core/Connection/NetResult.h | ||
void operator++() |
Net/Core/Connection/NetResult.h | ||
const FNetResult * operator->() |
Net/Core/Connection/NetResult.h |