So, I made this super complex mathematical formula function which returns how many dwarfs fit in a phone booth. Is it possible to save the function so I can use it in any bluprint in my project? Just like I can just drag out any of the builtin functions like Multiply, GetActorLocation or GetForwardVector?
Right now I simply do a copy&paste of the function into all the blueprints where I need to access the function. Which is not only time consuming (ok, I can afford the second it takes to copy and paste code) but also complicated if I want to edit the function. I need to change it in all my blueprints.
@MemphisSnakes - will you be sharing your âsuper complex mathematical formula function which returns how many dwarfs fit in a phone boothâ function?
Certainly not! You see, the game Iâm working on is based on a truly unique and groundbreaking background story. One of a kind. Iâd say the game is already a âclassicâ and they will be writing fan fictions about my game. I simply canât share my dwarf function or people will reverse engineer the entire game concept and steal it. But as a teaser I can tell you this much, imagine being a giant yellow sphere. Struggling your way out through complex labyrinths. While having to eat dots to stay alive. Being hunted by several colored (24-bit coloring + alpha channel!!) ghosts controlled by a next-generation-AI which will actually try to stalk you through the labyrinth.
(Picture dramatic music while I was reading that out loud in a cool, deep dark voice)
I might consider sharing the function once the game is released.
I didnât know, actually. Thanks! The only issue I have with visual scripting is that it easily turns out to be huge chunks of operations which can be difficult to overview. Itâs usually no problem while youâre in the middle of building a script, itâs when you open a project three months later and start wondering which part does what in ten feet of scripting graphs. Custom math nodes could actually shorten the chains significantly.