UNavigationSystemV1::K2_ProjectPointToNavigation

Project a point onto the NavigationData

Windows
MacOS
Linux

References

Module

NavigationSystem

Header

/Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h

Include

#include "NavigationSystem.h"

Source

/Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp

Syntax

static bool K2_ProjectPointToNavigation
(
    UObject * WorldContextObject,
    const FVector & Point,
    FVector & ProjectedLocation,
    ANavigationData * NavData,
    TSubclassOf< UNavigationQueryFilter > FilterClass,
    const FVector QueryExtent
)

Remarks

Project a point onto the NavigationData

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