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