MediaIO.Capture.PollTaskPriority
MediaIO.Capture.PollTaskPriority
#Overview
name: MediaIO.Capture.PollTaskPriority
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Priority of the task responsible to poll the render fence
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/Plugins/Media/MediaIOFramework/Source/MediaIOCore/Private/MediaCaptureHelper.cpp:17
Scope: file
Source code excerpt:
static TAutoConsoleVariable<int32> CVarMediaIOCapturePollTaskPriority(
TEXT("MediaIO.Capture.PollTaskPriority"), static_cast<int32>(LowLevelTasks::ETaskPriority::High),
TEXT("Priority of the task responsible to poll the render fence"),
ECVF_RenderThreadSafe);
namespace UE::MediaCaptureData
{
bool FMediaCaptureHelper::AreInputsValid(const UE::MediaCaptureData::FCaptureFrameArgs& Args)