MothCocoon / FlowGraph

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

More keywords to make search easier for multiple nodes #144

Closed ryanjon2040 closed 1 year ago

ryanjon2040 commented 1 year ago

Added different keywords to multiple nodes which I think should help with search.

MothDoctor commented 1 year ago

Accepted! Made a few tweaks to avoid confusion, i.e. many projects have separate "cutscene" or "movie" nodes. It would be confusing if basic PlayLevelSequence node would show up in the search with custom nodes. https://github.com/MothCocoon/FlowGraph/commit/730c2b4de6ab33b2c6ff8e0d09b98cf136dab427

Thanks again! :)