UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FCharacterAsyncOutput Struct Reference

#include <CharacterMovementComponentAsync.h>

Public Member Functions

virtual ~FCharacterAsyncOutput ()
 

Public Attributes

FRotator Rotation
 
int32 JumpCurrentCountPreJump
 
int32 JumpCurrentCount
 
float JumpForceTimeRemaining
 
float JumpKeyHoldTime
 
bool bWasJumping
 
bool bPressedJump
 
bool bClearJumpInput
 

Constructor & Destructor Documentation

◆ ~FCharacterAsyncOutput()

virtual FCharacterAsyncOutput::~FCharacterAsyncOutput ( )
inlinevirtual

Member Data Documentation

◆ bClearJumpInput

bool FCharacterAsyncOutput::bClearJumpInput

◆ bPressedJump

bool FCharacterAsyncOutput::bPressedJump

◆ bWasJumping

bool FCharacterAsyncOutput::bWasJumping

◆ JumpCurrentCount

int32 FCharacterAsyncOutput::JumpCurrentCount

◆ JumpCurrentCountPreJump

int32 FCharacterAsyncOutput::JumpCurrentCountPreJump

◆ JumpForceTimeRemaining

float FCharacterAsyncOutput::JumpForceTimeRemaining

◆ JumpKeyHoldTime

float FCharacterAsyncOutput::JumpKeyHoldTime

◆ Rotation

FRotator FCharacterAsyncOutput::Rotation

The documentation for this struct was generated from the following file: