738 lines
52 KiB
C++
738 lines
52 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 "PropertyValue.h"
|
||
|
|
#include "Serialization/ArchiveUObjectFromStructuredArchive.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodePropertyValue() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_VariantManagerContent();
|
||
|
|
VARIANTMANAGERCONTENT_API UClass* Z_Construct_UClass_UPropertyValue();
|
||
|
|
VARIANTMANAGERCONTENT_API UClass* Z_Construct_UClass_UPropertyValue_NoRegister();
|
||
|
|
VARIANTMANAGERCONTENT_API UClass* Z_Construct_UClass_UPropertyValueTransform();
|
||
|
|
VARIANTMANAGERCONTENT_API UClass* Z_Construct_UClass_UPropertyValueTransform_NoRegister();
|
||
|
|
VARIANTMANAGERCONTENT_API UClass* Z_Construct_UClass_UPropertyValueVisibility();
|
||
|
|
VARIANTMANAGERCONTENT_API UClass* Z_Construct_UClass_UPropertyValueVisibility_NoRegister();
|
||
|
|
VARIANTMANAGERCONTENT_API UEnum* Z_Construct_UEnum_VariantManagerContent_EPropertyValueCategory();
|
||
|
|
VARIANTMANAGERCONTENT_API UScriptStruct* Z_Construct_UScriptStruct_FCapturedPropSegment();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Enum EPropertyValueCategory ****************************************************
|
||
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EPropertyValueCategory;
|
||
|
|
static UEnum* EPropertyValueCategory_StaticEnum()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_EPropertyValueCategory.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UEnum_EPropertyValueCategory.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_VariantManagerContent_EPropertyValueCategory, (UObject*)Z_Construct_UPackage__Script_VariantManagerContent(), TEXT("EPropertyValueCategory"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_EPropertyValueCategory.OuterSingleton;
|
||
|
|
}
|
||
|
|
template<> VARIANTMANAGERCONTENT_NON_ATTRIBUTED_API UEnum* StaticEnum<EPropertyValueCategory>()
|
||
|
|
{
|
||
|
|
return EPropertyValueCategory_StaticEnum();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UEnum_VariantManagerContent_EPropertyValueCategory_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
||
|
|
{ "Color.Name", "EPropertyValueCategory::Color" },
|
||
|
|
{ "Generic.Name", "EPropertyValueCategory::Generic" },
|
||
|
|
{ "Material.Name", "EPropertyValueCategory::Material" },
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
{ "Option.Name", "EPropertyValueCategory::Option" },
|
||
|
|
{ "RelativeLocation.Name", "EPropertyValueCategory::RelativeLocation" },
|
||
|
|
{ "RelativeRotation.Name", "EPropertyValueCategory::RelativeRotation" },
|
||
|
|
{ "RelativeScale3D.Name", "EPropertyValueCategory::RelativeScale3D" },
|
||
|
|
{ "Undefined.Name", "EPropertyValueCategory::Undefined" },
|
||
|
|
{ "Visibility.Name", "EPropertyValueCategory::Visibility" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
||
|
|
{ "EPropertyValueCategory::Undefined", (int64)EPropertyValueCategory::Undefined },
|
||
|
|
{ "EPropertyValueCategory::Generic", (int64)EPropertyValueCategory::Generic },
|
||
|
|
{ "EPropertyValueCategory::RelativeLocation", (int64)EPropertyValueCategory::RelativeLocation },
|
||
|
|
{ "EPropertyValueCategory::RelativeRotation", (int64)EPropertyValueCategory::RelativeRotation },
|
||
|
|
{ "EPropertyValueCategory::RelativeScale3D", (int64)EPropertyValueCategory::RelativeScale3D },
|
||
|
|
{ "EPropertyValueCategory::Visibility", (int64)EPropertyValueCategory::Visibility },
|
||
|
|
{ "EPropertyValueCategory::Material", (int64)EPropertyValueCategory::Material },
|
||
|
|
{ "EPropertyValueCategory::Color", (int64)EPropertyValueCategory::Color },
|
||
|
|
{ "EPropertyValueCategory::Option", (int64)EPropertyValueCategory::Option },
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
||
|
|
}; // struct Z_Construct_UEnum_VariantManagerContent_EPropertyValueCategory_Statics
|
||
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_VariantManagerContent_EPropertyValueCategory_Statics::EnumParams = {
|
||
|
|
(UObject*(*)())Z_Construct_UPackage__Script_VariantManagerContent,
|
||
|
|
nullptr,
|
||
|
|
"EPropertyValueCategory",
|
||
|
|
"EPropertyValueCategory",
|
||
|
|
Z_Construct_UEnum_VariantManagerContent_EPropertyValueCategory_Statics::Enumerators,
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_VariantManagerContent_EPropertyValueCategory_Statics::Enumerators),
|
||
|
|
EEnumFlags::None,
|
||
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_VariantManagerContent_EPropertyValueCategory_Statics::Enum_MetaDataParams), Z_Construct_UEnum_VariantManagerContent_EPropertyValueCategory_Statics::Enum_MetaDataParams)
|
||
|
|
};
|
||
|
|
UEnum* Z_Construct_UEnum_VariantManagerContent_EPropertyValueCategory()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_EPropertyValueCategory.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EPropertyValueCategory.InnerSingleton, Z_Construct_UEnum_VariantManagerContent_EPropertyValueCategory_Statics::EnumParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_EPropertyValueCategory.InnerSingleton;
|
||
|
|
}
|
||
|
|
// ********** End Enum EPropertyValueCategory ******************************************************
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FCapturedPropSegment **********************************************
|
||
|
|
struct Z_Construct_UScriptStruct_FCapturedPropSegment_Statics
|
||
|
|
{
|
||
|
|
static inline consteval int32 GetStructSize() { return sizeof(FCapturedPropSegment); }
|
||
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FCapturedPropSegment); }
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
||
|
|
{ "Comment", "// Describes one link in a full property path\n// For array properties, a link might be the outer (e.g. AttachChildren, -1, None)\n// while also it may be an inner (e.g. AttachChildren, 2, Cube)\n// Doing this allows us to resolve components regardless of their order, which\n// is important for handling component reordering and transient components (e.g.\n// runtime billboard components, etc)\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
{ "ToolTip", "Describes one link in a full property path\nFor array properties, a link might be the outer (e.g. AttachChildren, -1, None)\nwhile also it may be an inner (e.g. AttachChildren, 2, Cube)\nDoing this allows us to resolve components regardless of their order, which\nis important for handling component reordering and transient components (e.g.\nruntime billboard components, etc)" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PropertyName_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PropertyIndex_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ComponentName_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FCapturedPropSegment constinit property declarations **************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_PropertyName;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_PropertyIndex;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ComponentName;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End ScriptStruct FCapturedPropSegment constinit property declarations ****************
|
||
|
|
static void* NewStructOps()
|
||
|
|
{
|
||
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FCapturedPropSegment>();
|
||
|
|
}
|
||
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
||
|
|
}; // struct Z_Construct_UScriptStruct_FCapturedPropSegment_Statics
|
||
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FCapturedPropSegment;
|
||
|
|
class UScriptStruct* FCapturedPropSegment::StaticStruct()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FCapturedPropSegment.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UScriptStruct_FCapturedPropSegment.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FCapturedPropSegment, (UObject*)Z_Construct_UPackage__Script_VariantManagerContent(), TEXT("CapturedPropSegment"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UScriptStruct_FCapturedPropSegment.OuterSingleton;
|
||
|
|
}
|
||
|
|
|
||
|
|
// ********** Begin ScriptStruct FCapturedPropSegment Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FCapturedPropSegment_Statics::NewProp_PropertyName = { "PropertyName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCapturedPropSegment, PropertyName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PropertyName_MetaData), NewProp_PropertyName_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FCapturedPropSegment_Statics::NewProp_PropertyIndex = { "PropertyIndex", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCapturedPropSegment, PropertyIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PropertyIndex_MetaData), NewProp_PropertyIndex_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FCapturedPropSegment_Statics::NewProp_ComponentName = { "ComponentName", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FCapturedPropSegment, ComponentName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ComponentName_MetaData), NewProp_ComponentName_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FCapturedPropSegment_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCapturedPropSegment_Statics::NewProp_PropertyName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCapturedPropSegment_Statics::NewProp_PropertyIndex,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FCapturedPropSegment_Statics::NewProp_ComponentName,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCapturedPropSegment_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End ScriptStruct FCapturedPropSegment Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FCapturedPropSegment_Statics::StructParams = {
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_VariantManagerContent,
|
||
|
|
nullptr,
|
||
|
|
&NewStructOps,
|
||
|
|
"CapturedPropSegment",
|
||
|
|
Z_Construct_UScriptStruct_FCapturedPropSegment_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCapturedPropSegment_Statics::PropPointers),
|
||
|
|
sizeof(FCapturedPropSegment),
|
||
|
|
alignof(FCapturedPropSegment),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
EStructFlags(0x00000001),
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FCapturedPropSegment_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FCapturedPropSegment_Statics::Struct_MetaDataParams)
|
||
|
|
};
|
||
|
|
UScriptStruct* Z_Construct_UScriptStruct_FCapturedPropSegment()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UScriptStruct_FCapturedPropSegment.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FCapturedPropSegment.InnerSingleton, Z_Construct_UScriptStruct_FCapturedPropSegment_Statics::StructParams);
|
||
|
|
}
|
||
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FCapturedPropSegment.InnerSingleton);
|
||
|
|
}
|
||
|
|
// ********** End ScriptStruct FCapturedPropSegment ************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UPropertyValue Function GetFullDisplayString *****************************
|
||
|
|
struct Z_Construct_UFunction_UPropertyValue_GetFullDisplayString_Statics
|
||
|
|
{
|
||
|
|
struct PropertyValue_eventGetFullDisplayString_Parms
|
||
|
|
{
|
||
|
|
FString ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "PropertyValue" },
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
|
||
|
|
{ "NativeConst", "" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetFullDisplayString constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetFullDisplayString constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetFullDisplayString Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UPropertyValue_GetFullDisplayString_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PropertyValue_eventGetFullDisplayString_Parms, ReturnValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPropertyValue_GetFullDisplayString_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPropertyValue_GetFullDisplayString_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPropertyValue_GetFullDisplayString_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetFullDisplayString Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPropertyValue_GetFullDisplayString_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPropertyValue, nullptr, "GetFullDisplayString", Z_Construct_UFunction_UPropertyValue_GetFullDisplayString_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPropertyValue_GetFullDisplayString_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UPropertyValue_GetFullDisplayString_Statics::PropertyValue_eventGetFullDisplayString_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPropertyValue_GetFullDisplayString_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPropertyValue_GetFullDisplayString_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UPropertyValue_GetFullDisplayString_Statics::PropertyValue_eventGetFullDisplayString_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UPropertyValue_GetFullDisplayString()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPropertyValue_GetFullDisplayString_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UPropertyValue::execGetFullDisplayString)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FString*)Z_Param__Result=P_THIS->GetFullDisplayString();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UPropertyValue Function GetFullDisplayString *******************************
|
||
|
|
|
||
|
|
// ********** Begin Class UPropertyValue Function GetPropertyTooltip *******************************
|
||
|
|
struct Z_Construct_UFunction_UPropertyValue_GetPropertyTooltip_Statics
|
||
|
|
{
|
||
|
|
struct PropertyValue_eventGetPropertyTooltip_Parms
|
||
|
|
{
|
||
|
|
FText ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "PropertyValue" },
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetPropertyTooltip constinit property declarations ********************
|
||
|
|
static const UECodeGen_Private::FTextPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetPropertyTooltip constinit property declarations **********************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetPropertyTooltip Property Definitions *******************************
|
||
|
|
const UECodeGen_Private::FTextPropertyParams Z_Construct_UFunction_UPropertyValue_GetPropertyTooltip_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PropertyValue_eventGetPropertyTooltip_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPropertyValue_GetPropertyTooltip_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPropertyValue_GetPropertyTooltip_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPropertyValue_GetPropertyTooltip_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetPropertyTooltip Property Definitions *********************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPropertyValue_GetPropertyTooltip_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPropertyValue, nullptr, "GetPropertyTooltip", Z_Construct_UFunction_UPropertyValue_GetPropertyTooltip_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPropertyValue_GetPropertyTooltip_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UPropertyValue_GetPropertyTooltip_Statics::PropertyValue_eventGetPropertyTooltip_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPropertyValue_GetPropertyTooltip_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPropertyValue_GetPropertyTooltip_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UPropertyValue_GetPropertyTooltip_Statics::PropertyValue_eventGetPropertyTooltip_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UPropertyValue_GetPropertyTooltip()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPropertyValue_GetPropertyTooltip_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UPropertyValue::execGetPropertyTooltip)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(FText*)Z_Param__Result=P_THIS->GetPropertyTooltip();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UPropertyValue Function GetPropertyTooltip *********************************
|
||
|
|
|
||
|
|
// ********** Begin Class UPropertyValue Function HasRecordedData **********************************
|
||
|
|
struct Z_Construct_UFunction_UPropertyValue_HasRecordedData_Statics
|
||
|
|
{
|
||
|
|
struct PropertyValue_eventHasRecordedData_Parms
|
||
|
|
{
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "PropertyValue" },
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function HasRecordedData constinit property declarations ***********************
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function HasRecordedData constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function HasRecordedData Property Definitions **********************************
|
||
|
|
void Z_Construct_UFunction_UPropertyValue_HasRecordedData_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((PropertyValue_eventHasRecordedData_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UPropertyValue_HasRecordedData_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(PropertyValue_eventHasRecordedData_Parms), &Z_Construct_UFunction_UPropertyValue_HasRecordedData_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPropertyValue_HasRecordedData_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPropertyValue_HasRecordedData_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPropertyValue_HasRecordedData_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function HasRecordedData Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPropertyValue_HasRecordedData_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPropertyValue, nullptr, "HasRecordedData", Z_Construct_UFunction_UPropertyValue_HasRecordedData_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UPropertyValue_HasRecordedData_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UPropertyValue_HasRecordedData_Statics::PropertyValue_eventHasRecordedData_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPropertyValue_HasRecordedData_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPropertyValue_HasRecordedData_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UPropertyValue_HasRecordedData_Statics::PropertyValue_eventHasRecordedData_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UPropertyValue_HasRecordedData()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPropertyValue_HasRecordedData_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UPropertyValue::execHasRecordedData)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->HasRecordedData();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UPropertyValue Function HasRecordedData ************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UPropertyValue ***********************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UPropertyValue;
|
||
|
|
UClass* UPropertyValue::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UPropertyValue;
|
||
|
|
if (!Z_Registration_Info_UClass_UPropertyValue.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("PropertyValue"),
|
||
|
|
Z_Registration_Info_UClass_UPropertyValue.InnerSingleton,
|
||
|
|
StaticRegisterNativesUPropertyValue,
|
||
|
|
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_UPropertyValue.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UPropertyValue_NoRegister()
|
||
|
|
{
|
||
|
|
return UPropertyValue::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UPropertyValue_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "IncludePath", "PropertyValue.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Properties_MetaData[] = {
|
||
|
|
{ "Comment", "// Properties were previously stored like this. Use CapturedPropSegments from now on, which stores\n// properties by name instead. It is much safer, as we can't guarantee these pointers will be valid\n// if they point at other packages (will depend on package load order, etc).\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
{ "ToolTip", "Properties were previously stored like this. Use CapturedPropSegments from now on, which stores\nproperties by name instead. It is much safer, as we can't guarantee these pointers will be valid\nif they point at other packages (will depend on package load order, etc)." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PropertyIndices_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CapturedPropSegments_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FullDisplayString_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PropertySetterName_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PropertySetterParameterDefaults_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bHasRecordedData_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LeafPropertyClass_MetaData[] = {
|
||
|
|
{ "Comment", "// We use these mainly to know how to serialize/deserialize the values of properties that need special care\n// (e.g. UObjectProperties, name properties, text properties, etc)\n" },
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
{ "ToolTip", "We use these mainly to know how to serialize/deserialize the values of properties that need special care\n(e.g. UObjectProperties, name properties, text properties, etc)" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ValueBytes_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PropCategory_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
};
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DisplayOrder_MetaData[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UPropertyValue constinit property declarations ***************************
|
||
|
|
static const UECodeGen_Private::FFieldPathPropertyParams NewProp_Properties_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_Properties;
|
||
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_PropertyIndices_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_PropertyIndices;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CapturedPropSegments_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_CapturedPropSegments;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_FullDisplayString;
|
||
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_PropertySetterName;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_PropertySetterParameterDefaults_ValueProp;
|
||
|
|
static const UECodeGen_Private::FStrPropertyParams NewProp_PropertySetterParameterDefaults_Key_KeyProp;
|
||
|
|
static const UECodeGen_Private::FMapPropertyParams NewProp_PropertySetterParameterDefaults;
|
||
|
|
static void NewProp_bHasRecordedData_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bHasRecordedData;
|
||
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_LeafPropertyClass;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ValueBytes_Inner;
|
||
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_ValueBytes;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_PropCategory_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_PropCategory;
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
static const UECodeGen_Private::FUInt32PropertyParams NewProp_DisplayOrder;
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UPropertyValue constinit property declarations *****************************
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetFullDisplayString"), .Pointer = &UPropertyValue::execGetFullDisplayString },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetPropertyTooltip"), .Pointer = &UPropertyValue::execGetPropertyTooltip },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("HasRecordedData"), .Pointer = &UPropertyValue::execHasRecordedData },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UPropertyValue_GetFullDisplayString, "GetFullDisplayString" }, // 199823894
|
||
|
|
{ &Z_Construct_UFunction_UPropertyValue_GetPropertyTooltip, "GetPropertyTooltip" }, // 2954136316
|
||
|
|
{ &Z_Construct_UFunction_UPropertyValue_HasRecordedData, "HasRecordedData" }, // 1640602489
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UPropertyValue>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UPropertyValue_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UPropertyValue Property Definitions **************************************
|
||
|
|
const UECodeGen_Private::FFieldPathPropertyParams Z_Construct_UClass_UPropertyValue_Statics::NewProp_Properties_Inner = { "Properties", nullptr, (EPropertyFlags)0x0000000020000000, UECodeGen_Private::EPropertyGenFlags::FieldPath, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, &FProperty::StaticClass, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UPropertyValue_Statics::NewProp_Properties = { "Properties", nullptr, (EPropertyFlags)0x0020080020000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyValue, Properties_DEPRECATED), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Properties_MetaData), NewProp_Properties_MetaData) };
|
||
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UPropertyValue_Statics::NewProp_PropertyIndices_Inner = { "PropertyIndices", nullptr, (EPropertyFlags)0x0000000020000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UPropertyValue_Statics::NewProp_PropertyIndices = { "PropertyIndices", nullptr, (EPropertyFlags)0x0020080020000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyValue, PropertyIndices_DEPRECATED), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PropertyIndices_MetaData), NewProp_PropertyIndices_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPropertyValue_Statics::NewProp_CapturedPropSegments_Inner = { "CapturedPropSegments", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FCapturedPropSegment, METADATA_PARAMS(0, nullptr) }; // 4261678161
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UPropertyValue_Statics::NewProp_CapturedPropSegments = { "CapturedPropSegments", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyValue, CapturedPropSegments), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CapturedPropSegments_MetaData), NewProp_CapturedPropSegments_MetaData) }; // 4261678161
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UPropertyValue_Statics::NewProp_FullDisplayString = { "FullDisplayString", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyValue, FullDisplayString), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FullDisplayString_MetaData), NewProp_FullDisplayString_MetaData) };
|
||
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UPropertyValue_Statics::NewProp_PropertySetterName = { "PropertySetterName", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyValue, PropertySetterName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PropertySetterName_MetaData), NewProp_PropertySetterName_MetaData) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UPropertyValue_Statics::NewProp_PropertySetterParameterDefaults_ValueProp = { "PropertySetterParameterDefaults", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UPropertyValue_Statics::NewProp_PropertySetterParameterDefaults_Key_KeyProp = { "PropertySetterParameterDefaults_Key", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UPropertyValue_Statics::NewProp_PropertySetterParameterDefaults = { "PropertySetterParameterDefaults", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyValue, PropertySetterParameterDefaults), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PropertySetterParameterDefaults_MetaData), NewProp_PropertySetterParameterDefaults_MetaData) };
|
||
|
|
void Z_Construct_UClass_UPropertyValue_Statics::NewProp_bHasRecordedData_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((UPropertyValue*)Obj)->bHasRecordedData = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UPropertyValue_Statics::NewProp_bHasRecordedData = { "bHasRecordedData", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UPropertyValue), &Z_Construct_UClass_UPropertyValue_Statics::NewProp_bHasRecordedData_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bHasRecordedData_MetaData), NewProp_bHasRecordedData_MetaData) };
|
||
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_UPropertyValue_Statics::NewProp_LeafPropertyClass = { "LeafPropertyClass", nullptr, (EPropertyFlags)0x0124080020000000, UECodeGen_Private::EPropertyGenFlags::Class | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyValue, LeafPropertyClass_DEPRECATED), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LeafPropertyClass_MetaData), NewProp_LeafPropertyClass_MetaData) };
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UPropertyValue_Statics::NewProp_ValueBytes_Inner = { "ValueBytes", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UPropertyValue_Statics::NewProp_ValueBytes = { "ValueBytes", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyValue, ValueBytes), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ValueBytes_MetaData), NewProp_ValueBytes_MetaData) };
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UPropertyValue_Statics::NewProp_PropCategory_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UPropertyValue_Statics::NewProp_PropCategory = { "PropCategory", nullptr, (EPropertyFlags)0x0020080000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyValue, PropCategory), Z_Construct_UEnum_VariantManagerContent_EPropertyValueCategory, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PropCategory_MetaData), NewProp_PropCategory_MetaData) }; // 678533470
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UClass_UPropertyValue_Statics::NewProp_DisplayOrder = { "DisplayOrder", nullptr, (EPropertyFlags)0x0020080800000000, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyValue, DisplayOrder), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DisplayOrder_MetaData), NewProp_DisplayOrder_MetaData) };
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPropertyValue_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyValue_Statics::NewProp_Properties_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyValue_Statics::NewProp_Properties,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyValue_Statics::NewProp_PropertyIndices_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyValue_Statics::NewProp_PropertyIndices,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyValue_Statics::NewProp_CapturedPropSegments_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyValue_Statics::NewProp_CapturedPropSegments,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyValue_Statics::NewProp_FullDisplayString,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyValue_Statics::NewProp_PropertySetterName,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyValue_Statics::NewProp_PropertySetterParameterDefaults_ValueProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyValue_Statics::NewProp_PropertySetterParameterDefaults_Key_KeyProp,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyValue_Statics::NewProp_PropertySetterParameterDefaults,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyValue_Statics::NewProp_bHasRecordedData,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyValue_Statics::NewProp_LeafPropertyClass,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyValue_Statics::NewProp_ValueBytes_Inner,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyValue_Statics::NewProp_ValueBytes,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyValue_Statics::NewProp_PropCategory_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyValue_Statics::NewProp_PropCategory,
|
||
|
|
#if WITH_EDITORONLY_DATA
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyValue_Statics::NewProp_DisplayOrder,
|
||
|
|
#endif // WITH_EDITORONLY_DATA
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyValue_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UPropertyValue Property Definitions ****************************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UPropertyValue_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_VariantManagerContent,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyValue_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPropertyValue_Statics::ClassParams = {
|
||
|
|
&UPropertyValue::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
FuncInfo,
|
||
|
|
Z_Construct_UClass_UPropertyValue_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
UE_ARRAY_COUNT(FuncInfo),
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyValue_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyValue_Statics::Class_MetaDataParams), Z_Construct_UClass_UPropertyValue_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UPropertyValue::StaticRegisterNativesUPropertyValue()
|
||
|
|
{
|
||
|
|
UClass* Class = UPropertyValue::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UPropertyValue_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UPropertyValue()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UPropertyValue.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPropertyValue.OuterSingleton, Z_Construct_UClass_UPropertyValue_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UPropertyValue.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPropertyValue);
|
||
|
|
UPropertyValue::~UPropertyValue() {}
|
||
|
|
IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(UPropertyValue)
|
||
|
|
// ********** End Class UPropertyValue *************************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UPropertyValueTransform **************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UPropertyValueTransform;
|
||
|
|
UClass* UPropertyValueTransform::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UPropertyValueTransform;
|
||
|
|
if (!Z_Registration_Info_UClass_UPropertyValueTransform.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("PropertyValueTransform"),
|
||
|
|
Z_Registration_Info_UClass_UPropertyValueTransform.InnerSingleton,
|
||
|
|
StaticRegisterNativesUPropertyValueTransform,
|
||
|
|
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_UPropertyValueTransform.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UPropertyValueTransform_NoRegister()
|
||
|
|
{
|
||
|
|
return UPropertyValueTransform::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UPropertyValueTransform_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "Comment", "// Deprecated: Only here for backwards compatibility with 4.21\n" },
|
||
|
|
{ "IncludePath", "PropertyValue.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
{ "ToolTip", "Deprecated: Only here for backwards compatibility with 4.21" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UPropertyValueTransform constinit property declarations ******************
|
||
|
|
// ********** End Class UPropertyValueTransform constinit property declarations ********************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UPropertyValueTransform>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UPropertyValueTransform_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UPropertyValueTransform_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UPropertyValue,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_VariantManagerContent,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyValueTransform_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPropertyValueTransform_Statics::ClassParams = {
|
||
|
|
&UPropertyValueTransform::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0x000800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyValueTransform_Statics::Class_MetaDataParams), Z_Construct_UClass_UPropertyValueTransform_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UPropertyValueTransform::StaticRegisterNativesUPropertyValueTransform()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UPropertyValueTransform()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UPropertyValueTransform.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPropertyValueTransform.OuterSingleton, Z_Construct_UClass_UPropertyValueTransform_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UPropertyValueTransform.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPropertyValueTransform);
|
||
|
|
UPropertyValueTransform::~UPropertyValueTransform() {}
|
||
|
|
IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(UPropertyValueTransform)
|
||
|
|
// ********** End Class UPropertyValueTransform ****************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UPropertyValueVisibility *************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UPropertyValueVisibility;
|
||
|
|
UClass* UPropertyValueVisibility::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UPropertyValueVisibility;
|
||
|
|
if (!Z_Registration_Info_UClass_UPropertyValueVisibility.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("PropertyValueVisibility"),
|
||
|
|
Z_Registration_Info_UClass_UPropertyValueVisibility.InnerSingleton,
|
||
|
|
StaticRegisterNativesUPropertyValueVisibility,
|
||
|
|
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_UPropertyValueVisibility.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UPropertyValueVisibility_NoRegister()
|
||
|
|
{
|
||
|
|
return UPropertyValueVisibility::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UPropertyValueVisibility_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "BlueprintType", "true" },
|
||
|
|
{ "Comment", "// Deprecated: Only here for backwards compatibility\n" },
|
||
|
|
{ "IncludePath", "PropertyValue.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/PropertyValue.h" },
|
||
|
|
{ "ToolTip", "Deprecated: Only here for backwards compatibility" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UPropertyValueVisibility constinit property declarations *****************
|
||
|
|
// ********** End Class UPropertyValueVisibility constinit property declarations *******************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UPropertyValueVisibility>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UPropertyValueVisibility_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UPropertyValueVisibility_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UPropertyValue,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_VariantManagerContent,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyValueVisibility_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPropertyValueVisibility_Statics::ClassParams = {
|
||
|
|
&UPropertyValueVisibility::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0x000800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyValueVisibility_Statics::Class_MetaDataParams), Z_Construct_UClass_UPropertyValueVisibility_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UPropertyValueVisibility::StaticRegisterNativesUPropertyValueVisibility()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UPropertyValueVisibility()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UPropertyValueVisibility.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPropertyValueVisibility.OuterSingleton, Z_Construct_UClass_UPropertyValueVisibility_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UPropertyValueVisibility.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPropertyValueVisibility);
|
||
|
|
UPropertyValueVisibility::~UPropertyValueVisibility() {}
|
||
|
|
IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(UPropertyValueVisibility)
|
||
|
|
// ********** End Class UPropertyValueVisibility ***************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_VariantManagerContent_Source_VariantManagerContent_Public_PropertyValue_h__Script_VariantManagerContent_Statics
|
||
|
|
{
|
||
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
||
|
|
{ EPropertyValueCategory_StaticEnum, TEXT("EPropertyValueCategory"), &Z_Registration_Info_UEnum_EPropertyValueCategory, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 678533470U) },
|
||
|
|
};
|
||
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
||
|
|
{ FCapturedPropSegment::StaticStruct, Z_Construct_UScriptStruct_FCapturedPropSegment_Statics::NewStructOps, TEXT("CapturedPropSegment"),&Z_Registration_Info_UScriptStruct_FCapturedPropSegment, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FCapturedPropSegment), 4261678161U) },
|
||
|
|
};
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UPropertyValue, UPropertyValue::StaticClass, TEXT("UPropertyValue"), &Z_Registration_Info_UClass_UPropertyValue, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPropertyValue), 92145786U) },
|
||
|
|
{ Z_Construct_UClass_UPropertyValueTransform, UPropertyValueTransform::StaticClass, TEXT("UPropertyValueTransform"), &Z_Registration_Info_UClass_UPropertyValueTransform, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPropertyValueTransform), 3938626694U) },
|
||
|
|
{ Z_Construct_UClass_UPropertyValueVisibility, UPropertyValueVisibility::StaticClass, TEXT("UPropertyValueVisibility"), &Z_Registration_Info_UClass_UPropertyValueVisibility, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPropertyValueVisibility), 4067116009U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_VariantManagerContent_Source_VariantManagerContent_Public_PropertyValue_h__Script_VariantManagerContent_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_VariantManagerContent_Source_VariantManagerContent_Public_PropertyValue_h__Script_VariantManagerContent_3859414423{
|
||
|
|
TEXT("/Script/VariantManagerContent"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_VariantManagerContent_Source_VariantManagerContent_Public_PropertyValue_h__Script_VariantManagerContent_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_VariantManagerContent_Source_VariantManagerContent_Public_PropertyValue_h__Script_VariantManagerContent_Statics::ClassInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_VariantManagerContent_Source_VariantManagerContent_Public_PropertyValue_h__Script_VariantManagerContent_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_VariantManagerContent_Source_VariantManagerContent_Public_PropertyValue_h__Script_VariantManagerContent_Statics::ScriptStructInfo),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_VariantManagerContent_Source_VariantManagerContent_Public_PropertyValue_h__Script_VariantManagerContent_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Enterprise_VariantManagerContent_Source_VariantManagerContent_Public_PropertyValue_h__Script_VariantManagerContent_Statics::EnumInfo),
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|