Navigation
API > API/Runtime > API/Runtime/GameplayDebugger > API/Runtime/GameplayDebugger/AGameplayDebuggerCategoryReplica-
- AActor::TickActor()
- AGameplayDebuggerCategoryReplicator::TickActor()
References
| Module | GameplayDebugger |
| Header | /Engine/Source/Runtime/GameplayDebugger/Public/GameplayDebuggerCategoryReplicator.h |
| Include | #include "GameplayDebuggerCategoryReplicator.h" |
| Source | /Engine/Source/Runtime/GameplayDebugger/Private/GameplayDebuggerCategoryReplicator.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 |