![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "NavMesh/NavMeshPath.h"#include "EngineStats.h"#include "EngineGlobals.h"#include "AI/Navigation/NavAgentInterface.h"#include "NavigationSystem.h"#include "Engine/Engine.h"#include "Engine/Canvas.h"#include "DrawDebugHelpers.h"#include "VisualLogger/VisualLoggerTypes.h"#include "NavMesh/RecastNavMesh.h"#include "NavAreas/NavArea.h"#include "Debug/DebugDrawService.h"#include "Algo/Reverse.h"Macros | |
| #define | DEBUG_DRAW_OFFSET 0 |
| #define | PATH_OFFSET_KEEP_VISIBLE_POINTS 1 |
Functions | |
| void | AppendPathPointsHelper (TArray< FNavPathPoint > &PathPoints, const TArray< FPathPointInfo > &SourcePoints, int32 Index) |
| #define DEBUG_DRAW_OFFSET 0 |
| #define PATH_OFFSET_KEEP_VISIBLE_POINTS 1 |
| void AppendPathPointsHelper | ( | TArray< FNavPathPoint > & | PathPoints, |
| const TArray< FPathPointInfo > & | SourcePoints, | ||
| int32 | Index | ||
| ) |