422 lines
25 KiB
C++
422 lines
25 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 "CommonBorder.h"
|
|
#include "Layout/Margin.h"
|
|
#include "Styling/SlateBrush.h"
|
|
#include "UObject/Class.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeCommonBorder() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonBorder();
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonBorder_NoRegister();
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonBorderStyle();
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonBorderStyle_NoRegister();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
|
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FMargin();
|
|
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FSlateBrush();
|
|
UMG_API UClass* Z_Construct_UClass_UBorder();
|
|
UPackage* Z_Construct_UPackage__Script_CommonUI();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UCommonBorderStyle Function GetBackgroundBrush ***************************
|
|
struct Z_Construct_UFunction_UCommonBorderStyle_GetBackgroundBrush_Statics
|
|
{
|
|
struct CommonBorderStyle_eventGetBackgroundBrush_Parms
|
|
{
|
|
FSlateBrush Brush;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Border Style|Getters" },
|
|
{ "ModuleRelativePath", "Public/CommonBorder.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetBackgroundBrush constinit property declarations ********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Brush;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetBackgroundBrush constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetBackgroundBrush Property Definitions *******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCommonBorderStyle_GetBackgroundBrush_Statics::NewProp_Brush = { "Brush", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonBorderStyle_eventGetBackgroundBrush_Parms, Brush), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(0, nullptr) }; // 4278521822
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonBorderStyle_GetBackgroundBrush_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonBorderStyle_GetBackgroundBrush_Statics::NewProp_Brush,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonBorderStyle_GetBackgroundBrush_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetBackgroundBrush Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonBorderStyle_GetBackgroundBrush_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonBorderStyle, nullptr, "GetBackgroundBrush", Z_Construct_UFunction_UCommonBorderStyle_GetBackgroundBrush_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonBorderStyle_GetBackgroundBrush_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonBorderStyle_GetBackgroundBrush_Statics::CommonBorderStyle_eventGetBackgroundBrush_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonBorderStyle_GetBackgroundBrush_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonBorderStyle_GetBackgroundBrush_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonBorderStyle_GetBackgroundBrush_Statics::CommonBorderStyle_eventGetBackgroundBrush_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonBorderStyle_GetBackgroundBrush()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonBorderStyle_GetBackgroundBrush_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonBorderStyle::execGetBackgroundBrush)
|
|
{
|
|
P_GET_STRUCT_REF(FSlateBrush,Z_Param_Out_Brush);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->GetBackgroundBrush(Z_Param_Out_Brush);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonBorderStyle Function GetBackgroundBrush *****************************
|
|
|
|
// ********** Begin Class UCommonBorderStyle *******************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UCommonBorderStyle;
|
|
UClass* UCommonBorderStyle::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UCommonBorderStyle;
|
|
if (!Z_Registration_Info_UClass_UCommonBorderStyle.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("CommonBorderStyle"),
|
|
Z_Registration_Info_UClass_UCommonBorderStyle.InnerSingleton,
|
|
StaticRegisterNativesUCommonBorderStyle,
|
|
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_UCommonBorderStyle.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UCommonBorderStyle_NoRegister()
|
|
{
|
|
return UCommonBorderStyle::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UCommonBorderStyle_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Category", "Common UI" },
|
|
{ "ClassGroupNames", "UI" },
|
|
{ "Comment", "/* \n * ---- All properties must be EditDefaultsOnly, BlueprintReadOnly !!! -----\n * We return the CDO to blueprints, so we cannot allow any changes (blueprint doesn't support const variables)\n */" },
|
|
{ "IncludePath", "CommonBorder.h" },
|
|
{ "IsBlueprintBase", "true" },
|
|
{ "ModuleRelativePath", "Public/CommonBorder.h" },
|
|
{ "ToolTip", "* ---- All properties must be EditDefaultsOnly, BlueprintReadOnly !!! -----\n* We return the CDO to blueprints, so we cannot allow any changes (blueprint doesn't support const variables)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Background_MetaData[] = {
|
|
{ "Category", "Properties" },
|
|
{ "Comment", "/** The brush for the background of the border */" },
|
|
{ "ModuleRelativePath", "Public/CommonBorder.h" },
|
|
{ "ToolTip", "The brush for the background of the border" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UCommonBorderStyle constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Background;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UCommonBorderStyle constinit property declarations *************************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("GetBackgroundBrush"), .Pointer = &UCommonBorderStyle::execGetBackgroundBrush },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UCommonBorderStyle_GetBackgroundBrush, "GetBackgroundBrush" }, // 3730766985
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UCommonBorderStyle>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UCommonBorderStyle_Statics
|
|
|
|
// ********** Begin Class UCommonBorderStyle Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UCommonBorderStyle_Statics::NewProp_Background = { "Background", nullptr, (EPropertyFlags)0x0010000000010015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonBorderStyle, Background), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Background_MetaData), NewProp_Background_MetaData) }; // 4278521822
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCommonBorderStyle_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonBorderStyle_Statics::NewProp_Background,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonBorderStyle_Statics::PropPointers) < 2048);
|
|
// ********** End Class UCommonBorderStyle Property Definitions ************************************
|
|
UObject* (*const Z_Construct_UClass_UCommonBorderStyle_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_CommonUI,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonBorderStyle_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonBorderStyle_Statics::ClassParams = {
|
|
&UCommonBorderStyle::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UCommonBorderStyle_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UCommonBorderStyle_Statics::PropPointers),
|
|
0,
|
|
0x000800A1u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonBorderStyle_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonBorderStyle_Statics::Class_MetaDataParams)
|
|
};
|
|
void UCommonBorderStyle::StaticRegisterNativesUCommonBorderStyle()
|
|
{
|
|
UClass* Class = UCommonBorderStyle::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UCommonBorderStyle_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UCommonBorderStyle()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UCommonBorderStyle.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonBorderStyle.OuterSingleton, Z_Construct_UClass_UCommonBorderStyle_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UCommonBorderStyle.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonBorderStyle);
|
|
UCommonBorderStyle::~UCommonBorderStyle() {}
|
|
// ********** End Class UCommonBorderStyle *********************************************************
|
|
|
|
// ********** Begin Class UCommonBorder Function SetStyle ******************************************
|
|
struct Z_Construct_UFunction_UCommonBorder_SetStyle_Statics
|
|
{
|
|
struct CommonBorder_eventSetStyle_Parms
|
|
{
|
|
TSubclassOf<UCommonBorderStyle> InStyle;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Border" },
|
|
{ "ModuleRelativePath", "Public/CommonBorder.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetStyle constinit property declarations ******************************
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_InStyle;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetStyle constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetStyle Property Definitions *****************************************
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UFunction_UCommonBorder_SetStyle_Statics::NewProp_InStyle = { "InStyle", nullptr, (EPropertyFlags)0x0014000000000080, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonBorder_eventSetStyle_Parms, InStyle), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UCommonBorderStyle_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonBorder_SetStyle_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonBorder_SetStyle_Statics::NewProp_InStyle,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonBorder_SetStyle_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetStyle Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonBorder_SetStyle_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonBorder, nullptr, "SetStyle", Z_Construct_UFunction_UCommonBorder_SetStyle_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonBorder_SetStyle_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonBorder_SetStyle_Statics::CommonBorder_eventSetStyle_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonBorder_SetStyle_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonBorder_SetStyle_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonBorder_SetStyle_Statics::CommonBorder_eventSetStyle_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonBorder_SetStyle()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonBorder_SetStyle_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonBorder::execSetStyle)
|
|
{
|
|
P_GET_OBJECT(UClass,Z_Param_InStyle);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetStyle(Z_Param_InStyle);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonBorder Function SetStyle ********************************************
|
|
|
|
// ********** Begin Class UCommonBorder ************************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UCommonBorder;
|
|
UClass* UCommonBorder::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UCommonBorder;
|
|
if (!Z_Registration_Info_UClass_UCommonBorder.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("CommonBorder"),
|
|
Z_Registration_Info_UClass_UCommonBorder.InnerSingleton,
|
|
StaticRegisterNativesUCommonBorder,
|
|
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_UCommonBorder.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UCommonBorder_NoRegister()
|
|
{
|
|
return UCommonBorder::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UCommonBorder_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Category", "Common UI" },
|
|
{ "ClassGroupNames", "UI" },
|
|
{ "Comment", "/**\n * Uses the border style template defined in CommonUI project settings by default\n */" },
|
|
{ "DisplayName", "Common Border" },
|
|
{ "IncludePath", "CommonBorder.h" },
|
|
{ "ModuleRelativePath", "Public/CommonBorder.h" },
|
|
{ "ToolTip", "Uses the border style template defined in CommonUI project settings by default" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Style_MetaData[] = {
|
|
{ "Category", "Common Border" },
|
|
{ "Comment", "/** References the border style to use */" },
|
|
{ "ExposeOnSpawn", "TRUE" },
|
|
{ "ModuleRelativePath", "Public/CommonBorder.h" },
|
|
{ "ToolTip", "References the border style to use" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bReducePaddingBySafezone_MetaData[] = {
|
|
{ "Category", "Common Border" },
|
|
{ "Comment", "/** Turning this on will cause the safe zone size to be removed from this borders content padding down to the minimum specified */" },
|
|
{ "ModuleRelativePath", "Public/CommonBorder.h" },
|
|
{ "ToolTip", "Turning this on will cause the safe zone size to be removed from this borders content padding down to the minimum specified" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MinimumPadding_MetaData[] = {
|
|
{ "Category", "Common Border" },
|
|
{ "Comment", "/** The minimum padding we will reduce to when the safezone grows */" },
|
|
{ "EditCondition", "bReducePaddingBySafezone" },
|
|
{ "ModuleRelativePath", "Public/CommonBorder.h" },
|
|
{ "ToolTip", "The minimum padding we will reduce to when the safezone grows" },
|
|
};
|
|
#if WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bStyleNoLongerNeedsConversion_MetaData[] = {
|
|
{ "Comment", "/** Used to track widgets that were created before changing the default style pointer to null */" },
|
|
{ "ModuleRelativePath", "Public/CommonBorder.h" },
|
|
{ "ToolTip", "Used to track widgets that were created before changing the default style pointer to null" },
|
|
};
|
|
#endif // WITH_EDITORONLY_DATA
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UCommonBorder constinit property declarations ****************************
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_Style;
|
|
static void NewProp_bReducePaddingBySafezone_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bReducePaddingBySafezone;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_MinimumPadding;
|
|
#if WITH_EDITORONLY_DATA
|
|
static void NewProp_bStyleNoLongerNeedsConversion_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bStyleNoLongerNeedsConversion;
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UCommonBorder constinit property declarations ******************************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("SetStyle"), .Pointer = &UCommonBorder::execSetStyle },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UCommonBorder_SetStyle, "SetStyle" }, // 305449570
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UCommonBorder>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UCommonBorder_Statics
|
|
|
|
// ********** Begin Class UCommonBorder Property Definitions ***************************************
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_UCommonBorder_Statics::NewProp_Style = { "Style", nullptr, (EPropertyFlags)0x0015000000000015, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonBorder, Style), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UCommonBorderStyle_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Style_MetaData), NewProp_Style_MetaData) };
|
|
void Z_Construct_UClass_UCommonBorder_Statics::NewProp_bReducePaddingBySafezone_SetBit(void* Obj)
|
|
{
|
|
((UCommonBorder*)Obj)->bReducePaddingBySafezone = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCommonBorder_Statics::NewProp_bReducePaddingBySafezone = { "bReducePaddingBySafezone", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCommonBorder), &Z_Construct_UClass_UCommonBorder_Statics::NewProp_bReducePaddingBySafezone_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bReducePaddingBySafezone_MetaData), NewProp_bReducePaddingBySafezone_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UCommonBorder_Statics::NewProp_MinimumPadding = { "MinimumPadding", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonBorder, MinimumPadding), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MinimumPadding_MetaData), NewProp_MinimumPadding_MetaData) }; // 4099648758
|
|
#if WITH_EDITORONLY_DATA
|
|
void Z_Construct_UClass_UCommonBorder_Statics::NewProp_bStyleNoLongerNeedsConversion_SetBit(void* Obj)
|
|
{
|
|
((UCommonBorder*)Obj)->bStyleNoLongerNeedsConversion = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCommonBorder_Statics::NewProp_bStyleNoLongerNeedsConversion = { "bStyleNoLongerNeedsConversion", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCommonBorder), &Z_Construct_UClass_UCommonBorder_Statics::NewProp_bStyleNoLongerNeedsConversion_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bStyleNoLongerNeedsConversion_MetaData), NewProp_bStyleNoLongerNeedsConversion_MetaData) };
|
|
#endif // WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCommonBorder_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonBorder_Statics::NewProp_Style,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonBorder_Statics::NewProp_bReducePaddingBySafezone,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonBorder_Statics::NewProp_MinimumPadding,
|
|
#if WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonBorder_Statics::NewProp_bStyleNoLongerNeedsConversion,
|
|
#endif // WITH_EDITORONLY_DATA
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonBorder_Statics::PropPointers) < 2048);
|
|
// ********** End Class UCommonBorder Property Definitions *****************************************
|
|
UObject* (*const Z_Construct_UClass_UCommonBorder_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UBorder,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_CommonUI,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonBorder_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonBorder_Statics::ClassParams = {
|
|
&UCommonBorder::StaticClass,
|
|
"CommonUI",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UCommonBorder_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UCommonBorder_Statics::PropPointers),
|
|
0,
|
|
0x00A800A2u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonBorder_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonBorder_Statics::Class_MetaDataParams)
|
|
};
|
|
void UCommonBorder::StaticRegisterNativesUCommonBorder()
|
|
{
|
|
UClass* Class = UCommonBorder::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UCommonBorder_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UCommonBorder()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UCommonBorder.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonBorder.OuterSingleton, Z_Construct_UClass_UCommonBorder_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UCommonBorder.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonBorder);
|
|
UCommonBorder::~UCommonBorder() {}
|
|
// ********** End Class UCommonBorder **************************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonBorder_h__Script_CommonUI_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UCommonBorderStyle, UCommonBorderStyle::StaticClass, TEXT("UCommonBorderStyle"), &Z_Registration_Info_UClass_UCommonBorderStyle, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonBorderStyle), 2427400879U) },
|
|
{ Z_Construct_UClass_UCommonBorder, UCommonBorder::StaticClass, TEXT("UCommonBorder"), &Z_Registration_Info_UClass_UCommonBorder, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonBorder), 1029733341U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonBorder_h__Script_CommonUI_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonBorder_h__Script_CommonUI_1400186543{
|
|
TEXT("/Script/CommonUI"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonBorder_h__Script_CommonUI_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonBorder_h__Script_CommonUI_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|