Line 13: UPROPERTY() meta tag error.
should be BlueprintReadOnly.
Also remove the comma after Category = Testing, better/ safer to do Category = “Main Categort, Sub Category”
Also it should be int32 not int.
Line 13: UPROPERTY() meta tag error.
should be BlueprintReadOnly.
Also remove the comma after Category = Testing, better/ safer to do Category = “Main Categort, Sub Category”
Also it should be int32 not int.