FOpenList

Windows
MacOS
Linux

Inheritance Hierarchy

TArray

FGraphAStar::FOpenList

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Public/GraphAStar.h

Include

#include "GraphAStar.h"

Syntax

Variables

Name Description

Public variable

FNodeArray &

 

NodePool

Public variable

const FNodeSort...

 

NodeSorter

Constructors

Name Description

Public function

FOpenList

(
    FNodeArray& InNodePool,
    const FNodeSorter& InNodeSorter
)

Functions

Name Description

Public function

void

 

Modify

(
    FSearchNode& SearchNode
)

Public function

int32

 

PopIndex

(
    bool bAllowShrinking
)

Public function

void

 

Push

(
    FSearchNode& SearchNode
)

Typedefs

Name

Description

Super

Deprecated Functions

Name Description

Public function

FSearchNode ...

 

Pop

(
    bool bAllowShrinking
)

This function is now deprecated, please use PopIndex instead

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss