Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/FGraphAStar > API/Runtime/AIModule/FGraphAStar/ProcessSingleNode
Deprecated * Please use ProcessSingleNode() taking FVector::FReal& OutBestNodeCost instead!
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Public/GraphAStar.h |
| Include | #include "GraphAStar.h" |
template<typename TQueryFilter>
bool ProcessSingleNode
&40;
const FSearchNode & EndNode,
const bool bIsBound,
const TQueryFilter & Filter,
int32 & OutBestNodeIndex,
float & OutBestNodeCost
&41;
Remarks
Single run of A* loop: get node from open set and process neighbors returns true if loop should be continued