UActorComponent::GetComponentTickInterval

Returns the tick interval for this component's primary tick function, which is the frequency in seconds at which it will be executed

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/ActorComponent.h

Include

#include "Components/ActorComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/ActorComponent.cpp

Syntax

float GetComponentTickInterval() const

Remarks

Returns the tick interval for this component's primary tick function, which is the frequency in seconds at which it will be executed

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss