I have been looking all over the web for the answer to this one but I’m getting confused and I don’t think some of the examples I found specifically show me what I need, so here is what I need help with.
I have C++ class that handles my TCPNetworking, When I get a response from the network I want to Fire and event from C++ so that my blueprint will act.
Example:
Blueprint calls function in C++ to send login information to the server (working)
Blueprint now waits for the response (working)
When the C++ receives the message back from the server I would like to fire an event in Blueprint from C++ to continue with the login process.
Then, in your BP graph, search for your event’s name, to place it in the graph.
And when you call this function in your C++ code, it will call the Event in BP !