Navigation
API > API/Plugins > API/Plugins/ZoneGraph > API/Plugins/ZoneGraph/UZoneGraphSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool FindNearestLocationOnLane
(
const FZoneGraphLaneHandle LaneHandle, |
Find nearest location on a specific lane. | ZoneGraphSubsystem.h | |
bool FindNearestLocationOnLane
(
const FZoneGraphLaneHandle LaneHandle, |
Find nearest location on a specific lane. | ZoneGraphSubsystem.h |
FindNearestLocationOnLane(const FZoneGraphLaneHandle, const FBox &, FZoneGraphLaneLocation &, float &)
Description
Find nearest location on a specific lane.
| Name | FindNearestLocationOnLane |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphSubsystem.h |
| Include Path | #include "ZoneGraphSubsystem.h" |
| Source | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Private/ZoneGraphSubsystem.cpp |
bool FindNearestLocationOnLane
(
const FZoneGraphLaneHandle LaneHandle,
const FBox & Bounds,
FZoneGraphLaneLocation & OutLaneLocation,
float & OutDistanceSqr
) const
FindNearestLocationOnLane(const FZoneGraphLaneHandle, const FVector &, const float, FZoneGraphLaneLocation &, float &)
Description
Find nearest location on a specific lane.
| Name | FindNearestLocationOnLane |
| Type | function |
| Header File | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphSubsystem.h |
| Include Path | #include "ZoneGraphSubsystem.h" |
| Source | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Private/ZoneGraphSubsystem.cpp |
bool FindNearestLocationOnLane
(
const FZoneGraphLaneHandle LaneHandle,
const FVector & Center,
const float Range,
FZoneGraphLaneLocation & OutLaneLocation,
float & OutDistanceSqr
) const