MothCocoon / FlowGraph

Design-agnostic node system for scripting game’s flow in Unreal Engine
https://discord.gg/Xmtr6GhbmW
MIT License
1.17k stars 228 forks source link

Replaced the monolithic header include (PropertyEditing.h) by the corresponding includes #216

Closed SPontadit closed 4 weeks ago

SPontadit commented 1 month ago

Including a monolithic header in an engine module produce a warning during compilation. This PR replace the monolithic header by the header required to remove this warning.

MothDoctor commented 4 weeks ago

Accepted, thanks! :) Also, fixed one more monolithic header in the Flow AddOn code :)