20tab/UnrealEnginePython

Array as argument or retuen type

ArtTemiy opened this issue · 0 comments

Is there any way to pass array (of floats, for example) to function which will be called from blueprint editor?
I tried def MyFunction(self, array_argument: [float]):, but this argument is not visible.

And same question about return type.