MediaIO.PreventFieldFlipping

MediaIO.PreventFieldFlipping

#Overview

name: MediaIO.PreventFieldFlipping

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/TimeManagement/Private/GenlockedCustomTimeStep.cpp:6

Scope: file

Source code excerpt:


TAutoConsoleVariable<int32> UGenlockedCustomTimeStep::CVarExperimentalFieldFlipFix(
	TEXT("MediaIO.PreventFieldFlipping"), 1,
	TEXT("Whether to enable an interlace field flipping fix. (Experimental)"),
	ECVF_RenderThreadSafe);


void UGenlockedCustomTimeStep::UpdateAppTimes(const double& TimeBeforeSync, const double& TimeAfterSync) const
{