From the course: Unreal: Blueprint

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Custom events between Blueprints

Custom events between Blueprints - Unreal Engine Tutorial

From the course: Unreal: Blueprint

Start my 1-month free trial

Custom events between Blueprints

- [Instructor] So now we've created a custom event. We've separated our blueprint into these different modules, but what we want to do now is take this a step further, even, and I want to separate these into two totally separate blueprint files. So this is what we're going to do, going to go to my content browser here, and let's pick a new blueprint, so I'll right click, new Blueprint Class, so we'll make it an Actor. I call this BP_COUNTER01. Okay, let's open up. Now let's dock this over here, and let's look at its event graph, and there's this default stuff in here we'll just delete out. Okay, so let's go to the ALTAR, and what we want to do here is we want to grab all this COUNTER stuff and copy it, go in here and paste it. Okay, so we've pasted that in, and we're going to compile it and we're going to get a bunch of errors. So let's look at what's going on. The first thing is that you know we copied it over and we'll get the COUNTER variable get and set nodes. It doesn't actually…

Contents