Navigation
API > API/Plugins > API/Plugins/Chooser
| Name | FChooserIndexArray |
| Type | class |
| Header File | /Engine/Plugins/Chooser/Source/Chooser/Public/ChooserIndexArray.h |
| Include Path | #include "ChooserIndexArray.h" |
Syntax
class FChooserIndexArray
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FChooserIndexArray
(
FIndexData* InData, |
ChooserIndexArray.h |
Structs
| Name | Remarks |
|---|---|
| FIndexData |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| const_iterator | const FIndexData * | ChooserIndexArray.h | |
| iterator | FIndexData * | ChooserIndexArray.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHasCosts | bool | ChooserIndexArray.h | ||
| Data | FIndexData * | ChooserIndexArray.h | ||
| MaxSize | uint32 | ChooserIndexArray.h | ||
| Size | uint32 | ChooserIndexArray.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
iterator begin () |
ChooserIndexArray.h | ||
const_iterator begin () |
ChooserIndexArray.h | ||
iterator end () |
ChooserIndexArray.h | ||
const_iterator end () |
ChooserIndexArray.h | ||
FIndexData * GetData() |
ChooserIndexArray.h | ||
bool HasCosts() |
ChooserIndexArray.h | ||
bool IsEmpty() |
ChooserIndexArray.h | ||
uint32 Num() |
ChooserIndexArray.h | ||
void Push
(
const FIndexData& Value |
ChooserIndexArray.h | ||
void SetHasCosts() |
ChooserIndexArray.h | ||
void SetNum
(
uint32 Num |
ChooserIndexArray.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FIndexData & operator[]
(
uint32 Index |
ChooserIndexArray.h | ||
const FIndexData & operator[]
(
uint32 Index |
ChooserIndexArray.h | ||
void operator=
(
const FChooserIndexArray& Other |
ChooserIndexArray.h |