Thursday, December 17, 2015

Subscribing For More Rewards

Phew! Finally made some progress on the EEG programming. Looks like a specific event is responsible for handling events by way of lambda expressions from commands sent through JSON. For the update events, I'll be specifically looking at amplitude and threshold events that are subscribed to by my applications via an Observer pattern.

C++ transforming the AI in my prototype is in the works! I'm still not sure how Event Receive Execute translates in C++, so I focused primarily on the AI controller and how to get an OnPossess Event going like in Blueprints. Looks as if the Possess() function can operate as an OnPossessEvent in itself.

I have also finished with Effective C++! Now onto More Effective C++, though I'm not sure if it was intentional to start with something so basic as "learn the difference between pointers and references". It shall ramp up eventually!

No comments:

Post a Comment