Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AActor
Description
Override this function to implement custom logic to be executed every physics step. bAsyncPhysicsTick must be set to true.
| Name | AsyncPhysicsTickActor |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/Actor.h |
| Include Path | #include "GameFramework/Actor.h" |
virtual void AsyncPhysicsTickActor
(
float DeltaTime,
float SimTime
)
Parameters
| Name | Remarks |
|---|---|
| DeltaTime | The physics step delta time |
| SimTime | This is the total sim time since the sim began. |