Navigation
Unreal Engine C++ API Reference > Runtime > Engine > GameFramework > AActor
- AActor::TickActor()
- AController::TickActor()
- APlayerController::TickActor()
- APlayerController::TickActor()
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 |
virtual void TickActor
(
float DeltaTime,
enum ELevelTick TickType,
FActorTickFunction & ThisTickFunction
)
Remarks
Dispatches the once-per frame Tick() function for this actor
Parameters
Name | Description |
---|---|
DeltaTime | The time slice of this tick |
TickType | The type of tick that is happening |
ThisTickFunction | The tick function that is firing, useful for getting the completion handle |