Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,169 @@
// 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/RigVMAST.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeRigVMAST() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UScriptStruct_NoRegister();
RIGVMDEVELOPER_API UClass* Z_Construct_UClass_URigVMLink_NoRegister();
RIGVMDEVELOPER_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMParserASTSettings();
UPackage* Z_Construct_UPackage__Script_RigVMDeveloper();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FRigVMParserASTSettings *******************************************
struct Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FRigVMParserASTSettings); }
static inline consteval int16 GetStructAlignment() { return alignof(FRigVMParserASTSettings); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/*\n * The settings to apply during the parse of the abstract syntax tree.\n * The folding settings can affect the performance of the parse dramatically.\n */" },
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMAST.h" },
{ "ToolTip", "* The settings to apply during the parse of the abstract syntax tree.\n* The folding settings can affect the performance of the parse dramatically." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bFoldAssignments_MetaData[] = {
{ "Category", "AST" },
{ "Comment", "// fold root pin assignments / copies\n" },
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMAST.h" },
{ "ToolTip", "fold root pin assignments / copies" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bFoldSubPinCopies_MetaData[] = {
{ "Category", "AST" },
{ "Comment", "// fold sub pin assignments / copies\n" },
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMAST.h" },
{ "ToolTip", "fold sub pin assignments / copies" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bFoldLiterals_MetaData[] = {
{ "Category", "AST" },
{ "Comment", "// fold literals and share memory\n" },
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMAST.h" },
{ "ToolTip", "fold literals and share memory" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSetupTraits_MetaData[] = {
{ "Category", "AST" },
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMAST.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LinksToSkip_MetaData[] = {
{ "Comment", "// links to be ignored during the parse\n" },
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMAST.h" },
{ "ToolTip", "links to be ignored during the parse" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ExecuteContextStruct_MetaData[] = {
{ "Category", "AST" },
{ "ModuleRelativePath", "Public/RigVMCompiler/RigVMAST.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FRigVMParserASTSettings constinit property declarations ***********
static void NewProp_bFoldAssignments_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bFoldAssignments;
static void NewProp_bFoldSubPinCopies_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bFoldSubPinCopies;
static void NewProp_bFoldLiterals_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bFoldLiterals;
static void NewProp_bSetupTraits_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSetupTraits;
static const UECodeGen_Private::FObjectPropertyParams NewProp_LinksToSkip_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_LinksToSkip;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ExecuteContextStruct;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FRigVMParserASTSettings constinit property declarations *************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRigVMParserASTSettings>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMParserASTSettings;
class UScriptStruct* FRigVMParserASTSettings::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FRigVMParserASTSettings.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FRigVMParserASTSettings.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMParserASTSettings, (UObject*)Z_Construct_UPackage__Script_RigVMDeveloper(), TEXT("RigVMParserASTSettings"));
}
return Z_Registration_Info_UScriptStruct_FRigVMParserASTSettings.OuterSingleton;
}
// ********** Begin ScriptStruct FRigVMParserASTSettings Property Definitions **********************
void Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_bFoldAssignments_SetBit(void* Obj)
{
((FRigVMParserASTSettings*)Obj)->bFoldAssignments = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_bFoldAssignments = { "bFoldAssignments", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigVMParserASTSettings), &Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_bFoldAssignments_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bFoldAssignments_MetaData), NewProp_bFoldAssignments_MetaData) };
void Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_bFoldSubPinCopies_SetBit(void* Obj)
{
((FRigVMParserASTSettings*)Obj)->bFoldSubPinCopies = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_bFoldSubPinCopies = { "bFoldSubPinCopies", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigVMParserASTSettings), &Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_bFoldSubPinCopies_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bFoldSubPinCopies_MetaData), NewProp_bFoldSubPinCopies_MetaData) };
void Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_bFoldLiterals_SetBit(void* Obj)
{
((FRigVMParserASTSettings*)Obj)->bFoldLiterals = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_bFoldLiterals = { "bFoldLiterals", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigVMParserASTSettings), &Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_bFoldLiterals_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bFoldLiterals_MetaData), NewProp_bFoldLiterals_MetaData) };
void Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_bSetupTraits_SetBit(void* Obj)
{
((FRigVMParserASTSettings*)Obj)->bSetupTraits = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_bSetupTraits = { "bSetupTraits", nullptr, (EPropertyFlags)0x0010000000002005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigVMParserASTSettings), &Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_bSetupTraits_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSetupTraits_MetaData), NewProp_bSetupTraits_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_LinksToSkip_Inner = { "LinksToSkip", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_URigVMLink_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_LinksToSkip = { "LinksToSkip", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMParserASTSettings, LinksToSkip), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LinksToSkip_MetaData), NewProp_LinksToSkip_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_ExecuteContextStruct = { "ExecuteContextStruct", nullptr, (EPropertyFlags)0x0114000000022001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMParserASTSettings, ExecuteContextStruct), Z_Construct_UClass_UScriptStruct_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ExecuteContextStruct_MetaData), NewProp_ExecuteContextStruct_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_bFoldAssignments,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_bFoldSubPinCopies,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_bFoldLiterals,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_bSetupTraits,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_LinksToSkip_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_LinksToSkip,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewProp_ExecuteContextStruct,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FRigVMParserASTSettings Property Definitions ************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_RigVMDeveloper,
nullptr,
&NewStructOps,
"RigVMParserASTSettings",
Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::PropPointers),
sizeof(FRigVMParserASTSettings),
alignof(FRigVMParserASTSettings),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FRigVMParserASTSettings()
{
if (!Z_Registration_Info_UScriptStruct_FRigVMParserASTSettings.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMParserASTSettings.InnerSingleton, Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRigVMParserASTSettings.InnerSingleton);
}
// ********** End ScriptStruct FRigVMParserASTSettings *********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMCompiler_RigVMAST_h__Script_RigVMDeveloper_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FRigVMParserASTSettings::StaticStruct, Z_Construct_UScriptStruct_FRigVMParserASTSettings_Statics::NewStructOps, TEXT("RigVMParserASTSettings"),&Z_Registration_Info_UScriptStruct_FRigVMParserASTSettings, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMParserASTSettings), 3556550459U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMCompiler_RigVMAST_h__Script_RigVMDeveloper_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMCompiler_RigVMAST_h__Script_RigVMDeveloper_498012024{
TEXT("/Script/RigVMDeveloper"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMCompiler_RigVMAST_h__Script_RigVMDeveloper_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMCompiler_RigVMAST_h__Script_RigVMDeveloper_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS