481 lines
37 KiB
C++
481 lines
37 KiB
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
/*===========================================================================
|
|
Generated code exported from UnrealHeaderTool.
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
|
===========================================================================*/
|
|
|
|
#include "UObject/GeneratedCppIncludes.h"
|
|
#include "RigVMCompiler/RigVMCompiler.h"
|
|
#include "RigVMCompiler/RigVMAST.h"
|
|
#include "RigVMCore/RigVMExecuteContext.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeRigVMCompiler() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
|
RIGVM_API UClass* Z_Construct_UClass_URigVM_NoRegister();
|
|
RIGVM_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMExtendedExecuteContext();
|
|
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMCompiler();
|
|
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMCompiler_NoRegister();
|
|
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMController_NoRegister();
|
|
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMGraph_NoRegister();
|
|
RIGVMDEVELOPER_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMCompileSettings();
|
|
RIGVMDEVELOPER_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMParserASTSettings();
|
|
UPackage* Z_Construct_UPackage__Script_RigVMDeveloper();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FRigVMCompileSettings *********************************************
|
|
struct Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRigVMCompileSettings); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMCompileSettings); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMCompiler.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SurpressInfoMessages_MetaData[] = {
|
|
{ "Category", "FRigVMCompileSettings" },
|
|
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMCompiler.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SurpressWarnings_MetaData[] = {
|
|
{ "Category", "FRigVMCompileSettings" },
|
|
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMCompiler.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SurpressErrors_MetaData[] = {
|
|
{ "Category", "FRigVMCompileSettings" },
|
|
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMCompiler.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EnablePinWatches_MetaData[] = {
|
|
{ "Category", "FRigVMCompileSettings" },
|
|
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMCompiler.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IsPreprocessorPhase_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMCompiler.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ASTSettings_MetaData[] = {
|
|
{ "Category", "FRigVMCompileSettings" },
|
|
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMCompiler.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SetupNodeInstructionIndex_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMCompiler.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ASTErrorsAsNotifications_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMCompiler.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bWarnAboutDeprecatedNodes_MetaData[] = {
|
|
{ "Category", "FRigVMCompileSettings" },
|
|
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMCompiler.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bWarnAboutDuplicateEvents_MetaData[] = {
|
|
{ "Category", "FRigVMCompileSettings" },
|
|
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMCompiler.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRigVMCompileSettings constinit property declarations *************
|
|
static void NewProp_SurpressInfoMessages_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_SurpressInfoMessages;
|
|
static void NewProp_SurpressWarnings_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_SurpressWarnings;
|
|
static void NewProp_SurpressErrors_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_SurpressErrors;
|
|
static void NewProp_EnablePinWatches_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_EnablePinWatches;
|
|
static void NewProp_IsPreprocessorPhase_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_IsPreprocessorPhase;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ASTSettings;
|
|
static void NewProp_SetupNodeInstructionIndex_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_SetupNodeInstructionIndex;
|
|
static void NewProp_ASTErrorsAsNotifications_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ASTErrorsAsNotifications;
|
|
static void NewProp_bWarnAboutDeprecatedNodes_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bWarnAboutDeprecatedNodes;
|
|
static void NewProp_bWarnAboutDuplicateEvents_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bWarnAboutDuplicateEvents;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FRigVMCompileSettings constinit property declarations ***************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMCompileSettings>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMCompileSettings;
|
|
class UScriptStruct* FRigVMCompileSettings::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMCompileSettings.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRigVMCompileSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMCompileSettings, (UObject*)Z_Construct_UPackage__Script_RigVMDeveloper(), TEXT("RigVMCompileSettings"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRigVMCompileSettings.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FRigVMCompileSettings Property Definitions ************************
|
|
void Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_SurpressInfoMessages_SetBit(void* Obj)
|
|
{
|
|
((FRigVMCompileSettings*)Obj)->SurpressInfoMessages = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_SurpressInfoMessages = { "SurpressInfoMessages", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigVMCompileSettings), &Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_SurpressInfoMessages_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SurpressInfoMessages_MetaData), NewProp_SurpressInfoMessages_MetaData) };
|
|
void Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_SurpressWarnings_SetBit(void* Obj)
|
|
{
|
|
((FRigVMCompileSettings*)Obj)->SurpressWarnings = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_SurpressWarnings = { "SurpressWarnings", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigVMCompileSettings), &Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_SurpressWarnings_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SurpressWarnings_MetaData), NewProp_SurpressWarnings_MetaData) };
|
|
void Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_SurpressErrors_SetBit(void* Obj)
|
|
{
|
|
((FRigVMCompileSettings*)Obj)->SurpressErrors = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_SurpressErrors = { "SurpressErrors", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigVMCompileSettings), &Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_SurpressErrors_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SurpressErrors_MetaData), NewProp_SurpressErrors_MetaData) };
|
|
void Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_EnablePinWatches_SetBit(void* Obj)
|
|
{
|
|
((FRigVMCompileSettings*)Obj)->EnablePinWatches = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_EnablePinWatches = { "EnablePinWatches", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigVMCompileSettings), &Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_EnablePinWatches_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EnablePinWatches_MetaData), NewProp_EnablePinWatches_MetaData) };
|
|
void Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_IsPreprocessorPhase_SetBit(void* Obj)
|
|
{
|
|
((FRigVMCompileSettings*)Obj)->IsPreprocessorPhase = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_IsPreprocessorPhase = { "IsPreprocessorPhase", nullptr, (EPropertyFlags)0x0010000000002000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigVMCompileSettings), &Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_IsPreprocessorPhase_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IsPreprocessorPhase_MetaData), NewProp_IsPreprocessorPhase_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_ASTSettings = { "ASTSettings", nullptr, (EPropertyFlags)0x0010000000002005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMCompileSettings, ASTSettings), Z_Construct_UScriptStruct_FRigVMParserASTSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ASTSettings_MetaData), NewProp_ASTSettings_MetaData) }; // 3556550459
|
|
void Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_SetupNodeInstructionIndex_SetBit(void* Obj)
|
|
{
|
|
((FRigVMCompileSettings*)Obj)->SetupNodeInstructionIndex = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_SetupNodeInstructionIndex = { "SetupNodeInstructionIndex", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigVMCompileSettings), &Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_SetupNodeInstructionIndex_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SetupNodeInstructionIndex_MetaData), NewProp_SetupNodeInstructionIndex_MetaData) };
|
|
void Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_ASTErrorsAsNotifications_SetBit(void* Obj)
|
|
{
|
|
((FRigVMCompileSettings*)Obj)->ASTErrorsAsNotifications = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_ASTErrorsAsNotifications = { "ASTErrorsAsNotifications", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigVMCompileSettings), &Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_ASTErrorsAsNotifications_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ASTErrorsAsNotifications_MetaData), NewProp_ASTErrorsAsNotifications_MetaData) };
|
|
void Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_bWarnAboutDeprecatedNodes_SetBit(void* Obj)
|
|
{
|
|
((FRigVMCompileSettings*)Obj)->bWarnAboutDeprecatedNodes = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_bWarnAboutDeprecatedNodes = { "bWarnAboutDeprecatedNodes", nullptr, (EPropertyFlags)0x0010040000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigVMCompileSettings), &Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_bWarnAboutDeprecatedNodes_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bWarnAboutDeprecatedNodes_MetaData), NewProp_bWarnAboutDeprecatedNodes_MetaData) };
|
|
void Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_bWarnAboutDuplicateEvents_SetBit(void* Obj)
|
|
{
|
|
((FRigVMCompileSettings*)Obj)->bWarnAboutDuplicateEvents = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_bWarnAboutDuplicateEvents = { "bWarnAboutDuplicateEvents", nullptr, (EPropertyFlags)0x0010040000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigVMCompileSettings), &Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_bWarnAboutDuplicateEvents_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bWarnAboutDuplicateEvents_MetaData), NewProp_bWarnAboutDuplicateEvents_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_SurpressInfoMessages,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_SurpressWarnings,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_SurpressErrors,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_EnablePinWatches,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_IsPreprocessorPhase,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_ASTSettings,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_SetupNodeInstructionIndex,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_ASTErrorsAsNotifications,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_bWarnAboutDeprecatedNodes,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewProp_bWarnAboutDuplicateEvents,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FRigVMCompileSettings Property Definitions **************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVMDeveloper,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"RigVMCompileSettings",
|
|
Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::PropPointers),
|
|
sizeof(FRigVMCompileSettings),
|
|
alignof(FRigVMCompileSettings),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRigVMCompileSettings()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRigVMCompileSettings.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMCompileSettings.InnerSingleton, Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMCompileSettings.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FRigVMCompileSettings ***********************************************
|
|
|
|
// ********** Begin Class URigVMCompiler Function Compile ******************************************
|
|
struct Z_Construct_UFunction_URigVMCompiler_Compile_Statics
|
|
{
|
|
struct RigVMCompiler_eventCompile_Parms
|
|
{
|
|
TArray<URigVMGraph*> InGraphs;
|
|
URigVMController* InController;
|
|
URigVM* OutVM;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "FRigVMCompiler" },
|
|
{ "DeprecatedFunction", "" },
|
|
{ "DeprecationMessage", "Compile is deprecated, use CompileVM with Context parameter." },
|
|
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMCompiler.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function Compile constinit property declarations *******************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_InGraphs_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_InGraphs;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_InController;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_OutVM;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function Compile constinit property declarations *********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function Compile Property Definitions ******************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_URigVMCompiler_Compile_Statics::NewProp_InGraphs_Inner = { "InGraphs", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_URigVMGraph_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_URigVMCompiler_Compile_Statics::NewProp_InGraphs = { "InGraphs", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RigVMCompiler_eventCompile_Parms, InGraphs), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_URigVMCompiler_Compile_Statics::NewProp_InController = { "InController", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RigVMCompiler_eventCompile_Parms, InController), Z_Construct_UClass_URigVMController_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_URigVMCompiler_Compile_Statics::NewProp_OutVM = { "OutVM", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RigVMCompiler_eventCompile_Parms, OutVM), Z_Construct_UClass_URigVM_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
void Z_Construct_UFunction_URigVMCompiler_Compile_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((RigVMCompiler_eventCompile_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_URigVMCompiler_Compile_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(RigVMCompiler_eventCompile_Parms), &Z_Construct_UFunction_URigVMCompiler_Compile_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URigVMCompiler_Compile_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMCompiler_Compile_Statics::NewProp_InGraphs_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMCompiler_Compile_Statics::NewProp_InGraphs,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMCompiler_Compile_Statics::NewProp_InController,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMCompiler_Compile_Statics::NewProp_OutVM,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMCompiler_Compile_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMCompiler_Compile_Statics::PropPointers) < 2048);
|
|
// ********** End Function Compile Property Definitions ********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URigVMCompiler_Compile_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URigVMCompiler, nullptr, "Compile", Z_Construct_UFunction_URigVMCompiler_Compile_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMCompiler_Compile_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URigVMCompiler_Compile_Statics::RigVMCompiler_eventCompile_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMCompiler_Compile_Statics::Function_MetaDataParams), Z_Construct_UFunction_URigVMCompiler_Compile_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URigVMCompiler_Compile_Statics::RigVMCompiler_eventCompile_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URigVMCompiler_Compile()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URigVMCompiler_Compile_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URigVMCompiler::execCompile)
|
|
{
|
|
P_GET_TARRAY(URigVMGraph*,Z_Param_InGraphs);
|
|
P_GET_OBJECT(URigVMController,Z_Param_InController);
|
|
P_GET_OBJECT(URigVM,Z_Param_OutVM);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=P_THIS->Compile(Z_Param_InGraphs,Z_Param_InController,Z_Param_OutVM);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URigVMCompiler Function Compile ********************************************
|
|
|
|
// ********** Begin Class URigVMCompiler Function CompileVM ****************************************
|
|
struct Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics
|
|
{
|
|
struct RigVMCompiler_eventCompileVM_Parms
|
|
{
|
|
TArray<URigVMGraph*> InGraphs;
|
|
URigVMController* InController;
|
|
URigVM* OutVM;
|
|
FRigVMExtendedExecuteContext Context;
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "FRigVMCompiler" },
|
|
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMCompiler.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function CompileVM constinit property declarations *****************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_InGraphs_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_InGraphs;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_InController;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_OutVM;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Context;
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function CompileVM constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function CompileVM Property Definitions ****************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::NewProp_InGraphs_Inner = { "InGraphs", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_URigVMGraph_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::NewProp_InGraphs = { "InGraphs", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RigVMCompiler_eventCompileVM_Parms, InGraphs), EArrayPropertyFlags::None, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::NewProp_InController = { "InController", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RigVMCompiler_eventCompileVM_Parms, InController), Z_Construct_UClass_URigVMController_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::NewProp_OutVM = { "OutVM", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RigVMCompiler_eventCompileVM_Parms, OutVM), Z_Construct_UClass_URigVM_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::NewProp_Context = { "Context", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RigVMCompiler_eventCompileVM_Parms, Context), Z_Construct_UScriptStruct_FRigVMExtendedExecuteContext, METADATA_PARAMS(0, nullptr) }; // 1465763596
|
|
void Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((RigVMCompiler_eventCompileVM_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(RigVMCompiler_eventCompileVM_Parms), &Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::NewProp_InGraphs_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::NewProp_InGraphs,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::NewProp_InController,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::NewProp_OutVM,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::NewProp_Context,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::PropPointers) < 2048);
|
|
// ********** End Function CompileVM Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URigVMCompiler, nullptr, "CompileVM", Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::RigVMCompiler_eventCompileVM_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::Function_MetaDataParams), Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::RigVMCompiler_eventCompileVM_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URigVMCompiler_CompileVM()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URigVMCompiler_CompileVM_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URigVMCompiler::execCompileVM)
|
|
{
|
|
P_GET_TARRAY(URigVMGraph*,Z_Param_InGraphs);
|
|
P_GET_OBJECT(URigVMController,Z_Param_InController);
|
|
P_GET_OBJECT(URigVM,Z_Param_OutVM);
|
|
P_GET_STRUCT_REF(FRigVMExtendedExecuteContext,Z_Param_Out_Context);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=P_THIS->CompileVM(Z_Param_InGraphs,Z_Param_InController,Z_Param_OutVM,Z_Param_Out_Context);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URigVMCompiler Function CompileVM ******************************************
|
|
|
|
// ********** Begin Class URigVMCompiler ***********************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_URigVMCompiler;
|
|
UClass* URigVMCompiler::GetPrivateStaticClass()
|
|
{
|
|
using TClass = URigVMCompiler;
|
|
if (!Z_Registration_Info_UClass_URigVMCompiler.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("RigVMCompiler"),
|
|
Z_Registration_Info_UClass_URigVMCompiler.InnerSingleton,
|
|
StaticRegisterNativesURigVMCompiler,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_URigVMCompiler.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_URigVMCompiler_NoRegister()
|
|
{
|
|
return URigVMCompiler::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_URigVMCompiler_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "IncludePath", "RigVMCompiler/RigVMCompiler.h" },
|
|
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMCompiler.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Settings_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMCompiler.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class URigVMCompiler constinit property declarations ***************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Settings;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class URigVMCompiler constinit property declarations *****************************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("Compile"), .Pointer = &URigVMCompiler::execCompile },
|
|
{ .NameUTF8 = UTF8TEXT("CompileVM"), .Pointer = &URigVMCompiler::execCompileVM },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_URigVMCompiler_Compile, "Compile" }, // 359275027
|
|
{ &Z_Construct_UFunction_URigVMCompiler_CompileVM, "CompileVM" }, // 1172923795
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<URigVMCompiler>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_URigVMCompiler_Statics
|
|
|
|
// ********** Begin Class URigVMCompiler Property Definitions **************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_URigVMCompiler_Statics::NewProp_Settings = { "Settings", nullptr, (EPropertyFlags)0x0010000020000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URigVMCompiler, Settings_DEPRECATED), Z_Construct_UScriptStruct_FRigVMCompileSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Settings_MetaData), NewProp_Settings_MetaData) }; // 2953276737
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_URigVMCompiler_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URigVMCompiler_Statics::NewProp_Settings,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMCompiler_Statics::PropPointers) < 2048);
|
|
// ********** End Class URigVMCompiler Property Definitions ****************************************
|
|
UObject* (*const Z_Construct_UClass_URigVMCompiler_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_RigVMDeveloper,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMCompiler_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_URigVMCompiler_Statics::ClassParams = {
|
|
&URigVMCompiler::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_URigVMCompiler_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_URigVMCompiler_Statics::PropPointers),
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_URigVMCompiler_Statics::Class_MetaDataParams), Z_Construct_UClass_URigVMCompiler_Statics::Class_MetaDataParams)
|
|
};
|
|
void URigVMCompiler::StaticRegisterNativesURigVMCompiler()
|
|
{
|
|
UClass* Class = URigVMCompiler::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_URigVMCompiler_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_URigVMCompiler()
|
|
{
|
|
if (!Z_Registration_Info_UClass_URigVMCompiler.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_URigVMCompiler.OuterSingleton, Z_Construct_UClass_URigVMCompiler_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_URigVMCompiler.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, URigVMCompiler);
|
|
URigVMCompiler::~URigVMCompiler() {}
|
|
// ********** End Class URigVMCompiler *************************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMCompiler_RigVMCompiler_h__Script_RigVMDeveloper_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FRigVMCompileSettings::StaticStruct, Z_Construct_UScriptStruct_FRigVMCompileSettings_Statics::NewStructOps, TEXT("RigVMCompileSettings"),&Z_Registration_Info_UScriptStruct_FRigVMCompileSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMCompileSettings), 2953276737U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_URigVMCompiler, URigVMCompiler::StaticClass, TEXT("URigVMCompiler"), &Z_Registration_Info_UClass_URigVMCompiler, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(URigVMCompiler), 2812900759U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMCompiler_RigVMCompiler_h__Script_RigVMDeveloper_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMCompiler_RigVMCompiler_h__Script_RigVMDeveloper_609410757{
|
|
TEXT("/Script/RigVMDeveloper"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMCompiler_RigVMCompiler_h__Script_RigVMDeveloper_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMCompiler_RigVMCompiler_h__Script_RigVMDeveloper_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMCompiler_RigVMCompiler_h__Script_RigVMDeveloper_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMCompiler_RigVMCompiler_h__Script_RigVMDeveloper_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|