Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/AActor
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h |
| Include | #include "GameFramework/Actor.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Actor.cpp |
void SetActorTickInterval
&40;
float TickInterval
&41;
Remarks
Sets the tick interval of this actor's primary tick function. Will not enable a disabled tick function. Takes effect on next tick.
Parameters
| Name | Description |
|---|---|
| TickInterval | The rate at which this actor should be ticking |