Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/GameFramework > API/Runtime/Engine/GameFramework/ACharacter
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/GameFramework/Character.h |
| Include | #include "GameFramework/Character.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Character.cpp |
virtual bool ShouldNotifyLanded
(
const struct FHitResult & Hit
)
Remarks
Returns true if the Landed() event should be called. Used by CharacterMovement to prevent notifications while playing back network moves.
Don't process landed notification if updating client position by replaying moves. Allow event to be called if Pawn was initially falling (before starting to replay moves), and this is going to cause it to land. .