The error is actually referring to the ‘vertex_colors’ argument. Looks like you need to specify the data type for the array:
unreal.Array(unreal.Color)
The error is actually referring to the ‘vertex_colors’ argument. Looks like you need to specify the data type for the array:
unreal.Array(unreal.Color)