UNavLocalGridManager::AddLocalNavigationGridForPoints

Creates single grid data for set of points

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/Navigation/NavLocalGridManager.h

Include

#include "Navigation/NavLocalGridManager.h"

Source

/Engine/Source/Runtime/AIModule/Private/Navigation/NavLocalGridManager.cpp

Syntax

static int32 AddLocalNavigationGridForPoints
(
    UObject * WorldContextObject,
    const TArray< FVector > & Locations,
    const int32 Radius2D,
    const float Height,
    bool bRebuildGrids
)

Remarks

Creates single grid data for set of points

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