FNavigationProjectionWork

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationTypes.h

Include

#include "AI/Navigation/NavigationTypes.h"

Syntax

struct FNavigationProjectionWork

Variables

Name Description

Public variable

uint32: 1

 

bHintProjection2D

If set, projection function scoring will be biased for 2D work (e.g. in case of navmesh, findNearestPoly2D)

Public variable

uint32: 1

 

bIsValid

If set, data in this structure is valid

Public variable

uint32: 1

 

bResult

Result of projection function.

Public variable

FNavLocation

 

OutLocation

Result point with nav Id

Public variable

const FVector

 

Point

Source point

Public variable

FBox

 

ProjectionLimit

Projection range

Constructors

Name Description

Public function

FNavigationProjectionWork()

Public function

FNavigationProjectionWork

(
    const FVector& StartPoint,
    const FBox& CustomProjectionLimits
)

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