AAbstractNavData::GetRandomReachablePointInRadius

Finds a random location in Radius, reachable from Origin

Windows
MacOS
Linux

Override Hierarchy

ANavigationData::GetRandomReachablePointInRadius()

AAbstractNavData::GetRandomReachablePointInRadius()

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/AbstractNavData.h

Include

#include "AbstractNavData.h"

Syntax

virtual bool GetRandomReachablePointInRadius
(
    const FVector & Origin,
    float Radius,
    FNavLocation & OutResult,
    FSharedConstNavQueryFilter Filter,
    const UObject * Querier
) const

Remarks

Finds a random location in Radius, reachable from Origin

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