Mega Grant Recipient 2020!
[HR][/HR]
Hello!
I have been using this for a while now and, even though I didn’t have the time to put together extensive learning resources, I believe it’s ready to be shared with you guys
I’ve put together a system which I call “Magic Nodes” (lol) where we can write some C++ functions in-place on any Blueprint Graph and that node will “morph” to match the input and output parameters of the function you wrote within the node itself. Some people might be confused of why we would need this, but instead of trying to advocate the tool I’d rather let your own experience speak for itself; there’s numerous tasks where dragging wires on Blueprint Editor slows down productivity and this tool could be useful to address that, sometimes it’s simply faster to type a few lines of code instead of dealing with wire spaghetti!
With this I also hope, with time, Blueprint developers have a first contact with C++ code and slowly become comfortable moving to Visual Studio workflow later on, if wanted
So, what is this… A few super simple simple examples:
We can type some code, compile (hot-reload), and the node will “morph” its pins to accommodate and execute the function we wrote inside of it.
This can be very handy for developers missing something in-between Blueprints and pure C++ code…
Also it’s very useful to actually “read” right there what exactly that one node is doing.
While coding our functions in this node, we can have some basic auto-complete functionality as well.
However keep in mind that I have no previous experience with any of this, turns out making an auto-complete feature is a beast of a complex task and I’ve implemented only the very basics!
For example, in this screenshot the node detected I am trying to invoke a function from a ACharacter class, so while I was typing it will show me functions and properties members of ACharacter class:
[HR][/HR]Now released:
MARKETPLACE](https://www.unrealengine.com/marketplace/magic-node)
GITHUB](GitHub - BrUnOXaVIeRLeiTE/Unreal-Magic-Nodes: Custom Kismet Node System that enables C++ code to be written on Blueprint Graphs) [HR][/HR]