IamKingWaiMark / FBP

Firebase Plugin for Unreal Engine
2 stars 0 forks source link

Suggestion - Exec Pins #3

Open WeeTomatoBall opened 1 year ago

WeeTomatoBall commented 1 year ago

This is a suggestion, not an issue.

Its very annoying to make a hundred custom events, about 2 for each node. Instead, maybe you could use output exec pins, like how macros have. For example, instead of this: image It would look like this: image This isnt too hard to do in C++, and I feel it would make it a lot easier than a bunch of custom events. Except for the listen events of course.

IamKingWaiMark commented 1 year ago

Ok. Great suggestion, will update the plugin and add those soon

WeeTomatoBall commented 1 year ago

Thanks! Let me know when you update it please!