- EDIT on 1/12/2014
-
Ability to Disable nodes/components
-
Easier to Add/Remove a Component that is between 2 others.
Example of how it currently works :
Component A -----------> Component B
// then i add print() :
Component A ----> Print("Found") ---> Component B
// remove print() :
Component A > >Component B
Perhaps holding Ctrl or something while deleting the Component will automatically Connect the components either side of that
edit #1
3. PrintString() - if it be possible to make this print multiple strings so something like this :
(I apologise for poor design )
Rather than having to create lots of “append string” for when i may want to print some slightly complex debug string, ie
Object touched Object at Location
in code :
PrintString(object + " touched " + object + " at " + hitLocation);
in blueprint id have to create multiple “append strings”
edit #2
4. reverse arrays or, ForEachLoop in reverse
if this is already possible or if someone has created something similar as a macro, I would love to see it
but do feel this could be implemented into the array node like “Filter” etc…
(i may add more to this…)