Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/CompilerPasses > API/Runtime/VerseCompiler/uLang/CompilerPasses/SBuildParams
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/CompilerPasses/CompilerTypes.h |
| Include | #include "uLang/CompilerPasses/CompilerTypes.h" |
Syntax
enum EWhichVM
{
VerseVM,
BPVM,
}
Values
| Name | Description |
|---|---|
| VerseVM | |
| BPVM |
Remarks
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