FGraphAStar::FloodFrom

Floods node pool until running out of either free nodes or open set

Windows
MacOS
Linux

References

Module

AIModule

Header

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

Include

#include "GraphAStar.h"

Syntax

template<typename TQueryFilter>
EGraphAStarResult FloodFrom
(
    const FGraphNodeRef StartNodeRef,
    const TQueryFilter & Filter
)

Remarks

Floods node pool until running out of either free nodes or open set

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