Giter Club home page Giter Club logo

Comments (4)

AJDomi avatar AJDomi commented on September 23, 2024

Hello, I will try to help you find the issue. One thing I notice is the macro between class and AMyPawn should probably be IBMWATSONTEST_API with no <> around it. If it is correct, it should be purple in color.
Let me know if that works. If it does not we can continue troubleshooting from there.

from watson-unreal-sdk-plugin.

CJRobertson avatar CJRobertson commented on September 23, 2024

Getting closer after that suggestion. The MyPawn.cpp file still looks the same with all the errors, but the MyPawn.h file is still having an issue or two (just not the same ones). Apparently VS is looking for a ; at the end of the class declaration, but it seems the semicolon is there already. I've attached the output log and a screenshot of the .h file.

VS Output Log:
VSOutputLog.txt

almostfixedhfile

from watson-unreal-sdk-plugin.

AJDomi avatar AJDomi commented on September 23, 2024

The issue is still caused by the same thing. IBMWatsonTest_API is not the macro that should be there. It has to be IBMWATSONTEST_API. It should be purple like other macros like UCLASS.

image

from watson-unreal-sdk-plugin.

CJRobertson avatar CJRobertson commented on September 23, 2024

That was totally my mistake due to misreading. That pretty much fixed everything. I was left with one more issue which was the binding of the microphone key.

capture

I got this one figured out though. In the MyPawn.cpp code example you will need to include one more header file which is #include "Components/InputComponent.h" Adding that header file should take care of the binding issue. I submitted a pull request for this.

capture2

Thank you for the help. I really appreciate it.

from watson-unreal-sdk-plugin.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.