unreal.hx icon indicating copy to clipboard operation
unreal.hx copied to clipboard

BlueprintFunctionLibrary in "scripts" not accessable

Open datee opened this issue 7 years ago • 0 comments

So making a BlueprintFunctionLibrary class in "scripts" and compiling with cppia none of the static functions are visible in blueprints. Moving the class to "Static" fixes it and all functions are visible.

Is this a bug or limitation?

datee avatar Mar 01 '19 14:03 datee