Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/CommonUI/UHT/CommonVisualAttachment.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

153 lines
8.7 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 "CommonVisualAttachment.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeCommonVisualAttachment() {}
// ********** Begin Cross Module References ********************************************************
COMMONUI_API UClass* Z_Construct_UClass_UCommonVisualAttachment();
COMMONUI_API UClass* Z_Construct_UClass_UCommonVisualAttachment_NoRegister();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D();
UMG_API UClass* Z_Construct_UClass_USizeBox();
UPackage* Z_Construct_UPackage__Script_CommonUI();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UCommonVisualAttachment **************************************************
void UCommonVisualAttachment::GetContentAnchor_WrapperImpl(const void* Object, void* OutValue)
{
const UCommonVisualAttachment* Obj = (const UCommonVisualAttachment*)Object;
FVector2D& Result = *(FVector2D*)OutValue;
Result = (FVector2D)Obj->GetContentAnchor();
}
void UCommonVisualAttachment::SetContentAnchor_WrapperImpl(void* Object, const void* InValue)
{
UCommonVisualAttachment* Obj = (UCommonVisualAttachment*)Object;
FVector2D& Value = *(FVector2D*)InValue;
Obj->SetContentAnchor(Value);
}
FClassRegistrationInfo Z_Registration_Info_UClass_UCommonVisualAttachment;
UClass* UCommonVisualAttachment::GetPrivateStaticClass()
{
using TClass = UCommonVisualAttachment;
if (!Z_Registration_Info_UClass_UCommonVisualAttachment.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("CommonVisualAttachment"),
Z_Registration_Info_UClass_UCommonVisualAttachment.InnerSingleton,
StaticRegisterNativesUCommonVisualAttachment,
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_UCommonVisualAttachment.InnerSingleton;
}
UClass* Z_Construct_UClass_UCommonVisualAttachment_NoRegister()
{
return UCommonVisualAttachment::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UCommonVisualAttachment_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Category", "Common UI" },
{ "ClassGroupNames", "UI" },
{ "Comment", "/**\n * Adds a widget as a zero-size attachment to another. Think icons to the left of labels, without changing the computed size of the label.\n */" },
{ "IncludePath", "CommonVisualAttachment.h" },
{ "ModuleRelativePath", "Public/CommonVisualAttachment.h" },
{ "ObjectInitializerConstructorDeclared", "" },
{ "ToolTip", "Adds a widget as a zero-size attachment to another. Think icons to the left of labels, without changing the computed size of the label." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ContentAnchor_MetaData[] = {
{ "Category", "Child Layout" },
{ "Comment", "/** Content Anchor Point as a ratio of the content size. Use (1.0, 1.0) to anchor the content on the bottom right, (0.0) to anchor top left, (0.5, 0.5) to anchor centered.*/" },
{ "ModuleRelativePath", "Public/CommonVisualAttachment.h" },
{ "ToolTip", "Content Anchor Point as a ratio of the content size. Use (1.0, 1.0) to anchor the content on the bottom right, (0.0) to anchor top left, (0.5, 0.5) to anchor centered." },
};
#endif // WITH_METADATA
// ********** Begin Class UCommonVisualAttachment constinit property declarations ******************
static const UECodeGen_Private::FStructPropertyParams NewProp_ContentAnchor;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UCommonVisualAttachment constinit property declarations ********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UCommonVisualAttachment>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UCommonVisualAttachment_Statics
// ********** Begin Class UCommonVisualAttachment Property Definitions *****************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UCommonVisualAttachment_Statics::NewProp_ContentAnchor = { "ContentAnchor", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, &UCommonVisualAttachment::SetContentAnchor_WrapperImpl, &UCommonVisualAttachment::GetContentAnchor_WrapperImpl, 1, STRUCT_OFFSET(UCommonVisualAttachment, ContentAnchor), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ContentAnchor_MetaData), NewProp_ContentAnchor_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCommonVisualAttachment_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonVisualAttachment_Statics::NewProp_ContentAnchor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonVisualAttachment_Statics::PropPointers) < 2048);
// ********** End Class UCommonVisualAttachment Property Definitions *******************************
UObject* (*const Z_Construct_UClass_UCommonVisualAttachment_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_USizeBox,
(UObject* (*)())Z_Construct_UPackage__Script_CommonUI,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonVisualAttachment_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonVisualAttachment_Statics::ClassParams = {
&UCommonVisualAttachment::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UCommonVisualAttachment_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UCommonVisualAttachment_Statics::PropPointers),
0,
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonVisualAttachment_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonVisualAttachment_Statics::Class_MetaDataParams)
};
void UCommonVisualAttachment::StaticRegisterNativesUCommonVisualAttachment()
{
}
UClass* Z_Construct_UClass_UCommonVisualAttachment()
{
if (!Z_Registration_Info_UClass_UCommonVisualAttachment.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonVisualAttachment.OuterSingleton, Z_Construct_UClass_UCommonVisualAttachment_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UCommonVisualAttachment.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonVisualAttachment);
UCommonVisualAttachment::~UCommonVisualAttachment() {}
// ********** End Class UCommonVisualAttachment ****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonVisualAttachment_h__Script_CommonUI_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UCommonVisualAttachment, UCommonVisualAttachment::StaticClass, TEXT("UCommonVisualAttachment"), &Z_Registration_Info_UClass_UCommonVisualAttachment, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonVisualAttachment), 3877780146U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonVisualAttachment_h__Script_CommonUI_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonVisualAttachment_h__Script_CommonUI_3271705705{
TEXT("/Script/CommonUI"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonVisualAttachment_h__Script_CommonUI_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonVisualAttachment_h__Script_CommonUI_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS