Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/SBuildParams
HACK_VMSWITCH - remove this once VerseVM is fully brought up Specifies the VM we are compiling the code for We need a variable for this, since even though in most cases WITH_VERSE_BPVM will select the correct value, in the VNI tool we take this information from the command line
| Name | EWhichVM |
| Type | enum |
| Header File | /Engine/Source/Runtime/VerseCompiler/Public/uLang/CompilerPasses/CompilerTypes.h |
| Include Path | #include "uLang/CompilerPasses/CompilerTypes.h" |
Syntax
enum EWhichVM
{
VerseVM,
BPVM,
}
Values
| Name | Remarks |
|---|---|
| VerseVM | |
| BPVM |