Navigation
API > API/Plugins > API/Plugins/Learning
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningArray.h |
| Include | #include "LearningArray.h" |
Syntax
struct FIndexSetIterator
Remarks
Iterator for FIndexSet (see below)
Constructors
| Type | Name | Description | |
|---|---|---|---|
FIndexSetIterator
(
const int32* InPtr |
|||
FIndexSetIterator
(
int32 InIndex |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FIndexSetIterator& Rhs |
||
| int32 | operator* () |
||
| FIndexSetIterator & | operator++ () |