Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/AActor
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
https://docs.unrealengine.com/API/Runtime/Engine/Engine/FTickFunction