What is PCGEx?
mainPCGEx (PCG Extended Toolkit) is a low-level, use-case agnostic toolkit designed to extend Unreal Engine's PCG framework. While vanilla PCG focuses on scattering and rule-based placement, PCGEx provides structural tools including:
- Graph Theory: Building networks from points using Delaunay, Voronoi, MST, and convex hulls.
- Data Manipulation: Spatial queries, sampling, blending, and polygon booleans.
- Pathfinding: A* and Dijkstra routing through clusters with pluggable heuristics.
- Asset Management: Curated collections with weighted distribution and property overrides.
- Path Manipulation: Tools to smooth, simplify, subdivide, and offset paths/splines.