vm.BatchPackedVMOutput
vm.BatchPackedVMOutput
#Overview
name: vm.BatchPackedVMOutput
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
If > 0 output elements will be packed and batched branch free.\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:270
Scope: file
Source code excerpt:
static int32 GbBatchPackVMOutput = 1;
static FAutoConsoleVariableRef CVarbBatchPackVMOutput(
TEXT("vm.BatchPackedVMOutput"),
GbBatchPackVMOutput,
TEXT("If > 0 output elements will be packed and batched branch free.\n"),
ECVF_Default
);
uint8 VectorVM::GetNumOpCodes()