Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphTypes.h |
Include |
#include "ZoneGraphTypes.h" |
USTRUCT(BlueprintType)
struct FZoneShapePoint
Name | Description | ||
---|---|---|---|
|
bReverseLaneProfile |
True of lane profile should be reversed. |
|
|
float |
InnerTurnRadius |
Inner turn radius associated with this point. Used when polygon shape routing is set to 'Arcs'. |
|
LaneConnectionRestrictions |
Lane connection restrictions |
|
|
LaneProfile |
Index to external array referring to Lane Profile, or FZoneShapePoint::InheritLaneProfile if we should use Shape's lane profile. |
|
|
Position |
Position of the point |
|
|
Rotation |
Rotation of the point. |
|
|
float |
TangentLength |
Length of the Bezier point tangents, or cached half-width of the lane profile. |
|
Type |
Type of the control point |
Name | Description | |
---|---|---|
|
FZoneShapePoint() |
|
|
FZoneShapePoint ( |
Name | Description | ||
---|---|---|---|
|
GetInControlPoint() |
Returns incoming Bezier control point. Adjust rotation. |
|
|
EZoneShapeLa... |
GetLaneConnectionRestrictions() |
|
|
GetLaneProfileLeft() |
Returns left edge of lane profile control point (similar relation as outgoing control point). |
|
|
GetLaneProfileRight() |
Returns right edge of lane profile control point (similar relation as incoming control point). |
|
|
GetOutControlPoint() |
Returns outgoing Bezier control point. Adjust rotation. |
|
|
SetInControlPoint ( |
Sets incoming Bezier control point. Adjust rotation. |
|
|
SetLaneConnectionRestrictions ( |
||
|
SetLaneProfileLeft ( |
Sets left edge of lane profile control point. |
|
|
SetLaneProfileRight ( |
Returns right edge of lane profile control point. Adjust rotation. |
|
|
SetOutControlPoint ( |
Sets outgoing Bezier control point. Adjust rotation. |
|
|
SetRotationFromForwardAndUp |
Sets rotation pitch/yaw to match Forward direction, and then uses Up direction to find roll angle. |
Name |
Description |
---|---|
InheritLaneProfile |