Example game not loading

Functions exposed to blueprints now require additional tag in UFUNCTION line. Please find all occurrences of BlueprintCallable and BlueprintPure in ExampleGame/Source/Classes/ and add: **Category=“MyCategory” **

e.g. UFUNCTION(BlueprintCallable, Category=“MyCategory”)

It will solve that error and code should compile.