Navigation
API > API/Plugins > API/Plugins/ZoneGraph
Describes template of multiple parallel lanes, created in settings.
| Name | FZoneLaneProfile |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphTypes.h |
| Include Path | #include "ZoneGraphTypes.h" |
Syntax
USTRUCT ()
struct FZoneLaneProfile
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FZoneLaneProfile() |
ZoneGraphTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ID | FGuid | ZoneGraphTypes.h |
|
|
| Lanes | TArray< FZoneLaneDesc > | ZoneGraphTypes.h |
|
|
| Name | FName | ZoneGraphTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
float GetLanesTotalWidth() |
Gets combined total with of all lanes. | ZoneGraphTypes.h | |
bool IsSymmetrical() |
Returns true of the profile is symmetrical. | ZoneGraphTypes.h | |
void ReverseLanes() |
Reverses the lane profile. The lanes array will be reversed, as well as the lane directions. | ZoneGraphTypes.h |