Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine
Inheritance Hierarchy
- FTickFunction
- FActorTickFunction
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h |
Include | #include "Engine/EngineBaseTypes.h" |
Syntax
USTRUCT ()
struct FActorTickFunction : public FTickFunction
Remarks
Tick function that calls AActor::TickActor
Variables
Overridden from FTickFunction
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FName | DiagnosticContext
(
bool bDetailed |
Function to give a 'context' for this tick, used for grouped active tick reporting |
![]() ![]() |
FString | Abstract function to describe this tick. | |
![]() ![]() |
void | ExecuteTick
(
float DeltaTime, |
Abstract function actually execute the tick. |