Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine
Inheritance Hierarchy
- FTickFunction
- FStartPhysicsTickFunction
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
Include | #include "Engine/World.h" |
Syntax
struct FStartPhysicsTickFunction : public FTickFunction
Remarks
Tick function that starts the physics tick
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
UWorld * | Target | World this tick function belongs to |
Overridden from FTickFunction
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FName | DiagnosticContext
(
bool bDetailed |
Function used to describe this tick for active tick reporting. |
![]() ![]() |
FString | Abstract function to describe this tick. | |
![]() ![]() |
void | ExecuteTick
(
float DeltaTime, |
Abstract function actually execute the tick. |