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

519 lines
35 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 "CommonLazyWidget.h"
#include "Styling/SlateBrush.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeCommonLazyWidget() {}
// ********** Begin Cross Module References ********************************************************
COMMONUI_API UClass* Z_Construct_UClass_UCommonLazyWidget();
COMMONUI_API UClass* Z_Construct_UClass_UCommonLazyWidget_NoRegister();
COMMONUI_API UFunction* Z_Construct_UDelegateFunction_CommonUI_OnLoadGuardStateChangedDynamic__DelegateSignature();
COMMONUI_API UFunction* Z_Construct_UDelegateFunction_UCommonLazyWidget_OnWidgetCreated__DelegateSignature();
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FSlateBrush();
UMG_API UClass* Z_Construct_UClass_UUserWidget_NoRegister();
UMG_API UClass* Z_Construct_UClass_UWidget();
UPackage* Z_Construct_UPackage__Script_CommonUI();
// ********** End Cross Module References **********************************************************
// ********** Begin Delegate FOnWidgetCreated ******************************************************
struct Z_Construct_UDelegateFunction_UCommonLazyWidget_OnWidgetCreated__DelegateSignature_Statics
{
struct CommonLazyWidget_eventOnWidgetCreated_Parms
{
UUserWidget* Widget;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/CommonLazyWidget.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Widget_MetaData[] = {
{ "EditInline", "true" },
};
#endif // WITH_METADATA
// ********** Begin Delegate FOnWidgetCreated constinit property declarations **********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_Widget;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Delegate FOnWidgetCreated constinit property declarations ************************
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
};
// ********** Begin Delegate FOnWidgetCreated Property Definitions *********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UDelegateFunction_UCommonLazyWidget_OnWidgetCreated__DelegateSignature_Statics::NewProp_Widget = { "Widget", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonLazyWidget_eventOnWidgetCreated_Parms, Widget), Z_Construct_UClass_UUserWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Widget_MetaData), NewProp_Widget_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_UCommonLazyWidget_OnWidgetCreated__DelegateSignature_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_UCommonLazyWidget_OnWidgetCreated__DelegateSignature_Statics::NewProp_Widget,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_UCommonLazyWidget_OnWidgetCreated__DelegateSignature_Statics::PropPointers) < 2048);
// ********** End Delegate FOnWidgetCreated Property Definitions ***********************************
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_UCommonLazyWidget_OnWidgetCreated__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonLazyWidget, nullptr, "OnWidgetCreated__DelegateSignature", Z_Construct_UDelegateFunction_UCommonLazyWidget_OnWidgetCreated__DelegateSignature_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_UCommonLazyWidget_OnWidgetCreated__DelegateSignature_Statics::PropPointers),
sizeof(Z_Construct_UDelegateFunction_UCommonLazyWidget_OnWidgetCreated__DelegateSignature_Statics::CommonLazyWidget_eventOnWidgetCreated_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00120000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_UCommonLazyWidget_OnWidgetCreated__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_UCommonLazyWidget_OnWidgetCreated__DelegateSignature_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UDelegateFunction_UCommonLazyWidget_OnWidgetCreated__DelegateSignature_Statics::CommonLazyWidget_eventOnWidgetCreated_Parms) < MAX_uint16);
UFunction* Z_Construct_UDelegateFunction_UCommonLazyWidget_OnWidgetCreated__DelegateSignature()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_UCommonLazyWidget_OnWidgetCreated__DelegateSignature_Statics::FuncParams);
}
return ReturnFunction;
}
void UCommonLazyWidget::FOnWidgetCreated_DelegateWrapper(const FScriptDelegate& OnWidgetCreated, UUserWidget* Widget)
{
struct CommonLazyWidget_eventOnWidgetCreated_Parms
{
UUserWidget* Widget;
};
CommonLazyWidget_eventOnWidgetCreated_Parms Parms;
Parms.Widget=Widget;
OnWidgetCreated.ProcessDelegate<UObject>(&Parms);
}
// ********** End Delegate FOnWidgetCreated ********************************************************
// ********** Begin Class UCommonLazyWidget Function GetContent ************************************
struct Z_Construct_UFunction_UCommonLazyWidget_GetContent_Statics
{
struct CommonLazyWidget_eventGetContent_Parms
{
UUserWidget* ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "LazyContent" },
{ "Comment", "/** Gets the attached Content which was instanced from an async loaded TSoftClassPtr. */" },
{ "ModuleRelativePath", "Public/CommonLazyWidget.h" },
{ "ToolTip", "Gets the attached Content which was instanced from an async loaded TSoftClassPtr." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
{ "EditInline", "true" },
};
#endif // WITH_METADATA
// ********** Begin Function GetContent constinit property declarations ****************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetContent constinit property declarations ******************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetContent Property Definitions ***************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UCommonLazyWidget_GetContent_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080588, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonLazyWidget_eventGetContent_Parms, ReturnValue), Z_Construct_UClass_UUserWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonLazyWidget_GetContent_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonLazyWidget_GetContent_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyWidget_GetContent_Statics::PropPointers) < 2048);
// ********** End Function GetContent Property Definitions *****************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonLazyWidget_GetContent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonLazyWidget, nullptr, "GetContent", Z_Construct_UFunction_UCommonLazyWidget_GetContent_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyWidget_GetContent_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCommonLazyWidget_GetContent_Statics::CommonLazyWidget_eventGetContent_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyWidget_GetContent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonLazyWidget_GetContent_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCommonLazyWidget_GetContent_Statics::CommonLazyWidget_eventGetContent_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCommonLazyWidget_GetContent()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonLazyWidget_GetContent_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonLazyWidget::execGetContent)
{
P_FINISH;
P_NATIVE_BEGIN;
*(UUserWidget**)Z_Param__Result=P_THIS->GetContent();
P_NATIVE_END;
}
// ********** End Class UCommonLazyWidget Function GetContent **************************************
// ********** Begin Class UCommonLazyWidget Function IsLoading *************************************
struct Z_Construct_UFunction_UCommonLazyWidget_IsLoading_Statics
{
struct CommonLazyWidget_eventIsLoading_Parms
{
bool ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "LazyContent" },
{ "ModuleRelativePath", "Public/CommonLazyWidget.h" },
};
#endif // WITH_METADATA
// ********** Begin Function IsLoading 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 IsLoading constinit property declarations *******************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function IsLoading Property Definitions ****************************************
void Z_Construct_UFunction_UCommonLazyWidget_IsLoading_Statics::NewProp_ReturnValue_SetBit(void* Obj)
{
((CommonLazyWidget_eventIsLoading_Parms*)Obj)->ReturnValue = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonLazyWidget_IsLoading_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(CommonLazyWidget_eventIsLoading_Parms), &Z_Construct_UFunction_UCommonLazyWidget_IsLoading_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonLazyWidget_IsLoading_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonLazyWidget_IsLoading_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyWidget_IsLoading_Statics::PropPointers) < 2048);
// ********** End Function IsLoading Property Definitions ******************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonLazyWidget_IsLoading_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonLazyWidget, nullptr, "IsLoading", Z_Construct_UFunction_UCommonLazyWidget_IsLoading_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyWidget_IsLoading_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCommonLazyWidget_IsLoading_Statics::CommonLazyWidget_eventIsLoading_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyWidget_IsLoading_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonLazyWidget_IsLoading_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCommonLazyWidget_IsLoading_Statics::CommonLazyWidget_eventIsLoading_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCommonLazyWidget_IsLoading()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonLazyWidget_IsLoading_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonLazyWidget::execIsLoading)
{
P_FINISH;
P_NATIVE_BEGIN;
*(bool*)Z_Param__Result=P_THIS->IsLoading();
P_NATIVE_END;
}
// ********** End Class UCommonLazyWidget Function IsLoading ***************************************
// ********** Begin Class UCommonLazyWidget Function LoadLazyContent *******************************
struct Z_Construct_UFunction_UCommonLazyWidget_LoadLazyContent_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "LazyContent" },
{ "Comment", "/** Loads and creates an instance of the WidgetClass property. */" },
{ "ModuleRelativePath", "Public/CommonLazyWidget.h" },
{ "ToolTip", "Loads and creates an instance of the WidgetClass property." },
};
#endif // WITH_METADATA
// ********** Begin Function LoadLazyContent constinit property declarations ***********************
// ********** End Function LoadLazyContent constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonLazyWidget_LoadLazyContent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonLazyWidget, nullptr, "LoadLazyContent", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyWidget_LoadLazyContent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonLazyWidget_LoadLazyContent_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_UCommonLazyWidget_LoadLazyContent()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonLazyWidget_LoadLazyContent_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonLazyWidget::execLoadLazyContent)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->LoadLazyContent();
P_NATIVE_END;
}
// ********** End Class UCommonLazyWidget Function LoadLazyContent *********************************
// ********** Begin Class UCommonLazyWidget Function SetLazyContent ********************************
struct Z_Construct_UFunction_UCommonLazyWidget_SetLazyContent_Statics
{
struct CommonLazyWidget_eventSetLazyContent_Parms
{
TSoftClassPtr<UUserWidget> SoftWidget;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "LazyContent" },
{ "Comment", "/** Loads and creates an instance of SoftWidget. */" },
{ "ModuleRelativePath", "Public/CommonLazyWidget.h" },
{ "ToolTip", "Loads and creates an instance of SoftWidget." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SoftWidget_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetLazyContent constinit property declarations ************************
static const UECodeGen_Private::FSoftClassPropertyParams NewProp_SoftWidget;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetLazyContent constinit property declarations **************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetLazyContent Property Definitions ***********************************
const UECodeGen_Private::FSoftClassPropertyParams Z_Construct_UFunction_UCommonLazyWidget_SetLazyContent_Statics::NewProp_SoftWidget = { "SoftWidget", nullptr, (EPropertyFlags)0x0014000000000082, UECodeGen_Private::EPropertyGenFlags::SoftClass, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonLazyWidget_eventSetLazyContent_Parms, SoftWidget), Z_Construct_UClass_UUserWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SoftWidget_MetaData), NewProp_SoftWidget_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonLazyWidget_SetLazyContent_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonLazyWidget_SetLazyContent_Statics::NewProp_SoftWidget,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyWidget_SetLazyContent_Statics::PropPointers) < 2048);
// ********** End Function SetLazyContent Property Definitions *************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonLazyWidget_SetLazyContent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonLazyWidget, nullptr, "SetLazyContent", Z_Construct_UFunction_UCommonLazyWidget_SetLazyContent_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyWidget_SetLazyContent_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCommonLazyWidget_SetLazyContent_Statics::CommonLazyWidget_eventSetLazyContent_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyWidget_SetLazyContent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonLazyWidget_SetLazyContent_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCommonLazyWidget_SetLazyContent_Statics::CommonLazyWidget_eventSetLazyContent_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCommonLazyWidget_SetLazyContent()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonLazyWidget_SetLazyContent_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonLazyWidget::execSetLazyContent)
{
P_GET_SOFTCLASS(TSoftClassPtr<UUserWidget> ,Z_Param_SoftWidget);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetLazyContent(Z_Param_SoftWidget);
P_NATIVE_END;
}
// ********** End Class UCommonLazyWidget Function SetLazyContent **********************************
// ********** Begin Class UCommonLazyWidget Function SetLazyContentWithCallback ********************
struct Z_Construct_UFunction_UCommonLazyWidget_SetLazyContentWithCallback_Statics
{
struct CommonLazyWidget_eventSetLazyContentWithCallback_Parms
{
TSoftClassPtr<UUserWidget> SoftWidget;
FScriptDelegate OnCreatedCallback;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "LazyContent" },
{ "Comment", "/** Loads and creates an instance of SoftWidget. */" },
{ "ModuleRelativePath", "Public/CommonLazyWidget.h" },
{ "ToolTip", "Loads and creates an instance of SoftWidget." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SoftWidget_MetaData[] = {
{ "NativeConst", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnCreatedCallback_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function SetLazyContentWithCallback constinit property declarations ************
static const UECodeGen_Private::FSoftClassPropertyParams NewProp_SoftWidget;
static const UECodeGen_Private::FDelegatePropertyParams NewProp_OnCreatedCallback;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function SetLazyContentWithCallback constinit property declarations **************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function SetLazyContentWithCallback Property Definitions ***********************
const UECodeGen_Private::FSoftClassPropertyParams Z_Construct_UFunction_UCommonLazyWidget_SetLazyContentWithCallback_Statics::NewProp_SoftWidget = { "SoftWidget", nullptr, (EPropertyFlags)0x0014000000000082, UECodeGen_Private::EPropertyGenFlags::SoftClass, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonLazyWidget_eventSetLazyContentWithCallback_Parms, SoftWidget), Z_Construct_UClass_UUserWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SoftWidget_MetaData), NewProp_SoftWidget_MetaData) };
const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UFunction_UCommonLazyWidget_SetLazyContentWithCallback_Statics::NewProp_OnCreatedCallback = { "OnCreatedCallback", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonLazyWidget_eventSetLazyContentWithCallback_Parms, OnCreatedCallback), Z_Construct_UDelegateFunction_UCommonLazyWidget_OnWidgetCreated__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnCreatedCallback_MetaData), NewProp_OnCreatedCallback_MetaData) }; // 4114601399
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonLazyWidget_SetLazyContentWithCallback_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonLazyWidget_SetLazyContentWithCallback_Statics::NewProp_SoftWidget,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonLazyWidget_SetLazyContentWithCallback_Statics::NewProp_OnCreatedCallback,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyWidget_SetLazyContentWithCallback_Statics::PropPointers) < 2048);
// ********** End Function SetLazyContentWithCallback Property Definitions *************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonLazyWidget_SetLazyContentWithCallback_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonLazyWidget, nullptr, "SetLazyContentWithCallback", Z_Construct_UFunction_UCommonLazyWidget_SetLazyContentWithCallback_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyWidget_SetLazyContentWithCallback_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UCommonLazyWidget_SetLazyContentWithCallback_Statics::CommonLazyWidget_eventSetLazyContentWithCallback_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyWidget_SetLazyContentWithCallback_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonLazyWidget_SetLazyContentWithCallback_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UCommonLazyWidget_SetLazyContentWithCallback_Statics::CommonLazyWidget_eventSetLazyContentWithCallback_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UCommonLazyWidget_SetLazyContentWithCallback()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonLazyWidget_SetLazyContentWithCallback_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UCommonLazyWidget::execSetLazyContentWithCallback)
{
P_GET_SOFTCLASS(TSoftClassPtr<UUserWidget> ,Z_Param_SoftWidget);
P_GET_PROPERTY_REF(FDelegateProperty,Z_Param_Out_OnCreatedCallback);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->SetLazyContentWithCallback(Z_Param_SoftWidget,FOnWidgetCreated(Z_Param_Out_OnCreatedCallback));
P_NATIVE_END;
}
// ********** End Class UCommonLazyWidget Function SetLazyContentWithCallback **********************
// ********** Begin Class UCommonLazyWidget ********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UCommonLazyWidget;
UClass* UCommonLazyWidget::GetPrivateStaticClass()
{
using TClass = UCommonLazyWidget;
if (!Z_Registration_Info_UClass_UCommonLazyWidget.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("CommonLazyWidget"),
Z_Registration_Info_UClass_UCommonLazyWidget.InnerSingleton,
StaticRegisterNativesUCommonLazyWidget,
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_UCommonLazyWidget.InnerSingleton;
}
UClass* Z_Construct_UClass_UCommonLazyWidget_NoRegister()
{
return UCommonLazyWidget::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UCommonLazyWidget_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * A widget that can async load and create an instance of a UserWidget.\n */" },
{ "IncludePath", "CommonLazyWidget.h" },
{ "ModuleRelativePath", "Public/CommonLazyWidget.h" },
{ "ToolTip", "A widget that can async load and create an instance of a UserWidget." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WidgetClass_MetaData[] = {
{ "Category", "LazyWidget" },
{ "ModuleRelativePath", "Public/CommonLazyWidget.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LoadingThrobberBrush_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** The loading throbber brush */" },
{ "ModuleRelativePath", "Public/CommonLazyWidget.h" },
{ "ToolTip", "The loading throbber brush" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LoadingBackgroundBrush_MetaData[] = {
{ "Category", "Appearance" },
{ "ModuleRelativePath", "Public/CommonLazyWidget.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Content_MetaData[] = {
{ "EditInline", "true" },
{ "ModuleRelativePath", "Public/CommonLazyWidget.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BP_OnLoadingStateChanged_MetaData[] = {
{ "Category", "LazyWidget" },
{ "DisplayName", "On Loading State Changed" },
{ "ModuleRelativePath", "Public/CommonLazyWidget.h" },
{ "ScriptName", "OnLoadingStateChanged" },
};
#endif // WITH_METADATA
// ********** Begin Class UCommonLazyWidget constinit property declarations ************************
static const UECodeGen_Private::FSoftClassPropertyParams NewProp_WidgetClass;
static const UECodeGen_Private::FStructPropertyParams NewProp_LoadingThrobberBrush;
static const UECodeGen_Private::FStructPropertyParams NewProp_LoadingBackgroundBrush;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Content;
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_BP_OnLoadingStateChanged;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UCommonLazyWidget constinit property declarations **************************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("GetContent"), .Pointer = &UCommonLazyWidget::execGetContent },
{ .NameUTF8 = UTF8TEXT("IsLoading"), .Pointer = &UCommonLazyWidget::execIsLoading },
{ .NameUTF8 = UTF8TEXT("LoadLazyContent"), .Pointer = &UCommonLazyWidget::execLoadLazyContent },
{ .NameUTF8 = UTF8TEXT("SetLazyContent"), .Pointer = &UCommonLazyWidget::execSetLazyContent },
{ .NameUTF8 = UTF8TEXT("SetLazyContentWithCallback"), .Pointer = &UCommonLazyWidget::execSetLazyContentWithCallback },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UCommonLazyWidget_GetContent, "GetContent" }, // 4105241985
{ &Z_Construct_UFunction_UCommonLazyWidget_IsLoading, "IsLoading" }, // 994502339
{ &Z_Construct_UFunction_UCommonLazyWidget_LoadLazyContent, "LoadLazyContent" }, // 1298518734
{ &Z_Construct_UDelegateFunction_UCommonLazyWidget_OnWidgetCreated__DelegateSignature, "OnWidgetCreated__DelegateSignature" }, // 4114601399
{ &Z_Construct_UFunction_UCommonLazyWidget_SetLazyContent, "SetLazyContent" }, // 3965515458
{ &Z_Construct_UFunction_UCommonLazyWidget_SetLazyContentWithCallback, "SetLazyContentWithCallback" }, // 2856887711
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UCommonLazyWidget>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UCommonLazyWidget_Statics
// ********** Begin Class UCommonLazyWidget Property Definitions ***********************************
const UECodeGen_Private::FSoftClassPropertyParams Z_Construct_UClass_UCommonLazyWidget_Statics::NewProp_WidgetClass = { "WidgetClass", nullptr, (EPropertyFlags)0x0044000000000001, UECodeGen_Private::EPropertyGenFlags::SoftClass, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonLazyWidget, WidgetClass), Z_Construct_UClass_UUserWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WidgetClass_MetaData), NewProp_WidgetClass_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UCommonLazyWidget_Statics::NewProp_LoadingThrobberBrush = { "LoadingThrobberBrush", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonLazyWidget, LoadingThrobberBrush), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LoadingThrobberBrush_MetaData), NewProp_LoadingThrobberBrush_MetaData) }; // 4278521822
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UCommonLazyWidget_Statics::NewProp_LoadingBackgroundBrush = { "LoadingBackgroundBrush", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonLazyWidget, LoadingBackgroundBrush), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LoadingBackgroundBrush_MetaData), NewProp_LoadingBackgroundBrush_MetaData) }; // 4278521822
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UCommonLazyWidget_Statics::NewProp_Content = { "Content", nullptr, (EPropertyFlags)0x0144000000082008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonLazyWidget, Content), Z_Construct_UClass_UUserWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Content_MetaData), NewProp_Content_MetaData) };
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UCommonLazyWidget_Statics::NewProp_BP_OnLoadingStateChanged = { "BP_OnLoadingStateChanged", nullptr, (EPropertyFlags)0x0040000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonLazyWidget, BP_OnLoadingStateChanged), Z_Construct_UDelegateFunction_CommonUI_OnLoadGuardStateChangedDynamic__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BP_OnLoadingStateChanged_MetaData), NewProp_BP_OnLoadingStateChanged_MetaData) }; // 35244954
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCommonLazyWidget_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonLazyWidget_Statics::NewProp_WidgetClass,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonLazyWidget_Statics::NewProp_LoadingThrobberBrush,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonLazyWidget_Statics::NewProp_LoadingBackgroundBrush,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonLazyWidget_Statics::NewProp_Content,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonLazyWidget_Statics::NewProp_BP_OnLoadingStateChanged,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonLazyWidget_Statics::PropPointers) < 2048);
// ********** End Class UCommonLazyWidget Property Definitions *************************************
UObject* (*const Z_Construct_UClass_UCommonLazyWidget_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UWidget,
(UObject* (*)())Z_Construct_UPackage__Script_CommonUI,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonLazyWidget_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonLazyWidget_Statics::ClassParams = {
&UCommonLazyWidget::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UCommonLazyWidget_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UCommonLazyWidget_Statics::PropPointers),
0,
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonLazyWidget_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonLazyWidget_Statics::Class_MetaDataParams)
};
void UCommonLazyWidget::StaticRegisterNativesUCommonLazyWidget()
{
UClass* Class = UCommonLazyWidget::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UCommonLazyWidget_Statics::Funcs));
}
UClass* Z_Construct_UClass_UCommonLazyWidget()
{
if (!Z_Registration_Info_UClass_UCommonLazyWidget.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonLazyWidget.OuterSingleton, Z_Construct_UClass_UCommonLazyWidget_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UCommonLazyWidget.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonLazyWidget);
UCommonLazyWidget::~UCommonLazyWidget() {}
// ********** End Class UCommonLazyWidget **********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonLazyWidget_h__Script_CommonUI_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UCommonLazyWidget, UCommonLazyWidget::StaticClass, TEXT("UCommonLazyWidget"), &Z_Registration_Info_UClass_UCommonLazyWidget, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonLazyWidget), 1056923069U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonLazyWidget_h__Script_CommonUI_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonLazyWidget_h__Script_CommonUI_4052244037{
TEXT("/Script/CommonUI"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonLazyWidget_h__Script_CommonUI_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonLazyWidget_h__Script_CommonUI_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS