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 * | Actor that is the target of this tick | Engine/EngineBaseTypes.h |