Epic Developer Community Forums
I cant find function GetRandomPointInNavigableRadius in C++
Development
Programming & Scripting
Blueprint
Blueprint
,
question
,
unreal-engine
,
UE4
,
CPP
birdfreeyahoo
(birdfreeyahoo)
January 24, 2018, 1:34pm
2
Try the following:
UNavigationSystem::GetCurrent(GetWorld())->GetRandomPointInNavigableRadius(...);
show post in topic