Blueprint Functions (Inputs/Ouputs)

Hello all,

I have come back to doing some work in the unreal engine and i’ve completely forgotten what inputs and outputs can do within functions.

Could someone give me a basic low down on the ins and outs of how the function input and outputs work?

Many Thanks,

Jyoji

Functions are called functions because they come from mathematical functions. I recommend reading up on those here.

When it comes to programming, functions can also have values passed in by either reference or by value. You can read more about that here.

There is little to no distinction between C++ functions and blueprint functions.