sirius-utility-nodes
sirius-utility-nodes copied to clipboard
Development repository for all my plugins.
So currently when writing the print statements, you often have to print something like `Actor received event {event}`. Python's f-strings (linked) have a way around this, which I think would...
Attempts to create a blueprint macro for looping over a TMap type object have been unsuccesful so far. When the key & value types are wildcards it appears that Unreal...
Simple arithmetic nodes, but with dynamic amount of inputs.
At work, the only time we still need to explicitly cast to a type (i.e. can't solve this with an interface) is when we want to bind to an event...