Nebukam / PCGExtendedToolkit

PCGEx is a free (libre) Unreal 5 plugin that expands PCG capabilities. It offers a variety of high-performance nodes; with an edge for building relational graphs (Freeform, Delaunay, Voronoi, MST etc) and pathfinding; and much more.
MIT License
91 stars 10 forks source link

Fixed blocking compile on MacOS/Apple Silicon arm64 clang - removed R… #41

Closed MaximeDup closed 2 months ago

MaximeDup commented 2 months ago

RTTI requirement blocked compile on arm64 apple silicon: just removed this requirement for linux and macos altogether.

Nebukam commented 2 months ago

Thanks a lot for this @MaximeDup !

MaximeDup commented 2 months ago

Ce projet a l'air très intéressant, ravi de l'avoir découvert au travers de cette PR.