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 FZoneShapeConnection
Remarks
Connection between two shape connectors.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ConnectorIndex | Connector index at the connected shape. | |
| TWeakObjectPtr< class UZoneShapeComponent > | ShapeComponent | Connected shape. |