Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AActor
Description
Sets the tick interval of this actor's primary tick function. Will not enable a disabled tick function. Takes effect on next tick.
| Name | SetActorTickInterval |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h |
| Include Path | #include "GameFramework/Actor.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Actor.cpp |
UFUNCTION (BlueprintCallable, Category="Actor|Tick")
void SetActorTickInterval
(
float TickInterval
)
Parameters
| Name | Remarks |
|---|---|
| TickInterval | The rate at which this actor should be ticking |