FGraphAStarDefaultNode

Default A* node class.

Windows
MacOS
Linux

References

Module

AIModule

Header

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

Include

#include "GraphAStar.h"

Syntax

template<typename TGraph>
struct FGraphAStarDefaultNode

Remarks

Default A* node class. Extend this class and pass as a parameter to FGraphAStar for additional functionality

Variables

Name Description

Public variable

uint8: 1

 

bIsClosed

Public variable

uint8: 1

 

bIsOpened

Public variable

const FGraphNod...

 

NodeRef

Public variable

int32

 

ParentNodeIndex

Public variable

FGraphNodeRef

 

ParentRef

Public variable

int32

 

SearchNodeIndex

Public variable

float

 

TotalCost

Public variable

float

 

TraversalCost

Constructors

Name Description

Public function

FGraphAStarDefaultNode

(
    const FGraphNodeRef& InNodeRef
)

Functions

Typedefs

Name

Description

FGraphNodeRef

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