Navigation
API > API/Plugins > API/Plugins/RigVMDeveloper
| Name | FRigVMCompileSettings |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMDeveloper/Public/RigVMCompiler/RigVMCompiler.h |
| Include Path | #include "RigVMCompiler/RigVMCompiler.h" |
Syntax
USTRUCT (BlueprintType )
struct FRigVMCompileSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| RigVMCompiler/RigVMCompiler.h | |||
FRigVMCompileSettings
(
UScriptStruct* InExecuteContextScriptStruct |
RigVMCompiler/RigVMCompiler.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ASTErrorsAsNotifications | bool | RigVMCompiler/RigVMCompiler.h | ||
| ASTSettings | FRigVMParserASTSettings | RigVMCompiler/RigVMCompiler.h |
|
|
| bWarnAboutDeprecatedNodes | bool | RigVMCompiler/RigVMCompiler.h |
|
|
| bWarnAboutDuplicateEvents | bool | RigVMCompiler/RigVMCompiler.h |
|
|
| EnablePinWatches | bool | RigVMCompiler/RigVMCompiler.h |
|
|
| IsPreprocessorPhase | bool | RigVMCompiler/RigVMCompiler.h |
|
|
| SetupNodeInstructionIndex | bool | RigVMCompiler/RigVMCompiler.h | ||
| SurpressErrors | bool | RigVMCompiler/RigVMCompiler.h |
|
|
| SurpressInfoMessages | bool | RigVMCompiler/RigVMCompiler.h |
|
|
| SurpressWarnings | bool | RigVMCompiler/RigVMCompiler.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UScriptStruct * GetExecuteContextStruct() |
RigVMCompiler/RigVMCompiler.h | ||
void Report
(
EMessageSeverity::Type InSeverity, |
RigVMCompiler/RigVMCompiler.h | ||
void ReportError
(
const FString& InMessage |
RigVMCompiler/RigVMCompiler.h | ||
void ReportErrorf
(
UE::Core::TCheckedFormatString< FString::FmtCharType, Types... > Fmt, |
RigVMCompiler/RigVMCompiler.h | ||
void Reportf
(
EMessageSeverity::Type InSeverity, |
RigVMCompiler/RigVMCompiler.h | ||
void ReportInfo
(
const FString& InMessage |
RigVMCompiler/RigVMCompiler.h | ||
void ReportInfof
(
UE::Core::TCheckedFormatString< FString::FmtCharType, Types... > Fmt, |
RigVMCompiler/RigVMCompiler.h | ||
void ReportWarning
(
const FString& InMessage |
RigVMCompiler/RigVMCompiler.h | ||
void ReportWarningf
(
UE::Core::TCheckedFormatString< FString::FmtCharType, Types... > Fmt, |
RigVMCompiler/RigVMCompiler.h | ||
void SetExecuteContextStruct
(
UScriptStruct* InExecuteContextScriptStruct |
RigVMCompiler/RigVMCompiler.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FRigVMCompileSettings Fast
(
UScriptStruct* InExecuteContextStruct |
RigVMCompiler/RigVMCompiler.h | ||
static FRigVMCompileSettings Optimized
(
UScriptStruct* InExecuteContextStruct |
RigVMCompiler/RigVMCompiler.h |