What happens when you call a Function node that has no Return Node in Blueprints?
-
A
The function returns a default value for each output pin type
-
B
The compiler throws a fatal error and the Blueprint cannot be compiled
-
C
The function executes but skips any code after the call site
-
D
Unreal Engine automatically inserts a Return Node at compile time