Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTimerData
Syntax
uint8 bMaxOncePerFrame: 1
Remarks
If true for a looping timer, it will run a maximum of once per frame when it expires. Otherwise, it will run as many times as can fit in the current frame's delta time (rounding down).