506 lines
37 KiB
C++
506 lines
37 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 "CommonLazyImage.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 EmptyLinkFunctionForGeneratedCodeCommonLazyImage() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonLazyImage();
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonLazyImage_NoRegister();
|
|
COMMONUI_API UFunction* Z_Construct_UDelegateFunction_CommonUI_OnLoadGuardStateChangedDynamic__DelegateSignature();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialInterface_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UTexture2D_NoRegister();
|
|
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FSlateBrush();
|
|
UMG_API UClass* Z_Construct_UClass_UImage();
|
|
UPackage* Z_Construct_UPackage__Script_CommonUI();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UCommonLazyImage Function IsLoading **************************************
|
|
struct Z_Construct_UFunction_UCommonLazyImage_IsLoading_Statics
|
|
{
|
|
struct CommonLazyImage_eventIsLoading_Parms
|
|
{
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "LazyImage" },
|
|
{ "ModuleRelativePath", "Public/CommonLazyImage.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_UCommonLazyImage_IsLoading_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((CommonLazyImage_eventIsLoading_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonLazyImage_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(CommonLazyImage_eventIsLoading_Parms), &Z_Construct_UFunction_UCommonLazyImage_IsLoading_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonLazyImage_IsLoading_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonLazyImage_IsLoading_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyImage_IsLoading_Statics::PropPointers) < 2048);
|
|
// ********** End Function IsLoading Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonLazyImage_IsLoading_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonLazyImage, nullptr, "IsLoading", Z_Construct_UFunction_UCommonLazyImage_IsLoading_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyImage_IsLoading_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonLazyImage_IsLoading_Statics::CommonLazyImage_eventIsLoading_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyImage_IsLoading_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonLazyImage_IsLoading_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonLazyImage_IsLoading_Statics::CommonLazyImage_eventIsLoading_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonLazyImage_IsLoading()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonLazyImage_IsLoading_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonLazyImage::execIsLoading)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=P_THIS->IsLoading();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonLazyImage Function IsLoading ****************************************
|
|
|
|
// ********** Begin Class UCommonLazyImage Function SetBrushFromLazyDisplayAsset *******************
|
|
struct Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyDisplayAsset_Statics
|
|
{
|
|
struct CommonLazyImage_eventSetBrushFromLazyDisplayAsset_Parms
|
|
{
|
|
TSoftObjectPtr<UObject> LazyObject;
|
|
bool bMatchTextureSize;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "LazyImage" },
|
|
{ "Comment", "/** Set the brush from a string asset ref only - expects the referenced asset to be a texture or material. */" },
|
|
{ "CPP_Default_bMatchTextureSize", "false" },
|
|
{ "ModuleRelativePath", "Public/CommonLazyImage.h" },
|
|
{ "ToolTip", "Set the brush from a string asset ref only - expects the referenced asset to be a texture or material." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LazyObject_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetBrushFromLazyDisplayAsset constinit property declarations **********
|
|
static const UECodeGen_Private::FSoftObjectPropertyParams NewProp_LazyObject;
|
|
static void NewProp_bMatchTextureSize_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bMatchTextureSize;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetBrushFromLazyDisplayAsset constinit property declarations ************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetBrushFromLazyDisplayAsset Property Definitions *********************
|
|
const UECodeGen_Private::FSoftObjectPropertyParams Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyDisplayAsset_Statics::NewProp_LazyObject = { "LazyObject", nullptr, (EPropertyFlags)0x0014000008000182, UECodeGen_Private::EPropertyGenFlags::SoftObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonLazyImage_eventSetBrushFromLazyDisplayAsset_Parms, LazyObject), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LazyObject_MetaData), NewProp_LazyObject_MetaData) };
|
|
void Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyDisplayAsset_Statics::NewProp_bMatchTextureSize_SetBit(void* Obj)
|
|
{
|
|
((CommonLazyImage_eventSetBrushFromLazyDisplayAsset_Parms*)Obj)->bMatchTextureSize = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyDisplayAsset_Statics::NewProp_bMatchTextureSize = { "bMatchTextureSize", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(CommonLazyImage_eventSetBrushFromLazyDisplayAsset_Parms), &Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyDisplayAsset_Statics::NewProp_bMatchTextureSize_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyDisplayAsset_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyDisplayAsset_Statics::NewProp_LazyObject,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyDisplayAsset_Statics::NewProp_bMatchTextureSize,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyDisplayAsset_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetBrushFromLazyDisplayAsset Property Definitions ***********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyDisplayAsset_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonLazyImage, nullptr, "SetBrushFromLazyDisplayAsset", Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyDisplayAsset_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyDisplayAsset_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyDisplayAsset_Statics::CommonLazyImage_eventSetBrushFromLazyDisplayAsset_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyDisplayAsset_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyDisplayAsset_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyDisplayAsset_Statics::CommonLazyImage_eventSetBrushFromLazyDisplayAsset_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyDisplayAsset()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyDisplayAsset_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonLazyImage::execSetBrushFromLazyDisplayAsset)
|
|
{
|
|
P_GET_SOFTOBJECT_REF(TSoftObjectPtr<UObject>,Z_Param_Out_LazyObject);
|
|
P_GET_UBOOL(Z_Param_bMatchTextureSize);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetBrushFromLazyDisplayAsset(Z_Param_Out_LazyObject,Z_Param_bMatchTextureSize);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonLazyImage Function SetBrushFromLazyDisplayAsset *********************
|
|
|
|
// ********** Begin Class UCommonLazyImage Function SetBrushFromLazyMaterial ***********************
|
|
struct Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyMaterial_Statics
|
|
{
|
|
struct CommonLazyImage_eventSetBrushFromLazyMaterial_Parms
|
|
{
|
|
TSoftObjectPtr<UMaterialInterface> LazyMaterial;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "LazyImage" },
|
|
{ "Comment", "/** Set the brush from a lazy material asset pointer - will load the material as needed. */" },
|
|
{ "ModuleRelativePath", "Public/CommonLazyImage.h" },
|
|
{ "ToolTip", "Set the brush from a lazy material asset pointer - will load the material as needed." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LazyMaterial_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetBrushFromLazyMaterial constinit property declarations **************
|
|
static const UECodeGen_Private::FSoftObjectPropertyParams NewProp_LazyMaterial;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetBrushFromLazyMaterial constinit property declarations ****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetBrushFromLazyMaterial Property Definitions *************************
|
|
const UECodeGen_Private::FSoftObjectPropertyParams Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyMaterial_Statics::NewProp_LazyMaterial = { "LazyMaterial", nullptr, (EPropertyFlags)0x0014000008000182, UECodeGen_Private::EPropertyGenFlags::SoftObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonLazyImage_eventSetBrushFromLazyMaterial_Parms, LazyMaterial), Z_Construct_UClass_UMaterialInterface_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LazyMaterial_MetaData), NewProp_LazyMaterial_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyMaterial_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyMaterial_Statics::NewProp_LazyMaterial,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyMaterial_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetBrushFromLazyMaterial Property Definitions ***************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyMaterial_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonLazyImage, nullptr, "SetBrushFromLazyMaterial", Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyMaterial_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyMaterial_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyMaterial_Statics::CommonLazyImage_eventSetBrushFromLazyMaterial_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyMaterial_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyMaterial_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyMaterial_Statics::CommonLazyImage_eventSetBrushFromLazyMaterial_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyMaterial()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyMaterial_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonLazyImage::execSetBrushFromLazyMaterial)
|
|
{
|
|
P_GET_SOFTOBJECT_REF(TSoftObjectPtr<UMaterialInterface>,Z_Param_Out_LazyMaterial);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetBrushFromLazyMaterial(Z_Param_Out_LazyMaterial);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonLazyImage Function SetBrushFromLazyMaterial *************************
|
|
|
|
// ********** Begin Class UCommonLazyImage Function SetBrushFromLazyTexture ************************
|
|
struct Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyTexture_Statics
|
|
{
|
|
struct CommonLazyImage_eventSetBrushFromLazyTexture_Parms
|
|
{
|
|
TSoftObjectPtr<UTexture2D> LazyTexture;
|
|
bool bMatchSize;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "LazyImage" },
|
|
{ "Comment", "/** Set the brush from a lazy texture asset pointer - will load the texture as needed. */" },
|
|
{ "CPP_Default_bMatchSize", "false" },
|
|
{ "ModuleRelativePath", "Public/CommonLazyImage.h" },
|
|
{ "ToolTip", "Set the brush from a lazy texture asset pointer - will load the texture as needed." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LazyTexture_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetBrushFromLazyTexture constinit property declarations ***************
|
|
static const UECodeGen_Private::FSoftObjectPropertyParams NewProp_LazyTexture;
|
|
static void NewProp_bMatchSize_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bMatchSize;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetBrushFromLazyTexture constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetBrushFromLazyTexture Property Definitions **************************
|
|
const UECodeGen_Private::FSoftObjectPropertyParams Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyTexture_Statics::NewProp_LazyTexture = { "LazyTexture", nullptr, (EPropertyFlags)0x0014000008000182, UECodeGen_Private::EPropertyGenFlags::SoftObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonLazyImage_eventSetBrushFromLazyTexture_Parms, LazyTexture), Z_Construct_UClass_UTexture2D_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LazyTexture_MetaData), NewProp_LazyTexture_MetaData) };
|
|
void Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyTexture_Statics::NewProp_bMatchSize_SetBit(void* Obj)
|
|
{
|
|
((CommonLazyImage_eventSetBrushFromLazyTexture_Parms*)Obj)->bMatchSize = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyTexture_Statics::NewProp_bMatchSize = { "bMatchSize", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(CommonLazyImage_eventSetBrushFromLazyTexture_Parms), &Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyTexture_Statics::NewProp_bMatchSize_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyTexture_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyTexture_Statics::NewProp_LazyTexture,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyTexture_Statics::NewProp_bMatchSize,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyTexture_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetBrushFromLazyTexture Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyTexture_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonLazyImage, nullptr, "SetBrushFromLazyTexture", Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyTexture_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyTexture_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyTexture_Statics::CommonLazyImage_eventSetBrushFromLazyTexture_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyTexture_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyTexture_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyTexture_Statics::CommonLazyImage_eventSetBrushFromLazyTexture_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyTexture()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyTexture_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonLazyImage::execSetBrushFromLazyTexture)
|
|
{
|
|
P_GET_SOFTOBJECT_REF(TSoftObjectPtr<UTexture2D>,Z_Param_Out_LazyTexture);
|
|
P_GET_UBOOL(Z_Param_bMatchSize);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetBrushFromLazyTexture(Z_Param_Out_LazyTexture,Z_Param_bMatchSize);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonLazyImage Function SetBrushFromLazyTexture **************************
|
|
|
|
// ********** Begin Class UCommonLazyImage Function SetMaterialTextureParamName ********************
|
|
struct Z_Construct_UFunction_UCommonLazyImage_SetMaterialTextureParamName_Statics
|
|
{
|
|
struct CommonLazyImage_eventSetMaterialTextureParamName_Parms
|
|
{
|
|
FName TextureParamName;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "LazyImage" },
|
|
{ "Comment", "/**\n\x09 * Establishes the name of the texture parameter on the currently applied brush material to which textures should be applied.\n\x09 * Does nothing if the current brush resource object is not a material.\n\x09 *\n\x09 * Note: that this is cleared out automatically if/when a new material is established on the brush.\n\x09 * You must call this function again after doing so if the new material has a texture param.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/CommonLazyImage.h" },
|
|
{ "ToolTip", "Establishes the name of the texture parameter on the currently applied brush material to which textures should be applied.\nDoes nothing if the current brush resource object is not a material.\n\nNote: that this is cleared out automatically if/when a new material is established on the brush.\nYou must call this function again after doing so if the new material has a texture param." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetMaterialTextureParamName constinit property declarations ***********
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_TextureParamName;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetMaterialTextureParamName constinit property declarations *************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetMaterialTextureParamName Property Definitions **********************
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UFunction_UCommonLazyImage_SetMaterialTextureParamName_Statics::NewProp_TextureParamName = { "TextureParamName", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonLazyImage_eventSetMaterialTextureParamName_Parms, TextureParamName), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonLazyImage_SetMaterialTextureParamName_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonLazyImage_SetMaterialTextureParamName_Statics::NewProp_TextureParamName,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyImage_SetMaterialTextureParamName_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetMaterialTextureParamName Property Definitions ************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonLazyImage_SetMaterialTextureParamName_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonLazyImage, nullptr, "SetMaterialTextureParamName", Z_Construct_UFunction_UCommonLazyImage_SetMaterialTextureParamName_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyImage_SetMaterialTextureParamName_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonLazyImage_SetMaterialTextureParamName_Statics::CommonLazyImage_eventSetMaterialTextureParamName_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonLazyImage_SetMaterialTextureParamName_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonLazyImage_SetMaterialTextureParamName_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonLazyImage_SetMaterialTextureParamName_Statics::CommonLazyImage_eventSetMaterialTextureParamName_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonLazyImage_SetMaterialTextureParamName()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonLazyImage_SetMaterialTextureParamName_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonLazyImage::execSetMaterialTextureParamName)
|
|
{
|
|
P_GET_PROPERTY(FNameProperty,Z_Param_TextureParamName);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetMaterialTextureParamName(Z_Param_TextureParamName);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonLazyImage Function SetMaterialTextureParamName **********************
|
|
|
|
// ********** Begin Class UCommonLazyImage *********************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UCommonLazyImage;
|
|
UClass* UCommonLazyImage::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UCommonLazyImage;
|
|
if (!Z_Registration_Info_UClass_UCommonLazyImage.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("CommonLazyImage"),
|
|
Z_Registration_Info_UClass_UCommonLazyImage.InnerSingleton,
|
|
StaticRegisterNativesUCommonLazyImage,
|
|
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_UCommonLazyImage.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UCommonLazyImage_NoRegister()
|
|
{
|
|
return UCommonLazyImage::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UCommonLazyImage_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * A special Image widget that can show unloaded images and takes care of the loading for you!\n * \n * UCommonLazyImage is another wrapper for SLoadGuard, but it only handles image loading and \n * a throbber during loading.\n * \n * If this class changes to show any text, by default it will have CoreStyle styling\n */" },
|
|
{ "IncludePath", "CommonLazyImage.h" },
|
|
{ "ModuleRelativePath", "Public/CommonLazyImage.h" },
|
|
{ "ToolTip", "A special Image widget that can show unloaded images and takes care of the loading for you!\n\nUCommonLazyImage is another wrapper for SLoadGuard, but it only handles image loading and\na throbber during loading.\n\nIf this class changes to show any text, by default it will have CoreStyle styling" },
|
|
};
|
|
#if WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowLoading_MetaData[] = {
|
|
{ "Category", "LoadPreview" },
|
|
{ "ModuleRelativePath", "Public/CommonLazyImage.h" },
|
|
};
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LoadingBackgroundBrush_MetaData[] = {
|
|
{ "Category", "Appearance" },
|
|
{ "ModuleRelativePath", "Public/CommonLazyImage.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LoadingThrobberBrush_MetaData[] = {
|
|
{ "Category", "Appearance" },
|
|
{ "ModuleRelativePath", "Public/CommonLazyImage.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaterialTextureParamName_MetaData[] = {
|
|
{ "Category", "Appearance" },
|
|
{ "Comment", "/** \n\x09 * If this image uses a material that a texture should be applied to, this is the name of the material param to use.\n\x09 * I.e. if this property is not blank, the resource object of our brush is a material, and we are given a lazy texture, that texture\n\x09 * will be assigned to the texture param on the material instead of replacing the material outright on the brush.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/CommonLazyImage.h" },
|
|
{ "ToolTip", "If this image uses a material that a texture should be applied to, this is the name of the material param to use.\nI.e. if this property is not blank, the resource object of our brush is a material, and we are given a lazy texture, that texture\nwill be assigned to the texture param on the material instead of replacing the material outright on the brush." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BP_OnLoadingStateChanged_MetaData[] = {
|
|
{ "Category", "LazyImage" },
|
|
{ "DisplayName", "On Loading State Changed" },
|
|
{ "ModuleRelativePath", "Public/CommonLazyImage.h" },
|
|
{ "ScriptName", "OnLoadingStateChanged" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UCommonLazyImage constinit property declarations *************************
|
|
#if WITH_EDITORONLY_DATA
|
|
static void NewProp_bShowLoading_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowLoading;
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LoadingBackgroundBrush;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_LoadingThrobberBrush;
|
|
static const UECodeGen_Private::FNamePropertyParams NewProp_MaterialTextureParamName;
|
|
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_BP_OnLoadingStateChanged;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UCommonLazyImage constinit property declarations ***************************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("IsLoading"), .Pointer = &UCommonLazyImage::execIsLoading },
|
|
{ .NameUTF8 = UTF8TEXT("SetBrushFromLazyDisplayAsset"), .Pointer = &UCommonLazyImage::execSetBrushFromLazyDisplayAsset },
|
|
{ .NameUTF8 = UTF8TEXT("SetBrushFromLazyMaterial"), .Pointer = &UCommonLazyImage::execSetBrushFromLazyMaterial },
|
|
{ .NameUTF8 = UTF8TEXT("SetBrushFromLazyTexture"), .Pointer = &UCommonLazyImage::execSetBrushFromLazyTexture },
|
|
{ .NameUTF8 = UTF8TEXT("SetMaterialTextureParamName"), .Pointer = &UCommonLazyImage::execSetMaterialTextureParamName },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UCommonLazyImage_IsLoading, "IsLoading" }, // 1174585159
|
|
{ &Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyDisplayAsset, "SetBrushFromLazyDisplayAsset" }, // 2032843293
|
|
{ &Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyMaterial, "SetBrushFromLazyMaterial" }, // 1584134317
|
|
{ &Z_Construct_UFunction_UCommonLazyImage_SetBrushFromLazyTexture, "SetBrushFromLazyTexture" }, // 1989984518
|
|
{ &Z_Construct_UFunction_UCommonLazyImage_SetMaterialTextureParamName, "SetMaterialTextureParamName" }, // 3668313250
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UCommonLazyImage>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UCommonLazyImage_Statics
|
|
|
|
// ********** Begin Class UCommonLazyImage Property Definitions ************************************
|
|
#if WITH_EDITORONLY_DATA
|
|
void Z_Construct_UClass_UCommonLazyImage_Statics::NewProp_bShowLoading_SetBit(void* Obj)
|
|
{
|
|
((UCommonLazyImage*)Obj)->bShowLoading = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCommonLazyImage_Statics::NewProp_bShowLoading = { "bShowLoading", nullptr, (EPropertyFlags)0x0040000800000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCommonLazyImage), &Z_Construct_UClass_UCommonLazyImage_Statics::NewProp_bShowLoading_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowLoading_MetaData), NewProp_bShowLoading_MetaData) };
|
|
#endif // WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UCommonLazyImage_Statics::NewProp_LoadingBackgroundBrush = { "LoadingBackgroundBrush", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonLazyImage, LoadingBackgroundBrush), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LoadingBackgroundBrush_MetaData), NewProp_LoadingBackgroundBrush_MetaData) }; // 4278521822
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UCommonLazyImage_Statics::NewProp_LoadingThrobberBrush = { "LoadingThrobberBrush", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonLazyImage, LoadingThrobberBrush), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LoadingThrobberBrush_MetaData), NewProp_LoadingThrobberBrush_MetaData) }; // 4278521822
|
|
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UCommonLazyImage_Statics::NewProp_MaterialTextureParamName = { "MaterialTextureParamName", nullptr, (EPropertyFlags)0x0040040000000001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonLazyImage, MaterialTextureParamName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaterialTextureParamName_MetaData), NewProp_MaterialTextureParamName_MetaData) };
|
|
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UCommonLazyImage_Statics::NewProp_BP_OnLoadingStateChanged = { "BP_OnLoadingStateChanged", nullptr, (EPropertyFlags)0x0040000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonLazyImage, 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_UCommonLazyImage_Statics::PropPointers[] = {
|
|
#if WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonLazyImage_Statics::NewProp_bShowLoading,
|
|
#endif // WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonLazyImage_Statics::NewProp_LoadingBackgroundBrush,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonLazyImage_Statics::NewProp_LoadingThrobberBrush,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonLazyImage_Statics::NewProp_MaterialTextureParamName,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonLazyImage_Statics::NewProp_BP_OnLoadingStateChanged,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonLazyImage_Statics::PropPointers) < 2048);
|
|
// ********** End Class UCommonLazyImage Property Definitions **************************************
|
|
UObject* (*const Z_Construct_UClass_UCommonLazyImage_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UImage,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_CommonUI,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonLazyImage_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonLazyImage_Statics::ClassParams = {
|
|
&UCommonLazyImage::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UCommonLazyImage_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UCommonLazyImage_Statics::PropPointers),
|
|
0,
|
|
0x00A800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonLazyImage_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonLazyImage_Statics::Class_MetaDataParams)
|
|
};
|
|
void UCommonLazyImage::StaticRegisterNativesUCommonLazyImage()
|
|
{
|
|
UClass* Class = UCommonLazyImage::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UCommonLazyImage_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UCommonLazyImage()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UCommonLazyImage.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonLazyImage.OuterSingleton, Z_Construct_UClass_UCommonLazyImage_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UCommonLazyImage.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonLazyImage);
|
|
UCommonLazyImage::~UCommonLazyImage() {}
|
|
// ********** End Class UCommonLazyImage ***********************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonLazyImage_h__Script_CommonUI_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UCommonLazyImage, UCommonLazyImage::StaticClass, TEXT("UCommonLazyImage"), &Z_Registration_Info_UClass_UCommonLazyImage, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonLazyImage), 188834208U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonLazyImage_h__Script_CommonUI_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonLazyImage_h__Script_CommonUI_2792857712{
|
|
TEXT("/Script/CommonUI"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonLazyImage_h__Script_CommonUI_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonLazyImage_h__Script_CommonUI_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|