Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UActorComponent
Description
Sets the tick interval for this component's primary tick function. Does not enable the tick interval. Takes effect on next tick.
| Name | SetComponentTickInterval |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/ActorComponent.h |
| Include Path | #include "Components/ActorComponent.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Components/ActorComponent.cpp |
UFUNCTION (BlueprintCallable, Category="Components|Tick")
void SetComponentTickInterval
(
float TickInterval
)
Parameters
| Name | Remarks |
|---|---|
| TickInterval | The duration between ticks for this component's primary tick function |