UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
NavCollision.cpp File Reference
#include "NavCollision.h"
#include "Serialization/MemoryWriter.h"
#include "NavigationSystem.h"
#include "Interfaces/Interface_CollisionDataProvider.h"
#include "Engine/StaticMesh.h"
#include "PrimitiveDrawingUtils.h"
#include "NavAreas/NavArea.h"
#include "AI/NavigationSystemHelpers.h"
#include "DerivedDataPluginInterface.h"
#include "DerivedDataCacheInterface.h"
#include "PhysicsEngine/BodySetup.h"
#include "ProfilingDebugging/CookStats.h"
#include "Interfaces/ITargetPlatform.h"
#include "CoreGlobals.h"

Classes

class  FNavCollisionDataReader
 
class  FDerivedDataNavCollisionCooker
 

Functions

void DrawCylinderHelper (FPrimitiveDrawInterface *PDI, const FMatrix &ElemTM, const FVector::FReal Radius, const FVector::FReal Height, const FColor Color)
 
void DrawBoxHelper (FPrimitiveDrawInterface *PDI, const FMatrix &ElemTM, const FVector &Extent, const FColor Color)
 

Function Documentation

◆ DrawBoxHelper()

void DrawBoxHelper ( FPrimitiveDrawInterface PDI,
const FMatrix ElemTM,
const FVector Extent,
const FColor  Color 
)

◆ DrawCylinderHelper()

void DrawCylinderHelper ( FPrimitiveDrawInterface PDI,
const FMatrix ElemTM,
const FVector::FReal  Radius,
const FVector::FReal  Height,
const FColor  Color 
)