PrimaryActorTick

Primary Actor tick function, which calls [TickActor()](API\Runtime\Engine\GameFramework\AActor\TickActor).

Windows
MacOS
Linux

Syntax

FActorTickFunction PrimaryActorTick

Remarks

Primary Actor tick function, which calls TickActor(). Tick functions can be configured to control whether ticking is enabled, at what time during a frame the update occurs, and to set up tick dependencies.

See Also

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