Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework
Inheritance Hierarchy
- FTickFunction
- FCharacterMovementComponentPrePhysicsTickFunction
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/CharacterMovementComponent.h |
Include | #include "GameFramework/CharacterMovementComponent.h" |
Syntax
USTRUCT ()
struct FCharacterMovementComponentPrePhysicsTickFunction : public FTickFunction
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
UCharacterMovementComponent * | Target | CharacterMovementComponent that is the target of this tick |
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. |