ANetworkPredictionExtrasCharacter::Tick

Function called every frame on this Actor.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

AActor::Tick()

ANetworkPredictionExtrasCharacter::Tick()

References

Module

NetworkPredictionExtras

Header

/Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Public/NetworkPredictionExtrasCharacter.h

Include

#include "NetworkPredictionExtrasCharacter.h"

Source

/Engine/Plugins/Runtime/NetworkPredictionExtras/Source/NetworkPredictionExtras/Private/NetworkPredictionExtrasCharacter.cpp

Syntax

virtual void Tick
(
    float DeltaSeconds
)

Remarks

Function called every frame on this Actor. Override this function to implement custom logic to be executed every frame.

that Tick is disabled by default, and you will need to check PrimaryActorTick.bCanEverTick is set to true to enable it. @param DeltaSeconds Game time elapsed during last frame modified by the time dilation