Navigation
API > API/Runtime > API/Runtime/Engine
Tick function that ends the physics tick
| Name | FEndPhysicsTickFunction |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
| Include Path | #include "Engine/World.h" |
Syntax
USTRUCT ()
struct FEndPhysicsTickFunction : public FTickFunction
Inheritance Hierarchy
- FTickFunction → FEndPhysicsTickFunction
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Target | UWorld * | World this tick function belongs to | Engine/World.h |