UNavLocalGridManager::AddLocalNavigationGridForPoint

Creates new grid data for single point

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 AddLocalNavigationGridForPoint
(
    UObject * WorldContextObject,
    const FVector & Location,
    const int32 Radius2D,
    const float Height,
    bool bRebuildGrids
)

Remarks

Creates new grid data for single point

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