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.
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,