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