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.
delay related node are not availaible in BP functions as far as i know.