Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/FGraphAStar
| Name | FOpenList |
| Type | struct |
| Header File | /Engine/Source/Runtime/AIModule/Public/GraphAStar.h |
| Include Path | #include "GraphAStar.h" |
Syntax
struct FOpenList : public TArray< int32, FRangeChecklessAllocator< DoRangeCheck > >
Inheritance Hierarchy
- TArray → FGraphAStar::FOpenList
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOpenList
(
FNodeArray& InNodePool, |
GraphAStar.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FIndexArray | GraphAStar.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NodePool | FNodeArray & | GraphAStar.h | ||
| NodeSorter | const FNodeSorter & | GraphAStar.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Modify
(
FSearchNode& SearchNode |
GraphAStar.h | ||
int32 PopIndex () |
GraphAStar.h | ||
int32 PopIndex
(
bool bAllowShrinking |
GraphAStar.h | ||
void Push
(
FSearchNode& SearchNode |
GraphAStar.h |