Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/Slate/UHT/Anchors.gen.cpp

115 lines
7.1 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "Widgets/Layout/Anchors.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeAnchors() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D();
SLATE_API UScriptStruct* Z_Construct_UScriptStruct_FAnchors();
UPackage* Z_Construct_UPackage__Script_Slate();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FAnchors **********************************************************
struct Z_Construct_UScriptStruct_FAnchors_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FAnchors); }
static inline consteval int16 GetStructAlignment() { return alignof(FAnchors); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * Describes how a widget is anchored.\n */" },
{ "ModuleRelativePath", "Public/Widgets/Layout/Anchors.h" },
{ "ToolTip", "Describes how a widget is anchored." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Minimum_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Holds the minimum anchors, left + top. */" },
{ "ModuleRelativePath", "Public/Widgets/Layout/Anchors.h" },
{ "ToolTip", "Holds the minimum anchors, left + top." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Maximum_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Holds the maximum anchors, right + bottom. */" },
{ "ModuleRelativePath", "Public/Widgets/Layout/Anchors.h" },
{ "ToolTip", "Holds the maximum anchors, right + bottom." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FAnchors constinit property declarations **************************
static const UECodeGen_Private::FStructPropertyParams NewProp_Minimum;
static const UECodeGen_Private::FStructPropertyParams NewProp_Maximum;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FAnchors constinit property declarations ****************************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FAnchors>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FAnchors_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FAnchors;
class UScriptStruct* FAnchors::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FAnchors.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FAnchors.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FAnchors, (UObject*)Z_Construct_UPackage__Script_Slate(), TEXT("Anchors"));
}
return Z_Registration_Info_UScriptStruct_FAnchors.OuterSingleton;
}
// ********** Begin ScriptStruct FAnchors Property Definitions *************************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FAnchors_Statics::NewProp_Minimum = { "Minimum", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnchors, Minimum), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Minimum_MetaData), NewProp_Minimum_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FAnchors_Statics::NewProp_Maximum = { "Maximum", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FAnchors, Maximum), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Maximum_MetaData), NewProp_Maximum_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FAnchors_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnchors_Statics::NewProp_Minimum,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FAnchors_Statics::NewProp_Maximum,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnchors_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FAnchors Property Definitions ***************************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FAnchors_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_Slate,
nullptr,
&NewStructOps,
"Anchors",
Z_Construct_UScriptStruct_FAnchors_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnchors_Statics::PropPointers),
sizeof(FAnchors),
alignof(FAnchors),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FAnchors_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FAnchors_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FAnchors()
{
if (!Z_Registration_Info_UScriptStruct_FAnchors.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FAnchors.InnerSingleton, Z_Construct_UScriptStruct_FAnchors_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FAnchors.InnerSingleton);
}
// ********** End ScriptStruct FAnchors ************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Slate_Public_Widgets_Layout_Anchors_h__Script_Slate_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FAnchors::StaticStruct, Z_Construct_UScriptStruct_FAnchors_Statics::NewStructOps, TEXT("Anchors"),&Z_Registration_Info_UScriptStruct_FAnchors, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FAnchors), 3233200920U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Slate_Public_Widgets_Layout_Anchors_h__Script_Slate_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Slate_Public_Widgets_Layout_Anchors_h__Script_Slate_2418728445{
TEXT("/Script/Slate"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Slate_Public_Widgets_Layout_Anchors_h__Script_Slate_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Slate_Public_Widgets_Layout_Anchors_h__Script_Slate_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS