Navigation
API > API/Runtime > API/Runtime/GameplayDebugger > API/Runtime/GameplayDebugger/AGameplayDebuggerPlayerManager
- AActor::TickActor()
- AGameplayDebuggerPlayerManager::TickActor()
References
| Module | GameplayDebugger |
| Header | /Engine/Source/Runtime/GameplayDebugger/Public/GameplayDebuggerPlayerManager.h |
| Include | #include "GameplayDebuggerPlayerManager.h" |
| Source | /Engine/Source/Runtime/GameplayDebugger/Private/GameplayDebuggerPlayerManager.cpp |
virtual void TickActor
&40;
float DeltaTime,
enum ELevelTick TickType,
FActorTickFunction & ThisTickFunction
&41;
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 |