October 2016
Intermediate to advanced
452 pages
9h 47m
English
Unreal uses events for notifying classes about things that happen in the game world in an efficient manner. Events and delegates are useful to ensure that these notifications can be issued in a way which minimizes class coupling, and allows arbitrary classes to subscribe to be notified.
We will cover the following recipes in this chapter:
Read now
Unlock full access