Why can't my blueprint be triggered?

 

Why can't my blueprint be triggered?Why can't my blueprint be triggered?Why can't my blueprint be triggered?

   anlink

 
Profile Image
Eifert@Aximmetry
  -  

Hi,

The execution for the binding must come from the Event BeginPlay node:
Why can't my blueprint be triggered?

In your screenshot, it is a CustomEvent.

Bindings only need to be executed once to be bonded. Event BeginPlay is executed only once, this execution happens automatically when you start to play the level.

Warmest regards,

;