UCharacterMovementComponent::GetClientNetSendDeltaTime

Determine minimum delay between sending client updates to the server.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/CharacterMovementComponent.h

Include

#include "GameFramework/CharacterMovementComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/CharacterMovementComponent.cpp

Syntax

virtual float GetClientNetSendDeltaTime
(
    const APlayerController * PC,
    const FNetworkPredictionData_Client_Character * ClientData,
    const FSavedMovePtr & NewMove
) const

Remarks

Determine minimum delay between sending client updates to the server. If updates occur more frequently this than this time, moves may be combined delayed.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss