Sequencer.SmoothedMaxNetSyncSampleAge

Sequencer.SmoothedMaxNetSyncSampleAge

#Overview

name: Sequencer.SmoothedMaxNetSyncSampleAge

This variable is created as a Console Variable (cvar).

It is referenced in 1 C++ source file.

#Summary

#References in C++ code

#Callsites

This variable is referenced in the following C++ source code:

#Loc: <Workspace>/Engine/Source/Runtime/MovieScene/Private/MovieSceneSequencePlayer.cpp:49

Scope: file

Source code excerpt:

int32 GSequencerMaxSmoothedNetSyncSampleAge = 5000;
static FAutoConsoleVariableRef CVarSequencerMaxSmoothedNetSyncSampleAge(
	TEXT("Sequencer.SmoothedMaxNetSyncSampleAge"),
	GSequencerMaxSmoothedNetSyncSampleAge,
	TEXT("(Default: 5000. Defines the range of samples (in milliseconds) required to perform smoothed net sync. Use 0 to disable smoothing.")
	);

int32 GSequencerMaxSmoothedNetSyncSampleCount = 50;
static FAutoConsoleVariableRef CVarSequencerMaxSmoothedNetSyncSampleCount(