vm.BatchVMOutput
vm.BatchVMOutput
#Overview
name: vm.BatchVMOutput
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If > 0 output elements will be batched.\n
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/VectorVM/Private/VectorVM.cpp:262
Scope: file
Source code excerpt:
static int32 GbBatchVMOutput = 0;
static FAutoConsoleVariableRef CVarBatchVMOutput(
TEXT("vm.BatchVMOutput"),
GbBatchVMOutput,
TEXT("If > 0 output elements will be batched.\n"),
ECVF_Default
);
static int32 GbBatchPackVMOutput = 1;