I am trying to implement the "member context box" into the off-node code editor.
I wrote that thing so long ago that I have no clue what those markup prefixes mean anymore, but it's almost working ^_^
I have unified all the compilation process to one click and added a compile button to the asset toolbar as well.
I also want to chain into it an auto fresh of node pins after compile without breaking existing pin connections, but that science I haven't mastered yet..
(there's no need to click both node then toolbar compiler button anymore, button do the whole thing now):
Just submitted v0.4.0 containing further improvements to search tools and a few low level changes for external expansions.
This is going to be the last update for some time, while I prepare to start pushing more complex stuff through the expansion api added (external modules that can do fancy stuff).
I'm submitting another update (for Unreal 4.25) where the node's code editor now has an "incremental" unreal type scanner (searches for types while we type in editor without locking the editor), this way the "Build Database" process becomes less mandatory when using the node;
I'm also moving the development repository entirely to Unreal 4.25 because it's not possible for me to keep up with all the engine internal changes while building the plugin for older and newer architectures at same time, this single change already took me entire last sunday because of the new "gotchas" lol.
I'am testing now your MagicNodes project. I find it very interesting, because now you have both worlds. The simple Nodes and complexity of C++. Very good idea.
however I would have some suggestions.
Please excuse my bad English first, but I hope you understand what I mean anyway. If I understand the whole thing correctly, you can create magicnodes as code in the content browser. In the blueprint you then create a container for the code and then insert it into the node. The problem I have is that you can see the complete code in the container. Too confusing to program, but just wasteful in space. I personally would find it better if the code is not displayed in the container. just inputs and outputs just like normal nodes. maybe another button to renew.
But the editor, the big one, not the one within the nodes, urgently needs a little revision. tabs and formatting are still quite difficult. I am also spoiled by visual studio. and the automatic completion stops. otherwise, very good work, I have to say.
No, visual studio is at least 50 million lines of code.
There's a ton of things to do to make code editor in Unreal smoother.. GUI for games is different matter.
I have been thinking about adding auto formatting to code, but half the people I asked said they like it other half said they hate auto formatted code.
I have been thinking about adding auto formatting to code, but half the people I asked said they like it other half said they hate auto formatted code.
Tickbox for Auto-Format ON / OFF?
Everyone hates auto-formatted code, except when it just works. Then they forget its even there..
----------------------------------------------------------------------------------------------------------
What are the BEST Unreal Tutorials / Docs? There are none tbh... Here's why
Instead its better to just take projects apart (see the free 'creators' listed here)
Comment