vm.BatchVMInput
vm.BatchVMInput
#Overview
name: vm.BatchVMInput
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If > 0 input 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:254
Scope: file
Source code excerpt:
static int32 GbBatchVMInput = 0;
static FAutoConsoleVariableRef CVarBatchVMInput(
TEXT("vm.BatchVMInput"),
GbBatchVMInput,
TEXT("If > 0 input elements will be batched.\n"),
ECVF_Default
);
static int32 GbBatchVMOutput = 0;