Navigation
API > API/Runtime > API/Runtime/AIModule
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Public/GeomUtils.h |
| Include | #include "GeomUtils.h" |
namespace UE
{
namespace AI
{
FVector::FReal UE::AI::ProjectPointOnLine2D
(
const FVector Point,
const FVector Start,
const FVector End
)
}
}
value of the 'Point' project on infinite line defined by segment 'Start-End'. Using X and Y components of 3D vectors.