Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/UNavigationSystemV1
Description
Note that this function was only deprecated for blueprint in 5.1 Note2: originally deprecated as 4.22, bumped up to 5.1 as per comment above.
| Name | K2_GetRandomPointInNavigableRadius |
| Type | function |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include Path | #include "NavigationSystem.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp |
UFUNCTION (BlueprintPure, Category="AI|Navigation",
Meta=(WorldContext="WorldContextObject", DisplayName="GetRandomPointInNavigableRadius", ScriptName="GetRandomPointInNavigableRadius", DeprecatedFunction, DeprecationMessage="GetRandomPointInNavigableRadius is deprecated. Use GetRandomLocationInNavigableRadius instead"))
static bool K2_GetRandomPointInNavigableRadius
(
UObject * WorldContextObject,
const FVector & Origin,
FVector & RandomLocation,
float Radius,
ANavigationData * NavData,
TSubclassOf < UNavigationQueryFilter > FilterClass
)