unreal.hx
unreal.hx copied to clipboard
BlueprintFunctionLibrary in "scripts" not accessable
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?