Navigation
API > API/Plugins > API/Plugins/ZoneGraph
References
| Module | ZoneGraph |
| Header | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphSubsystem.h |
| Include | #include "ZoneGraphSubsystem.h" |
Syntax
USTRUCT&40;&41;
struct FRegisteredZoneGraphData
Remarks
Struct representing registered ZoneGraph data in the subsystem.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bInUse | ||
| int32 | Generation | ||
| TObjectPtr< AZoneGraphData > | ZoneGraphData |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Reset
(
int32 InGeneration |