I can't access to delay node from AI character BP

even with context sensitive off

Timed nodes are only available in some circumstances. Where you are trying to find it, and what is the context?

it is a function

But this function is on “tick” phase? Our in “BeginPlay” or something?

I call this function on behalf of player character BP

i call it after casting hit actor to the enemy

Try to find Delay node OUTSIDE this function.

I want My AI to move a few seconds after losing his head before destroying it

delay related node are not availaible in BP functions as far as i know.

yes. it is impossible based on this

I must have used an event instead.

thank you guys. [solved]