how can we run task in one tick in unreal ?

Hello there @ROCKY.CHOI!

Checking with my peers, and through UE’s docs, the most simple method should be seting up a schedule using FTimerHandle

There are multiple ways to handle the operation, which would depend on what your project is trying to achieve. You can find more ideas in the following thread: