Navigation
API > API/Plugins > API/Plugins/ZoneGraph
Connection between two shape connectors.
| Name | FZoneShapeConnection |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphTypes.h |
| Include Path | #include "ZoneGraphTypes.h" |
Syntax
USTRUCT ()
struct FZoneShapeConnection
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ConnectorIndex | int32 | Connector index at the connected shape. | ZoneGraphTypes.h | |
| ShapeComponent | TWeakObjectPtr< class UZoneShapeComponent > | Connected shape. | ZoneGraphTypes.h |