August 2019
Intermediate to advanced
380 pages
9h 17m
English
There is a Bind Event node that binds one Event to another Event or to an Event Dispatcher, which can be in another Blueprint. When an Event is called, all the other Events that are bound to it are also called.
As an example, let's create a child Blueprint class of Blueprint_Effect_Sparks. This new Blueprint binds an Event to the PlatformPressed Event Dispatcher of the BP_Platform Blueprint that we created in the previous example:
Read now
Unlock full access