Build Error Meta

Hello,

I have been working on a project for the last few weeks and have come across this issue when I try to compile. the log states ":Error: Missing = after metadata specifier ‘Category’. I am not a programmer at all and generally work in level design with blueprints. I have hit a bit of a wall here, any and all help will be greatly appreciated.

Jimmy


class CONDUCTORMK4_API UtextExtractor : public UBlueprintFunctionLibrary
{
GENERATED_BODY()

	UFUNCTION(BlueprintCallable, Category - "Custom", meta - (Keywords - "Save"))
	static bool SaveArrayText(FString SaveDirectory, FString FileName, TArray<FString> SaveText, bool AllowOverwriting);

};