Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Engine
Inheritance Hierarchy
- FTickFunction
- FActorComponentTickFunction
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h |
Include | #include "Engine/EngineBaseTypes.h" |
Syntax
struct FActorComponentTickFunction : public FTickFunction
Remarks
Tick function that calls UActorComponent::ConditionalTick
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
UActorComponent * | Target | AActor component that is the target of this tick |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | ExecuteTickHelper
(
UActorComponent* Target, |
Conditionally calls ExecuteTickFunc if registered and a bunch of other criteria are met |
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. |