138 lines
11 KiB
C++
138 lines
11 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 "PropertyBindingBindableStructDescriptor.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodePropertyBindingBindableStructDescriptor() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UStruct_NoRegister();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid();
|
|
PROPERTYBINDINGUTILS_API UScriptStruct* Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor();
|
|
UPackage* Z_Construct_UPackage__Script_PropertyBindingUtils();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FPropertyBindingBindableStructDescriptor **************************
|
|
struct Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FPropertyBindingBindableStructDescriptor); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FPropertyBindingBindableStructDescriptor); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * Descriptor for a struct or class that can be a binding source or target.\n * Each struct has unique identifier, which is used to distinguish them, and name that is mostly for debugging and UI.\n */" },
|
|
{ "ModuleRelativePath", "Public/PropertyBindingBindableStructDescriptor.h" },
|
|
{ "ToolTip", "Descriptor for a struct or class that can be a binding source or target.\nEach struct has unique identifier, which is used to distinguish them, and name that is mostly for debugging and UI." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Struct_MetaData[] = {
|
|
{ "Comment", "/** The type of the struct or class. */" },
|
|
{ "ModuleRelativePath", "Public/PropertyBindingBindableStructDescriptor.h" },
|
|
{ "NativeConstTemplateArg", "" },
|
|
{ "ToolTip", "The type of the struct or class." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Name_MetaData[] = {
|
|
{ "Comment", "/** Display name of the struct (used for debugging, logging, cosmetic), different from Struct->GetName(). */" },
|
|
{ "ModuleRelativePath", "Public/PropertyBindingBindableStructDescriptor.h" },
|
|
{ "ToolTip", "Display name of the struct (used for debugging, logging, cosmetic), different from Struct->GetName()." },
|
|
};
|
|
#if WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ID_MetaData[] = {
|
|
{ "Comment", "/** Unique identifier of the struct. */" },
|
|
{ "ModuleRelativePath", "Public/PropertyBindingBindableStructDescriptor.h" },
|
|
{ "ToolTip", "Unique identifier of the struct." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Category_MetaData[] = {
|
|
{ "Comment", "/** Category of the bindable struct. Can be used to display the category in a menu. */" },
|
|
{ "ModuleRelativePath", "Public/PropertyBindingBindableStructDescriptor.h" },
|
|
{ "ToolTip", "Category of the bindable struct. Can be used to display the category in a menu." },
|
|
};
|
|
#endif // WITH_EDITORONLY_DATA
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FPropertyBindingBindableStructDescriptor constinit property declarations
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Struct;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_Name;
|
|
#if WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ID;
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_Category;
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FPropertyBindingBindableStructDescriptor constinit property declarations
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FPropertyBindingBindableStructDescriptor>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FPropertyBindingBindableStructDescriptor;
|
|
class UScriptStruct* FPropertyBindingBindableStructDescriptor::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FPropertyBindingBindableStructDescriptor.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FPropertyBindingBindableStructDescriptor.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor, (UObject*)Z_Construct_UPackage__Script_PropertyBindingUtils(), TEXT("PropertyBindingBindableStructDescriptor"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FPropertyBindingBindableStructDescriptor.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FPropertyBindingBindableStructDescriptor Property Definitions *****
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor_Statics::NewProp_Struct = { "Struct", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPropertyBindingBindableStructDescriptor, Struct), Z_Construct_UClass_UStruct_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Struct_MetaData), NewProp_Struct_MetaData) };
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor_Statics::NewProp_Name = { "Name", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPropertyBindingBindableStructDescriptor, Name), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Name_MetaData), NewProp_Name_MetaData) };
|
|
#if WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor_Statics::NewProp_ID = { "ID", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPropertyBindingBindableStructDescriptor, ID), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ID_MetaData), NewProp_ID_MetaData) };
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor_Statics::NewProp_Category = { "Category", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPropertyBindingBindableStructDescriptor, Category), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Category_MetaData), NewProp_Category_MetaData) };
|
|
#endif // WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor_Statics::NewProp_Struct,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor_Statics::NewProp_Name,
|
|
#if WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor_Statics::NewProp_ID,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor_Statics::NewProp_Category,
|
|
#endif // WITH_EDITORONLY_DATA
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FPropertyBindingBindableStructDescriptor Property Definitions *******
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_PropertyBindingUtils,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"PropertyBindingBindableStructDescriptor",
|
|
Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor_Statics::PropPointers),
|
|
sizeof(FPropertyBindingBindableStructDescriptor),
|
|
alignof(FPropertyBindingBindableStructDescriptor),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FPropertyBindingBindableStructDescriptor.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FPropertyBindingBindableStructDescriptor.InnerSingleton, Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FPropertyBindingBindableStructDescriptor.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FPropertyBindingBindableStructDescriptor ****************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_PropertyBindingUtils_Source_PropertyBindingUtils_Public_PropertyBindingBindableStructDescriptor_h__Script_PropertyBindingUtils_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FPropertyBindingBindableStructDescriptor::StaticStruct, Z_Construct_UScriptStruct_FPropertyBindingBindableStructDescriptor_Statics::NewStructOps, TEXT("PropertyBindingBindableStructDescriptor"),&Z_Registration_Info_UScriptStruct_FPropertyBindingBindableStructDescriptor, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FPropertyBindingBindableStructDescriptor), 372585964U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_PropertyBindingUtils_Source_PropertyBindingUtils_Public_PropertyBindingBindableStructDescriptor_h__Script_PropertyBindingUtils_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_PropertyBindingUtils_Source_PropertyBindingUtils_Public_PropertyBindingBindableStructDescriptor_h__Script_PropertyBindingUtils_4037461695{
|
|
TEXT("/Script/PropertyBindingUtils"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_PropertyBindingUtils_Source_PropertyBindingUtils_Public_PropertyBindingBindableStructDescriptor_h__Script_PropertyBindingUtils_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_PropertyBindingUtils_Source_PropertyBindingUtils_Public_PropertyBindingBindableStructDescriptor_h__Script_PropertyBindingUtils_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|