Navigation
API > API/Plugins > API/Plugins/Chooser
References
| Module | Chooser |
| Header | /Engine/Plugins/Chooser/Source/Chooser/Public/ChooserIndexArray.h |
| Include | #include "ChooserIndexArray.h" |
Syntax
class FChooserIndexArray
Constructors
| Type | Name | Description | |
|---|---|---|---|
FChooserIndexArray
(
FIndexData* InData, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| iterator | begin () |
||
| const_iterator | begin () |
||
| iterator | end () |
||
| const_iterator | end () |
||
| FIndexData * | GetData () |
||
| bool | HasCosts () |
||
| bool | IsEmpty () |
||
| uint32 | Num () |
||
| void | Push
(
const FIndexData& Value |
||
| void | SetHasCosts () |
||
| void |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FIndexData & | operator[]
(
uint32 Index |
||
| const FIndexData & | operator[]
(
uint32 Index |
||
| void | operator=
(
const FChooserIndexArray& Other |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FIndexData |
Typedefs
| Name | Description |
|---|---|
| const_iterator | |
| iterator |