Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FTickFunction
Warnings * This function is not threadsafe to call on a registered tick function and must be called from the game thread.
Description
Update tick interval in the system and overwrite the current cooldown if any. This may not affect the current tick frame.
This function is not threadsafe to call on a registered tick function and must be called from the game thread.
| Name | UpdateTickIntervalAndCoolDown |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h |
| Include Path | #include "Engine/EngineBaseTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/TickTaskManager.cpp |
void UpdateTickIntervalAndCoolDown
(
float NewTickInterval
)