// 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 "RigVMModel/RigVMVariableDescription.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeRigVMVariableDescription() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister(); RIGVMDEVELOPER_API UScriptStruct* Z_Construct_UScriptStruct_FRigVMGraphVariableDescription(); UPackage* Z_Construct_UPackage__Script_RigVMDeveloper(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FRigVMGraphVariableDescription ************************************ struct Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics { static inline consteval int32 GetStructSize() { return sizeof(FRigVMGraphVariableDescription); } static inline consteval int16 GetStructAlignment() { return alignof(FRigVMGraphVariableDescription); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "BlueprintType", "true" }, { "Comment", "/**\n * The variable description is used to convey information\n * about unique variables within a Graph. Multiple Variable\n * Nodes can share the same variable description.\n */" }, { "ModuleRelativePath", "Public/RigVMModel/RigVMVariableDescription.h" }, { "ToolTip", "The variable description is used to convey information\nabout unique variables within a Graph. Multiple Variable\nNodes can share the same variable description." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = { { "Category", "RigVMGraphVariableDescription" }, { "Comment", "// The name of the variable\n" }, { "ModuleRelativePath", "Public/RigVMModel/RigVMVariableDescription.h" }, { "ToolTip", "The name of the variable" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CPPType_MetaData[] = { { "Category", "RigVMGraphVariableDescription" }, { "Comment", "// The C++ data type of the variable\n" }, { "ModuleRelativePath", "Public/RigVMModel/RigVMVariableDescription.h" }, { "ToolTip", "The C++ data type of the variable" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CPPTypeObject_MetaData[] = { { "Category", "RigVMGraphVariableDescription" }, { "Comment", "// The Struct of the C++ data type of the variable (or nullptr)\n" }, { "ModuleRelativePath", "Public/RigVMModel/RigVMVariableDescription.h" }, { "ToolTip", "The Struct of the C++ data type of the variable (or nullptr)" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CPPTypeObjectPath_MetaData[] = { { "ModuleRelativePath", "Public/RigVMModel/RigVMVariableDescription.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultValue_MetaData[] = { { "Category", "RigVMGraphVariableDescription" }, { "Comment", "// The default value of the variable\n" }, { "ModuleRelativePath", "Public/RigVMModel/RigVMVariableDescription.h" }, { "ToolTip", "The default value of the variable" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Category_MetaData[] = { { "Category", "RigVMGraphVariableDescription" }, { "Comment", "// The category of the variable\n" }, { "ModuleRelativePath", "Public/RigVMModel/RigVMVariableDescription.h" }, { "ToolTip", "The category of the variable" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Tooltip_MetaData[] = { { "Category", "RigVMGraphVariableDescription" }, { "Comment", "// The tooltip of the variable\n" }, { "ModuleRelativePath", "Public/RigVMModel/RigVMVariableDescription.h" }, { "ToolTip", "The tooltip of the variable" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bExposedOnSpawn_MetaData[] = { { "Category", "RigVMGraphVariableDescription" }, { "Comment", "// Should this variable be exposed on spawn\n" }, { "ModuleRelativePath", "Public/RigVMModel/RigVMVariableDescription.h" }, { "ToolTip", "Should this variable be exposed on spawn" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bExposeToCinematics_MetaData[] = { { "Category", "RigVMGraphVariableDescription" }, { "Comment", "// Should this variable be exposed on spawn\n" }, { "ModuleRelativePath", "Public/RigVMModel/RigVMVariableDescription.h" }, { "ToolTip", "Should this variable be exposed on spawn" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bPublic_MetaData[] = { { "Category", "RigVMGraphVariableDescription" }, { "Comment", "// Is this variable public\n" }, { "ModuleRelativePath", "Public/RigVMModel/RigVMVariableDescription.h" }, { "ToolTip", "Is this variable public" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bPrivate_MetaData[] = { { "Category", "RigVMGraphVariableDescription" }, { "Comment", "// Is this variable private\n" }, { "ModuleRelativePath", "Public/RigVMModel/RigVMVariableDescription.h" }, { "ToolTip", "Is this variable private" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FRigVMGraphVariableDescription constinit property declarations **** static const UECodeGen_Private::FNamePropertyParams NewProp_Name; static const UECodeGen_Private::FStrPropertyParams NewProp_CPPType; static const UECodeGen_Private::FObjectPropertyParams NewProp_CPPTypeObject; static const UECodeGen_Private::FNamePropertyParams NewProp_CPPTypeObjectPath; static const UECodeGen_Private::FStrPropertyParams NewProp_DefaultValue; static const UECodeGen_Private::FTextPropertyParams NewProp_Category; static const UECodeGen_Private::FTextPropertyParams NewProp_Tooltip; static void NewProp_bExposedOnSpawn_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bExposedOnSpawn; static void NewProp_bExposeToCinematics_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bExposeToCinematics; static void NewProp_bPublic_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bPublic; static void NewProp_bPrivate_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bPrivate; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FRigVMGraphVariableDescription constinit property declarations ****** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRigVMGraphVariableDescription; class UScriptStruct* FRigVMGraphVariableDescription::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FRigVMGraphVariableDescription.OuterSingleton) { Z_Registration_Info_UScriptStruct_FRigVMGraphVariableDescription.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRigVMGraphVariableDescription, (UObject*)Z_Construct_UPackage__Script_RigVMDeveloper(), TEXT("RigVMGraphVariableDescription")); } return Z_Registration_Info_UScriptStruct_FRigVMGraphVariableDescription.OuterSingleton; } // ********** Begin ScriptStruct FRigVMGraphVariableDescription Property Definitions *************** const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMGraphVariableDescription, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_CPPType = { "CPPType", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMGraphVariableDescription, CPPType), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CPPType_MetaData), NewProp_CPPType_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_CPPTypeObject = { "CPPTypeObject", nullptr, (EPropertyFlags)0x0114000000000015, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMGraphVariableDescription, CPPTypeObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CPPTypeObject_MetaData), NewProp_CPPTypeObject_MetaData) }; const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_CPPTypeObjectPath = { "CPPTypeObjectPath", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMGraphVariableDescription, CPPTypeObjectPath), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CPPTypeObjectPath_MetaData), NewProp_CPPTypeObjectPath_MetaData) }; const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_DefaultValue = { "DefaultValue", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMGraphVariableDescription, DefaultValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultValue_MetaData), NewProp_DefaultValue_MetaData) }; const UECodeGen_Private::FTextPropertyParams Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_Category = { "Category", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMGraphVariableDescription, Category), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Category_MetaData), NewProp_Category_MetaData) }; const UECodeGen_Private::FTextPropertyParams Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_Tooltip = { "Tooltip", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRigVMGraphVariableDescription, Tooltip), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Tooltip_MetaData), NewProp_Tooltip_MetaData) }; void Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_bExposedOnSpawn_SetBit(void* Obj) { ((FRigVMGraphVariableDescription*)Obj)->bExposedOnSpawn = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_bExposedOnSpawn = { "bExposedOnSpawn", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigVMGraphVariableDescription), &Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_bExposedOnSpawn_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bExposedOnSpawn_MetaData), NewProp_bExposedOnSpawn_MetaData) }; void Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_bExposeToCinematics_SetBit(void* Obj) { ((FRigVMGraphVariableDescription*)Obj)->bExposeToCinematics = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_bExposeToCinematics = { "bExposeToCinematics", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigVMGraphVariableDescription), &Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_bExposeToCinematics_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bExposeToCinematics_MetaData), NewProp_bExposeToCinematics_MetaData) }; void Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_bPublic_SetBit(void* Obj) { ((FRigVMGraphVariableDescription*)Obj)->bPublic = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_bPublic = { "bPublic", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigVMGraphVariableDescription), &Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_bPublic_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bPublic_MetaData), NewProp_bPublic_MetaData) }; void Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_bPrivate_SetBit(void* Obj) { ((FRigVMGraphVariableDescription*)Obj)->bPrivate = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_bPrivate = { "bPrivate", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FRigVMGraphVariableDescription), &Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_bPrivate_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bPrivate_MetaData), NewProp_bPrivate_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_Name, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_CPPType, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_CPPTypeObject, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_CPPTypeObjectPath, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_DefaultValue, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_Category, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_Tooltip, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_bExposedOnSpawn, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_bExposeToCinematics, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_bPublic, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewProp_bPrivate, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::PropPointers) < 2048); // ********** End ScriptStruct FRigVMGraphVariableDescription Property Definitions ***************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_RigVMDeveloper, nullptr, &NewStructOps, "RigVMGraphVariableDescription", Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::PropPointers), sizeof(FRigVMGraphVariableDescription), alignof(FRigVMGraphVariableDescription), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FRigVMGraphVariableDescription() { if (!Z_Registration_Info_UScriptStruct_FRigVMGraphVariableDescription.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRigVMGraphVariableDescription.InnerSingleton, Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FRigVMGraphVariableDescription.InnerSingleton); } // ********** End ScriptStruct FRigVMGraphVariableDescription ************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_RigVMVariableDescription_h__Script_RigVMDeveloper_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FRigVMGraphVariableDescription::StaticStruct, Z_Construct_UScriptStruct_FRigVMGraphVariableDescription_Statics::NewStructOps, TEXT("RigVMGraphVariableDescription"),&Z_Registration_Info_UScriptStruct_FRigVMGraphVariableDescription, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRigVMGraphVariableDescription), 1624119558U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_RigVMVariableDescription_h__Script_RigVMDeveloper_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_RigVMVariableDescription_h__Script_RigVMDeveloper_574980483{ TEXT("/Script/RigVMDeveloper"), nullptr, 0, Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_RigVMVariableDescription_h__Script_RigVMDeveloper_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_RigVM_Source_RigVMDeveloper_Public_RigVMModel_RigVMVariableDescription_h__Script_RigVMDeveloper_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS