Navigation
API > API/Plugins > API/Plugins/Learning
Iterator for FIndexSet (see below)
| Name | FIndexSetIterator |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningArray.h |
| Include Path | #include "LearningArray.h" |
Syntax
struct FIndexSetIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIndexSetIterator
(
const int32* InPtr |
LearningArray.h | ||
FIndexSetIterator
(
int32 InIndex |
LearningArray.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bUseIndex | const bool | LearningArray.h | ||
| Index | int32 | LearningArray.h | ||
| Ptr | const int32 * | LearningArray.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FIndexSetIterator& Rhs |
LearningArray.h | ||
int32 operator*() |
LearningArray.h | ||
FIndexSetIterator & operator++() |
LearningArray.h |