Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/UMG/UHT/SafeZoneSlot.gen.cpp

230 lines
13 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 "Components/SafeZoneSlot.h"
#include "Layout/Margin.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeSafeZoneSlot() {}
// ********** Begin Cross Module References ********************************************************
SLATECORE_API UEnum* Z_Construct_UEnum_SlateCore_EHorizontalAlignment();
SLATECORE_API UEnum* Z_Construct_UEnum_SlateCore_EVerticalAlignment();
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FMargin();
UMG_API UClass* Z_Construct_UClass_UPanelSlot();
UMG_API UClass* Z_Construct_UClass_USafeZoneSlot();
UMG_API UClass* Z_Construct_UClass_USafeZoneSlot_NoRegister();
UPackage* Z_Construct_UPackage__Script_UMG();
// ********** End Cross Module References **********************************************************
// ********** Begin Class USafeZoneSlot ************************************************************
void USafeZoneSlot::GetbIsTitleSafe_WrapperImpl(const void* Object, void* OutValue)
{
const USafeZoneSlot* Obj = (const USafeZoneSlot*)Object;
bool& Result = *(bool*)OutValue;
Result = (bool)Obj->IsTitleSafe();
}
void USafeZoneSlot::SetbIsTitleSafe_WrapperImpl(void* Object, const void* InValue)
{
USafeZoneSlot* Obj = (USafeZoneSlot*)Object;
bool& Value = *(bool*)InValue;
Obj->SetIsTitleSafe(Value);
}
void USafeZoneSlot::GetSafeAreaScale_WrapperImpl(const void* Object, void* OutValue)
{
const USafeZoneSlot* Obj = (const USafeZoneSlot*)Object;
FMargin& Result = *(FMargin*)OutValue;
Result = (FMargin)Obj->GetSafeAreaScale();
}
void USafeZoneSlot::SetSafeAreaScale_WrapperImpl(void* Object, const void* InValue)
{
USafeZoneSlot* Obj = (USafeZoneSlot*)Object;
FMargin& Value = *(FMargin*)InValue;
Obj->SetSafeAreaScale(Value);
}
void USafeZoneSlot::GetHAlign_WrapperImpl(const void* Object, void* OutValue)
{
const USafeZoneSlot* Obj = (const USafeZoneSlot*)Object;
uint8& Result = *(uint8*)OutValue;
Result = (uint8)Obj->GetHorizontalAlignment();
}
void USafeZoneSlot::SetHAlign_WrapperImpl(void* Object, const void* InValue)
{
USafeZoneSlot* Obj = (USafeZoneSlot*)Object;
EHorizontalAlignment Value = (EHorizontalAlignment)*(uint8*)InValue;
Obj->SetHorizontalAlignment(Value);
}
void USafeZoneSlot::GetVAlign_WrapperImpl(const void* Object, void* OutValue)
{
const USafeZoneSlot* Obj = (const USafeZoneSlot*)Object;
uint8& Result = *(uint8*)OutValue;
Result = (uint8)Obj->GetVerticalAlignment();
}
void USafeZoneSlot::SetVAlign_WrapperImpl(void* Object, const void* InValue)
{
USafeZoneSlot* Obj = (USafeZoneSlot*)Object;
EVerticalAlignment Value = (EVerticalAlignment)*(uint8*)InValue;
Obj->SetVerticalAlignment(Value);
}
void USafeZoneSlot::GetPadding_WrapperImpl(const void* Object, void* OutValue)
{
const USafeZoneSlot* Obj = (const USafeZoneSlot*)Object;
FMargin& Result = *(FMargin*)OutValue;
Result = (FMargin)Obj->GetPadding();
}
void USafeZoneSlot::SetPadding_WrapperImpl(void* Object, const void* InValue)
{
USafeZoneSlot* Obj = (USafeZoneSlot*)Object;
FMargin& Value = *(FMargin*)InValue;
Obj->SetPadding(Value);
}
FClassRegistrationInfo Z_Registration_Info_UClass_USafeZoneSlot;
UClass* USafeZoneSlot::GetPrivateStaticClass()
{
using TClass = USafeZoneSlot;
if (!Z_Registration_Info_UClass_USafeZoneSlot.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("SafeZoneSlot"),
Z_Registration_Info_UClass_USafeZoneSlot.InnerSingleton,
StaticRegisterNativesUSafeZoneSlot,
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_USafeZoneSlot.InnerSingleton;
}
UClass* Z_Construct_UClass_USafeZoneSlot_NoRegister()
{
return USafeZoneSlot::GetPrivateStaticClass();
}
struct Z_Construct_UClass_USafeZoneSlot_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "Components/SafeZoneSlot.h" },
{ "ModuleRelativePath", "Public/Components/SafeZoneSlot.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsTitleSafe_MetaData[] = {
{ "Category", "SafeZone" },
{ "ModuleRelativePath", "Public/Components/SafeZoneSlot.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SafeAreaScale_MetaData[] = {
{ "Category", "SafeZone" },
{ "ModuleRelativePath", "Public/Components/SafeZoneSlot.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HAlign_MetaData[] = {
{ "Category", "SafeZone" },
{ "ModuleRelativePath", "Public/Components/SafeZoneSlot.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VAlign_MetaData[] = {
{ "Category", "SafeZone" },
{ "ModuleRelativePath", "Public/Components/SafeZoneSlot.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Padding_MetaData[] = {
{ "Category", "SafeZone" },
{ "ModuleRelativePath", "Public/Components/SafeZoneSlot.h" },
};
#endif // WITH_METADATA
// ********** Begin Class USafeZoneSlot constinit property declarations ****************************
static void NewProp_bIsTitleSafe_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsTitleSafe;
static const UECodeGen_Private::FStructPropertyParams NewProp_SafeAreaScale;
static const UECodeGen_Private::FBytePropertyParams NewProp_HAlign;
static const UECodeGen_Private::FBytePropertyParams NewProp_VAlign;
static const UECodeGen_Private::FStructPropertyParams NewProp_Padding;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class USafeZoneSlot constinit property declarations ******************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<USafeZoneSlot>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_USafeZoneSlot_Statics
// ********** Begin Class USafeZoneSlot Property Definitions ***************************************
void Z_Construct_UClass_USafeZoneSlot_Statics::NewProp_bIsTitleSafe_SetBit(void* Obj)
{
((USafeZoneSlot*)Obj)->bIsTitleSafe = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_USafeZoneSlot_Statics::NewProp_bIsTitleSafe = { "bIsTitleSafe", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, &USafeZoneSlot::SetbIsTitleSafe_WrapperImpl, &USafeZoneSlot::GetbIsTitleSafe_WrapperImpl, 1, sizeof(bool), sizeof(USafeZoneSlot), &Z_Construct_UClass_USafeZoneSlot_Statics::NewProp_bIsTitleSafe_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsTitleSafe_MetaData), NewProp_bIsTitleSafe_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_USafeZoneSlot_Statics::NewProp_SafeAreaScale = { "SafeAreaScale", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, &USafeZoneSlot::SetSafeAreaScale_WrapperImpl, &USafeZoneSlot::GetSafeAreaScale_WrapperImpl, 1, STRUCT_OFFSET(USafeZoneSlot, SafeAreaScale), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SafeAreaScale_MetaData), NewProp_SafeAreaScale_MetaData) }; // 4099648758
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_USafeZoneSlot_Statics::NewProp_HAlign = { "HAlign", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, &USafeZoneSlot::SetHAlign_WrapperImpl, &USafeZoneSlot::GetHAlign_WrapperImpl, 1, STRUCT_OFFSET(USafeZoneSlot, HAlign), Z_Construct_UEnum_SlateCore_EHorizontalAlignment, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HAlign_MetaData), NewProp_HAlign_MetaData) }; // 990570535
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_USafeZoneSlot_Statics::NewProp_VAlign = { "VAlign", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, &USafeZoneSlot::SetVAlign_WrapperImpl, &USafeZoneSlot::GetVAlign_WrapperImpl, 1, STRUCT_OFFSET(USafeZoneSlot, VAlign), Z_Construct_UEnum_SlateCore_EVerticalAlignment, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VAlign_MetaData), NewProp_VAlign_MetaData) }; // 2496106429
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_USafeZoneSlot_Statics::NewProp_Padding = { "Padding", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, &USafeZoneSlot::SetPadding_WrapperImpl, &USafeZoneSlot::GetPadding_WrapperImpl, 1, STRUCT_OFFSET(USafeZoneSlot, Padding), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Padding_MetaData), NewProp_Padding_MetaData) }; // 4099648758
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_USafeZoneSlot_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USafeZoneSlot_Statics::NewProp_bIsTitleSafe,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USafeZoneSlot_Statics::NewProp_SafeAreaScale,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USafeZoneSlot_Statics::NewProp_HAlign,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USafeZoneSlot_Statics::NewProp_VAlign,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_USafeZoneSlot_Statics::NewProp_Padding,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USafeZoneSlot_Statics::PropPointers) < 2048);
// ********** End Class USafeZoneSlot Property Definitions *****************************************
UObject* (*const Z_Construct_UClass_USafeZoneSlot_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UPanelSlot,
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_USafeZoneSlot_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_USafeZoneSlot_Statics::ClassParams = {
&USafeZoneSlot::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_USafeZoneSlot_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_USafeZoneSlot_Statics::PropPointers),
0,
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_USafeZoneSlot_Statics::Class_MetaDataParams), Z_Construct_UClass_USafeZoneSlot_Statics::Class_MetaDataParams)
};
void USafeZoneSlot::StaticRegisterNativesUSafeZoneSlot()
{
}
UClass* Z_Construct_UClass_USafeZoneSlot()
{
if (!Z_Registration_Info_UClass_USafeZoneSlot.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_USafeZoneSlot.OuterSingleton, Z_Construct_UClass_USafeZoneSlot_Statics::ClassParams);
}
return Z_Registration_Info_UClass_USafeZoneSlot.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, USafeZoneSlot);
USafeZoneSlot::~USafeZoneSlot() {}
// ********** End Class USafeZoneSlot **************************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_SafeZoneSlot_h__Script_UMG_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_USafeZoneSlot, USafeZoneSlot::StaticClass, TEXT("USafeZoneSlot"), &Z_Registration_Info_UClass_USafeZoneSlot, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(USafeZoneSlot), 2196530743U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_SafeZoneSlot_h__Script_UMG_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_SafeZoneSlot_h__Script_UMG_320030959{
TEXT("/Script/UMG"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_SafeZoneSlot_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_SafeZoneSlot_h__Script_UMG_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS