Navigation
API > API/Plugins > API/Plugins/ZoneGraph > API/Plugins/ZoneGraph/FZoneGraphBuilder
References
| Module | ZoneGraph |
| Header | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneGraphBuilder.h |
| Include | #include "ZoneGraphBuilder.h" |
| Source | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Private/ZoneGraphBuilder.cpp |
void BuildAll
&40;
const TArray< AZoneGraphData &42; > & AllZoneGraphData,
const bool bForceRebuild
&41;
Remarks
Builds zone graph for each zone graph data based on registered shapes.
Parameters
| Name | Description |
|---|---|
| AllZoneGraphData | All Zone Graph data to update. |
| bForceRebuild | If set will build graph even if it inputs have not changed. |