Navigation
Unreal Engine C++ API Reference > Runtime > NavigationSystem > UNavigationSystemV1
References
Module | NavigationSystem |
Header | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
Include | #include "NavigationSystem.h" |
Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp |
bool GetRandomPoint
&40;
FNavLocation & ResultLocation,
ANavigationData &42; NavData,
FSharedConstNavQueryFilter QueryFilter
&41;
Remarks
Finds random point in navigable space true if any location found, false otherwise
Parameters
Name | Description |
---|---|
ResultLocation | Found point is put here |
NavData | If NavData == NULL then MainNavData is used. |