Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper > API/Plugins/RigVMDeveloper/RigVMCompiler
References
| Module | RigVMDeveloper |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMCompiler.h |
| Include | #include "RigVMCompiler/RigVMCompiler.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FRigVMCompileSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRigVMParserASTSettings | ASTSettings | ||
| bool | EnablePinWatches | ||
| bool | IsPreprocessorPhase | ||
| bool | SetupNodeInstructionIndex | ||
| bool | SurpressErrors | ||
| bool | SurpressInfoMessages | ||
| bool | SurpressWarnings |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FRigVMCompileSettings
(
UScriptStruct* InExecuteContextScriptStruct |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FRigVMCompileSettings | Fast
(
UScriptStruct* InExecuteContextStruct |
||
| UScriptStruct * | |||
| FRigVMCompileSettings | Optimized
(
UScriptStruct* InExecuteContextStruct |
||
| void | Report
(
EMessageSeverity::Type InSeverity, |
||
| void | Reportf
(
EMessageSeverity::Type InSeverity, |
||
| void | SetExecuteContextStruct
(
UScriptStruct* InExecuteContextScriptStruct |