Why can't my blueprint be triggered?Why can't my blueprint be triggered?
anlink
Eifert@Aximmetry
-
Hi,
The execution for the binding must come from the Event BeginPlay node:
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.
An error occurred while uploading, please try again.
Cookie consent
Our website uses cookies to give you the best online experience, also we use other technologies to improve
and analyze our website traffic, and to understand where our visitors are coming from.
Hi,
The execution for the binding must come from the Event BeginPlay node:
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,