Navigation
API > API/Runtime > API/Runtime/Engine
Tick function that calls AActor::TickActor
| Name | FActorTickFunction |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h |
| Include Path | #include "Engine/EngineBaseTypes.h" |
Syntax
USTRUCT ()
struct FActorTickFunction : public FTickFunction
Inheritance Hierarchy
- FTickFunction → FActorTickFunction
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Target | AActor * | AActor that is the target of this tick | Engine/EngineBaseTypes.h |
Functions
Public
Overridden from FTickFunction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName DiagnosticContext
(
bool bDetailed |
Function to give a 'context' for this tick, used for grouped active tick reporting | Engine/EngineBaseTypes.h | |
virtual FString DiagnosticMessage () |
Abstract function to describe this tick. | Engine/EngineBaseTypes.h | |
virtual void ExecuteTick
(
float DeltaTime, |
Abstract function actually execute the tick. | Engine/EngineBaseTypes.h |