Blueprint Function Input Variable Nodes
While inside of the Blueprints Functions graph, input variables can be accessed directly as variable nodes.

While inside of the Blueprints Functions graph, input variables can be accessed directly as variable nodes.
Utilize these to remove those long wires and to clean up your function graphs.
Unreal Directive is free and ad-free.
If it saved you time, you can help keep it that way.
06/More Tips
Node Pin Drop ContextSpeed up blueprint workflows by drag dropping variables and functions onto existing node input and output pins.
Blueprints
Functions
+1
The Format Text NodeUtilize the Format Text node to integrate custom data into your text elements.
Blueprints
Variables
Direct Object Array FunctionsSkip the iteration and execute object array functions directly.
Functions
Blueprints
Getter & Setter FunctionsUtilize Getter and Setter functions to interact with variables in other objects.
Best Practices
Functions
+1
Timers and the Create Event NodeConnect a Timer to a Create Event node to enable a greater deal of flexibility.
Blueprints
Events
+2
TimersUtilize Timers to execute a function or custom event after a given interval, which can be looped.
Blueprints
Events
+2