Back to search
Node refGold tierPerformance

SetActorTickInterval — change how often Tick fires

Updated 3mo ago
UE 5.3UE 5.4UE 5.5UE 5.6UE 5.7#tick#interval#frequency#performance#rate

Reference

TickInterval=0.0 means every frame. TickInterval=0.1 means 10 times per second. Great for AI or non-critical logic that doesn't need per-frame updates.

Pins

Inputs

None.

Outputs

None.

Function target: Actor · Node name: SetActorTickInterval