1707 lines
116 KiB
C++
1707 lines
116 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 "CommonTextBlock.h"
|
|
#include "Fonts/SlateFontInfo.h"
|
|
#include "Layout/Margin.h"
|
|
#include "Serialization/ArchiveUObjectFromStructuredArchive.h"
|
|
#include "Styling/SlateBrush.h"
|
|
#include "UObject/Class.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeCommonTextBlock() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonTextBlock();
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonTextBlock_NoRegister();
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonTextScrollStyle();
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonTextScrollStyle_NoRegister();
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonTextStyle();
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonTextStyle_NoRegister();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D();
|
|
SLATECORE_API UEnum* Z_Construct_UEnum_SlateCore_EOrientation();
|
|
SLATECORE_API UEnum* Z_Construct_UEnum_SlateCore_EWidgetClipping();
|
|
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FMargin();
|
|
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FSlateBrush();
|
|
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FSlateFontInfo();
|
|
UMG_API UClass* Z_Construct_UClass_UTextBlock();
|
|
UPackage* Z_Construct_UPackage__Script_CommonUI();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UCommonTextStyle Function GetApplyLineHeightToBottomLine *****************
|
|
struct Z_Construct_UFunction_UCommonTextStyle_GetApplyLineHeightToBottomLine_Statics
|
|
{
|
|
struct CommonTextStyle_eventGetApplyLineHeightToBottomLine_Parms
|
|
{
|
|
bool ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Text Style|Getters" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetApplyLineHeightToBottomLine 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 GetApplyLineHeightToBottomLine constinit property declarations **********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetApplyLineHeightToBottomLine Property Definitions *******************
|
|
void Z_Construct_UFunction_UCommonTextStyle_GetApplyLineHeightToBottomLine_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
|
{
|
|
((CommonTextStyle_eventGetApplyLineHeightToBottomLine_Parms*)Obj)->ReturnValue = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonTextStyle_GetApplyLineHeightToBottomLine_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(CommonTextStyle_eventGetApplyLineHeightToBottomLine_Parms), &Z_Construct_UFunction_UCommonTextStyle_GetApplyLineHeightToBottomLine_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonTextStyle_GetApplyLineHeightToBottomLine_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonTextStyle_GetApplyLineHeightToBottomLine_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetApplyLineHeightToBottomLine_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetApplyLineHeightToBottomLine Property Definitions *********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonTextStyle_GetApplyLineHeightToBottomLine_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonTextStyle, nullptr, "GetApplyLineHeightToBottomLine", Z_Construct_UFunction_UCommonTextStyle_GetApplyLineHeightToBottomLine_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetApplyLineHeightToBottomLine_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonTextStyle_GetApplyLineHeightToBottomLine_Statics::CommonTextStyle_eventGetApplyLineHeightToBottomLine_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetApplyLineHeightToBottomLine_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonTextStyle_GetApplyLineHeightToBottomLine_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonTextStyle_GetApplyLineHeightToBottomLine_Statics::CommonTextStyle_eventGetApplyLineHeightToBottomLine_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonTextStyle_GetApplyLineHeightToBottomLine()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonTextStyle_GetApplyLineHeightToBottomLine_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonTextStyle::execGetApplyLineHeightToBottomLine)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(bool*)Z_Param__Result=P_THIS->GetApplyLineHeightToBottomLine();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonTextStyle Function GetApplyLineHeightToBottomLine *******************
|
|
|
|
// ********** Begin Class UCommonTextStyle Function GetColor ***************************************
|
|
struct Z_Construct_UFunction_UCommonTextStyle_GetColor_Statics
|
|
{
|
|
struct CommonTextStyle_eventGetColor_Parms
|
|
{
|
|
FLinearColor OutColor;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Text Style|Getters" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetColor constinit property declarations ******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutColor;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetColor constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetColor Property Definitions *****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCommonTextStyle_GetColor_Statics::NewProp_OutColor = { "OutColor", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonTextStyle_eventGetColor_Parms, OutColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonTextStyle_GetColor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonTextStyle_GetColor_Statics::NewProp_OutColor,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetColor_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetColor Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonTextStyle_GetColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonTextStyle, nullptr, "GetColor", Z_Construct_UFunction_UCommonTextStyle_GetColor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetColor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonTextStyle_GetColor_Statics::CommonTextStyle_eventGetColor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonTextStyle_GetColor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonTextStyle_GetColor_Statics::CommonTextStyle_eventGetColor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonTextStyle_GetColor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonTextStyle_GetColor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonTextStyle::execGetColor)
|
|
{
|
|
P_GET_STRUCT_REF(FLinearColor,Z_Param_Out_OutColor);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->GetColor(Z_Param_Out_OutColor);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonTextStyle Function GetColor *****************************************
|
|
|
|
// ********** Begin Class UCommonTextStyle Function GetFont ****************************************
|
|
struct Z_Construct_UFunction_UCommonTextStyle_GetFont_Statics
|
|
{
|
|
struct CommonTextStyle_eventGetFont_Parms
|
|
{
|
|
FSlateFontInfo OutFont;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Text Style|Getters" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetFont constinit property declarations *******************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutFont;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetFont constinit property declarations *********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetFont Property Definitions ******************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCommonTextStyle_GetFont_Statics::NewProp_OutFont = { "OutFont", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonTextStyle_eventGetFont_Parms, OutFont), Z_Construct_UScriptStruct_FSlateFontInfo, METADATA_PARAMS(0, nullptr) }; // 167205173
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonTextStyle_GetFont_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonTextStyle_GetFont_Statics::NewProp_OutFont,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetFont_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetFont Property Definitions ********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonTextStyle_GetFont_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonTextStyle, nullptr, "GetFont", Z_Construct_UFunction_UCommonTextStyle_GetFont_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetFont_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonTextStyle_GetFont_Statics::CommonTextStyle_eventGetFont_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetFont_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonTextStyle_GetFont_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonTextStyle_GetFont_Statics::CommonTextStyle_eventGetFont_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonTextStyle_GetFont()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonTextStyle_GetFont_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonTextStyle::execGetFont)
|
|
{
|
|
P_GET_STRUCT_REF(FSlateFontInfo,Z_Param_Out_OutFont);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->GetFont(Z_Param_Out_OutFont);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonTextStyle Function GetFont ******************************************
|
|
|
|
// ********** Begin Class UCommonTextStyle Function GetLineHeightPercentage ************************
|
|
struct Z_Construct_UFunction_UCommonTextStyle_GetLineHeightPercentage_Statics
|
|
{
|
|
struct CommonTextStyle_eventGetLineHeightPercentage_Parms
|
|
{
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Text Style|Getters" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetLineHeightPercentage constinit property declarations ***************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetLineHeightPercentage constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetLineHeightPercentage Property Definitions **************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UCommonTextStyle_GetLineHeightPercentage_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonTextStyle_eventGetLineHeightPercentage_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonTextStyle_GetLineHeightPercentage_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonTextStyle_GetLineHeightPercentage_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetLineHeightPercentage_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetLineHeightPercentage Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonTextStyle_GetLineHeightPercentage_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonTextStyle, nullptr, "GetLineHeightPercentage", Z_Construct_UFunction_UCommonTextStyle_GetLineHeightPercentage_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetLineHeightPercentage_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonTextStyle_GetLineHeightPercentage_Statics::CommonTextStyle_eventGetLineHeightPercentage_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetLineHeightPercentage_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonTextStyle_GetLineHeightPercentage_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonTextStyle_GetLineHeightPercentage_Statics::CommonTextStyle_eventGetLineHeightPercentage_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonTextStyle_GetLineHeightPercentage()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonTextStyle_GetLineHeightPercentage_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonTextStyle::execGetLineHeightPercentage)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=P_THIS->GetLineHeightPercentage();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonTextStyle Function GetLineHeightPercentage **************************
|
|
|
|
// ********** Begin Class UCommonTextStyle Function GetMargin **************************************
|
|
struct Z_Construct_UFunction_UCommonTextStyle_GetMargin_Statics
|
|
{
|
|
struct CommonTextStyle_eventGetMargin_Parms
|
|
{
|
|
FMargin OutMargin;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Text Style|Getters" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetMargin constinit property declarations *****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutMargin;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetMargin constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetMargin Property Definitions ****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCommonTextStyle_GetMargin_Statics::NewProp_OutMargin = { "OutMargin", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonTextStyle_eventGetMargin_Parms, OutMargin), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(0, nullptr) }; // 4099648758
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonTextStyle_GetMargin_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonTextStyle_GetMargin_Statics::NewProp_OutMargin,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetMargin_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetMargin Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonTextStyle_GetMargin_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonTextStyle, nullptr, "GetMargin", Z_Construct_UFunction_UCommonTextStyle_GetMargin_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetMargin_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonTextStyle_GetMargin_Statics::CommonTextStyle_eventGetMargin_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetMargin_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonTextStyle_GetMargin_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonTextStyle_GetMargin_Statics::CommonTextStyle_eventGetMargin_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonTextStyle_GetMargin()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonTextStyle_GetMargin_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonTextStyle::execGetMargin)
|
|
{
|
|
P_GET_STRUCT_REF(FMargin,Z_Param_Out_OutMargin);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->GetMargin(Z_Param_Out_OutMargin);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonTextStyle Function GetMargin ****************************************
|
|
|
|
// ********** Begin Class UCommonTextStyle Function GetShadowColor *********************************
|
|
struct Z_Construct_UFunction_UCommonTextStyle_GetShadowColor_Statics
|
|
{
|
|
struct CommonTextStyle_eventGetShadowColor_Parms
|
|
{
|
|
FLinearColor OutColor;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Text Style|Getters" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetShadowColor constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutColor;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetShadowColor constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetShadowColor Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCommonTextStyle_GetShadowColor_Statics::NewProp_OutColor = { "OutColor", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonTextStyle_eventGetShadowColor_Parms, OutColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonTextStyle_GetShadowColor_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonTextStyle_GetShadowColor_Statics::NewProp_OutColor,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetShadowColor_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetShadowColor Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonTextStyle_GetShadowColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonTextStyle, nullptr, "GetShadowColor", Z_Construct_UFunction_UCommonTextStyle_GetShadowColor_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetShadowColor_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonTextStyle_GetShadowColor_Statics::CommonTextStyle_eventGetShadowColor_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetShadowColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonTextStyle_GetShadowColor_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonTextStyle_GetShadowColor_Statics::CommonTextStyle_eventGetShadowColor_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonTextStyle_GetShadowColor()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonTextStyle_GetShadowColor_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonTextStyle::execGetShadowColor)
|
|
{
|
|
P_GET_STRUCT_REF(FLinearColor,Z_Param_Out_OutColor);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->GetShadowColor(Z_Param_Out_OutColor);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonTextStyle Function GetShadowColor ***********************************
|
|
|
|
// ********** Begin Class UCommonTextStyle Function GetShadowOffset ********************************
|
|
struct Z_Construct_UFunction_UCommonTextStyle_GetShadowOffset_Statics
|
|
{
|
|
struct CommonTextStyle_eventGetShadowOffset_Parms
|
|
{
|
|
FVector2D OutShadowOffset;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Text Style|Getters" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetShadowOffset constinit property declarations ***********************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutShadowOffset;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetShadowOffset constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetShadowOffset Property Definitions **********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCommonTextStyle_GetShadowOffset_Statics::NewProp_OutShadowOffset = { "OutShadowOffset", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonTextStyle_eventGetShadowOffset_Parms, OutShadowOffset), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonTextStyle_GetShadowOffset_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonTextStyle_GetShadowOffset_Statics::NewProp_OutShadowOffset,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetShadowOffset_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetShadowOffset Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonTextStyle_GetShadowOffset_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonTextStyle, nullptr, "GetShadowOffset", Z_Construct_UFunction_UCommonTextStyle_GetShadowOffset_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetShadowOffset_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonTextStyle_GetShadowOffset_Statics::CommonTextStyle_eventGetShadowOffset_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54C20403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetShadowOffset_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonTextStyle_GetShadowOffset_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonTextStyle_GetShadowOffset_Statics::CommonTextStyle_eventGetShadowOffset_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonTextStyle_GetShadowOffset()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonTextStyle_GetShadowOffset_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonTextStyle::execGetShadowOffset)
|
|
{
|
|
P_GET_STRUCT_REF(FVector2D,Z_Param_Out_OutShadowOffset);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->GetShadowOffset(Z_Param_Out_OutShadowOffset);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonTextStyle Function GetShadowOffset **********************************
|
|
|
|
// ********** Begin Class UCommonTextStyle Function GetStrikeBrush *********************************
|
|
struct Z_Construct_UFunction_UCommonTextStyle_GetStrikeBrush_Statics
|
|
{
|
|
struct CommonTextStyle_eventGetStrikeBrush_Parms
|
|
{
|
|
FSlateBrush OutStrikeBrush;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Text Style|Getters" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetStrikeBrush constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_OutStrikeBrush;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetStrikeBrush constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetStrikeBrush Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCommonTextStyle_GetStrikeBrush_Statics::NewProp_OutStrikeBrush = { "OutStrikeBrush", nullptr, (EPropertyFlags)0x0010000000000180, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonTextStyle_eventGetStrikeBrush_Parms, OutStrikeBrush), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(0, nullptr) }; // 4278521822
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonTextStyle_GetStrikeBrush_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonTextStyle_GetStrikeBrush_Statics::NewProp_OutStrikeBrush,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetStrikeBrush_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetStrikeBrush Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonTextStyle_GetStrikeBrush_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonTextStyle, nullptr, "GetStrikeBrush", Z_Construct_UFunction_UCommonTextStyle_GetStrikeBrush_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetStrikeBrush_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonTextStyle_GetStrikeBrush_Statics::CommonTextStyle_eventGetStrikeBrush_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextStyle_GetStrikeBrush_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonTextStyle_GetStrikeBrush_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonTextStyle_GetStrikeBrush_Statics::CommonTextStyle_eventGetStrikeBrush_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonTextStyle_GetStrikeBrush()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonTextStyle_GetStrikeBrush_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonTextStyle::execGetStrikeBrush)
|
|
{
|
|
P_GET_STRUCT_REF(FSlateBrush,Z_Param_Out_OutStrikeBrush);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->GetStrikeBrush(Z_Param_Out_OutStrikeBrush);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonTextStyle Function GetStrikeBrush ***********************************
|
|
|
|
// ********** Begin Class UCommonTextStyle *********************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UCommonTextStyle;
|
|
UClass* UCommonTextStyle::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UCommonTextStyle;
|
|
if (!Z_Registration_Info_UClass_UCommonTextStyle.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("CommonTextStyle"),
|
|
Z_Registration_Info_UClass_UCommonTextStyle.InnerSingleton,
|
|
StaticRegisterNativesUCommonTextStyle,
|
|
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_UCommonTextStyle.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UCommonTextStyle_NoRegister()
|
|
{
|
|
return UCommonTextStyle::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UCommonTextStyle_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Category", "Common UI" },
|
|
{ "ClassGroupNames", "UI" },
|
|
{ "Comment", "/* \n * ---- All properties must be EditDefaultsOnly, BlueprintReadOnly !!! -----\n * We return the CDO to blueprints, so we cannot allow any changes (blueprint doesn't support const variables)\n */" },
|
|
{ "IncludePath", "CommonTextBlock.h" },
|
|
{ "IsBlueprintBase", "true" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
{ "ToolTip", "* ---- All properties must be EditDefaultsOnly, BlueprintReadOnly !!! -----\n* We return the CDO to blueprints, so we cannot allow any changes (blueprint doesn't support const variables)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Font_MetaData[] = {
|
|
{ "Category", "Font" },
|
|
{ "Comment", "/** The font to apply at each size */" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
{ "ToolTip", "The font to apply at each size" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Color_MetaData[] = {
|
|
{ "Category", "Color" },
|
|
{ "Comment", "/** The color of the text */" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
{ "ToolTip", "The color of the text" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUsesDropShadow_MetaData[] = {
|
|
{ "Category", "Shadow" },
|
|
{ "Comment", "/** Whether or not the style uses a drop shadow */" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
{ "ToolTip", "Whether or not the style uses a drop shadow" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ShadowOffset_MetaData[] = {
|
|
{ "Category", "Shadow" },
|
|
{ "Comment", "/** The offset of the drop shadow at each size */" },
|
|
{ "EditCondition", "bUsesDropShadow" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
{ "ToolTip", "The offset of the drop shadow at each size" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ShadowColor_MetaData[] = {
|
|
{ "Category", "Shadow" },
|
|
{ "Comment", "/** The drop shadow color */" },
|
|
{ "EditCondition", "bUsesDropShadow" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
{ "ToolTip", "The drop shadow color" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Margin_MetaData[] = {
|
|
{ "Category", "Properties" },
|
|
{ "Comment", "/** The amount of blank space left around the edges of text area at each size */" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
{ "ToolTip", "The amount of blank space left around the edges of text area at each size" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StrikeBrush_MetaData[] = {
|
|
{ "Category", "Properties" },
|
|
{ "Comment", "/** The brush used to draw an strike through the text (if any) */" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
{ "ToolTip", "The brush used to draw an strike through the text (if any)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LineHeightPercentage_MetaData[] = {
|
|
{ "Category", "Properties" },
|
|
{ "Comment", "/** The amount to scale each lines height by at each size */" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
{ "ToolTip", "The amount to scale each lines height by at each size" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ApplyLineHeightToBottomLine_MetaData[] = {
|
|
{ "Category", "Properties" },
|
|
{ "Comment", "/** Whether to leave extra space below the last line due to line height */" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
{ "ToolTip", "Whether to leave extra space below the last line due to line height" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UCommonTextStyle constinit property declarations *************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Font;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Color;
|
|
static void NewProp_bUsesDropShadow_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUsesDropShadow;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ShadowOffset;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ShadowColor;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_Margin;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_StrikeBrush;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_LineHeightPercentage;
|
|
static void NewProp_ApplyLineHeightToBottomLine_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ApplyLineHeightToBottomLine;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UCommonTextStyle constinit property declarations ***************************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("GetApplyLineHeightToBottomLine"), .Pointer = &UCommonTextStyle::execGetApplyLineHeightToBottomLine },
|
|
{ .NameUTF8 = UTF8TEXT("GetColor"), .Pointer = &UCommonTextStyle::execGetColor },
|
|
{ .NameUTF8 = UTF8TEXT("GetFont"), .Pointer = &UCommonTextStyle::execGetFont },
|
|
{ .NameUTF8 = UTF8TEXT("GetLineHeightPercentage"), .Pointer = &UCommonTextStyle::execGetLineHeightPercentage },
|
|
{ .NameUTF8 = UTF8TEXT("GetMargin"), .Pointer = &UCommonTextStyle::execGetMargin },
|
|
{ .NameUTF8 = UTF8TEXT("GetShadowColor"), .Pointer = &UCommonTextStyle::execGetShadowColor },
|
|
{ .NameUTF8 = UTF8TEXT("GetShadowOffset"), .Pointer = &UCommonTextStyle::execGetShadowOffset },
|
|
{ .NameUTF8 = UTF8TEXT("GetStrikeBrush"), .Pointer = &UCommonTextStyle::execGetStrikeBrush },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UCommonTextStyle_GetApplyLineHeightToBottomLine, "GetApplyLineHeightToBottomLine" }, // 2027829675
|
|
{ &Z_Construct_UFunction_UCommonTextStyle_GetColor, "GetColor" }, // 1295281120
|
|
{ &Z_Construct_UFunction_UCommonTextStyle_GetFont, "GetFont" }, // 2278314682
|
|
{ &Z_Construct_UFunction_UCommonTextStyle_GetLineHeightPercentage, "GetLineHeightPercentage" }, // 2734512996
|
|
{ &Z_Construct_UFunction_UCommonTextStyle_GetMargin, "GetMargin" }, // 2249947929
|
|
{ &Z_Construct_UFunction_UCommonTextStyle_GetShadowColor, "GetShadowColor" }, // 3099406993
|
|
{ &Z_Construct_UFunction_UCommonTextStyle_GetShadowOffset, "GetShadowOffset" }, // 4189425297
|
|
{ &Z_Construct_UFunction_UCommonTextStyle_GetStrikeBrush, "GetStrikeBrush" }, // 752076434
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UCommonTextStyle>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UCommonTextStyle_Statics
|
|
|
|
// ********** Begin Class UCommonTextStyle Property Definitions ************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_Font = { "Font", nullptr, (EPropertyFlags)0x0010000000010015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonTextStyle, Font), Z_Construct_UScriptStruct_FSlateFontInfo, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Font_MetaData), NewProp_Font_MetaData) }; // 167205173
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_Color = { "Color", nullptr, (EPropertyFlags)0x0010000000010015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonTextStyle, Color), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Color_MetaData), NewProp_Color_MetaData) };
|
|
void Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_bUsesDropShadow_SetBit(void* Obj)
|
|
{
|
|
((UCommonTextStyle*)Obj)->bUsesDropShadow = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_bUsesDropShadow = { "bUsesDropShadow", nullptr, (EPropertyFlags)0x0010000000010015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCommonTextStyle), &Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_bUsesDropShadow_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUsesDropShadow_MetaData), NewProp_bUsesDropShadow_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_ShadowOffset = { "ShadowOffset", nullptr, (EPropertyFlags)0x0010000000010015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonTextStyle, ShadowOffset), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ShadowOffset_MetaData), NewProp_ShadowOffset_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_ShadowColor = { "ShadowColor", nullptr, (EPropertyFlags)0x0010000000010015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonTextStyle, ShadowColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ShadowColor_MetaData), NewProp_ShadowColor_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_Margin = { "Margin", nullptr, (EPropertyFlags)0x0010000000010015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonTextStyle, Margin), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Margin_MetaData), NewProp_Margin_MetaData) }; // 4099648758
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_StrikeBrush = { "StrikeBrush", nullptr, (EPropertyFlags)0x0010000000010015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonTextStyle, StrikeBrush), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StrikeBrush_MetaData), NewProp_StrikeBrush_MetaData) }; // 4278521822
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_LineHeightPercentage = { "LineHeightPercentage", nullptr, (EPropertyFlags)0x0010000000010015, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonTextStyle, LineHeightPercentage), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LineHeightPercentage_MetaData), NewProp_LineHeightPercentage_MetaData) };
|
|
void Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_ApplyLineHeightToBottomLine_SetBit(void* Obj)
|
|
{
|
|
((UCommonTextStyle*)Obj)->ApplyLineHeightToBottomLine = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_ApplyLineHeightToBottomLine = { "ApplyLineHeightToBottomLine", nullptr, (EPropertyFlags)0x0010000000010015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCommonTextStyle), &Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_ApplyLineHeightToBottomLine_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ApplyLineHeightToBottomLine_MetaData), NewProp_ApplyLineHeightToBottomLine_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCommonTextStyle_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_Font,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_Color,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_bUsesDropShadow,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_ShadowOffset,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_ShadowColor,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_Margin,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_StrikeBrush,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_LineHeightPercentage,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextStyle_Statics::NewProp_ApplyLineHeightToBottomLine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonTextStyle_Statics::PropPointers) < 2048);
|
|
// ********** End Class UCommonTextStyle Property Definitions **************************************
|
|
UObject* (*const Z_Construct_UClass_UCommonTextStyle_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_CommonUI,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonTextStyle_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonTextStyle_Statics::ClassParams = {
|
|
&UCommonTextStyle::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UCommonTextStyle_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UCommonTextStyle_Statics::PropPointers),
|
|
0,
|
|
0x000800A1u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonTextStyle_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonTextStyle_Statics::Class_MetaDataParams)
|
|
};
|
|
void UCommonTextStyle::StaticRegisterNativesUCommonTextStyle()
|
|
{
|
|
UClass* Class = UCommonTextStyle::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UCommonTextStyle_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UCommonTextStyle()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UCommonTextStyle.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonTextStyle.OuterSingleton, Z_Construct_UClass_UCommonTextStyle_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UCommonTextStyle.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonTextStyle);
|
|
UCommonTextStyle::~UCommonTextStyle() {}
|
|
// ********** End Class UCommonTextStyle ***********************************************************
|
|
|
|
// ********** Begin Class UCommonTextScrollStyle ***************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UCommonTextScrollStyle;
|
|
UClass* UCommonTextScrollStyle::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UCommonTextScrollStyle;
|
|
if (!Z_Registration_Info_UClass_UCommonTextScrollStyle.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("CommonTextScrollStyle"),
|
|
Z_Registration_Info_UClass_UCommonTextScrollStyle.InnerSingleton,
|
|
StaticRegisterNativesUCommonTextScrollStyle,
|
|
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_UCommonTextScrollStyle.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UCommonTextScrollStyle_NoRegister()
|
|
{
|
|
return UCommonTextScrollStyle::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UCommonTextScrollStyle_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "BlueprintType", "true" },
|
|
{ "Category", "Common UI" },
|
|
{ "ClassGroupNames", "UI" },
|
|
{ "Comment", "/* \n * ---- All properties must be EditDefaultsOnly, BlueprintReadOnly !!! -----\n * We return the CDO to blueprints, so we cannot allow any changes (blueprint doesn't support const variables)\n */" },
|
|
{ "IncludePath", "CommonTextBlock.h" },
|
|
{ "IsBlueprintBase", "true" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
{ "ToolTip", "* ---- All properties must be EditDefaultsOnly, BlueprintReadOnly !!! -----\n* We return the CDO to blueprints, so we cannot allow any changes (blueprint doesn't support const variables)" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Speed_MetaData[] = {
|
|
{ "Category", "Properties" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StartDelay_MetaData[] = {
|
|
{ "Category", "Properties" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EndDelay_MetaData[] = {
|
|
{ "Category", "Properties" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FadeInDelay_MetaData[] = {
|
|
{ "Category", "Properties" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FadeOutDelay_MetaData[] = {
|
|
{ "Category", "Properties" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Clipping_MetaData[] = {
|
|
{ "Category", "Properties" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UCommonTextScrollStyle constinit property declarations *******************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_Speed;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_StartDelay;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_EndDelay;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_FadeInDelay;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_FadeOutDelay;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_Clipping_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_Clipping;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UCommonTextScrollStyle constinit property declarations *********************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UCommonTextScrollStyle>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UCommonTextScrollStyle_Statics
|
|
|
|
// ********** Begin Class UCommonTextScrollStyle Property Definitions ******************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UCommonTextScrollStyle_Statics::NewProp_Speed = { "Speed", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonTextScrollStyle, Speed), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Speed_MetaData), NewProp_Speed_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UCommonTextScrollStyle_Statics::NewProp_StartDelay = { "StartDelay", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonTextScrollStyle, StartDelay), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StartDelay_MetaData), NewProp_StartDelay_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UCommonTextScrollStyle_Statics::NewProp_EndDelay = { "EndDelay", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonTextScrollStyle, EndDelay), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EndDelay_MetaData), NewProp_EndDelay_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UCommonTextScrollStyle_Statics::NewProp_FadeInDelay = { "FadeInDelay", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonTextScrollStyle, FadeInDelay), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FadeInDelay_MetaData), NewProp_FadeInDelay_MetaData) };
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UCommonTextScrollStyle_Statics::NewProp_FadeOutDelay = { "FadeOutDelay", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonTextScrollStyle, FadeOutDelay), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FadeOutDelay_MetaData), NewProp_FadeOutDelay_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UCommonTextScrollStyle_Statics::NewProp_Clipping_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UCommonTextScrollStyle_Statics::NewProp_Clipping = { "Clipping", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonTextScrollStyle, Clipping), Z_Construct_UEnum_SlateCore_EWidgetClipping, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Clipping_MetaData), NewProp_Clipping_MetaData) }; // 981021674
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCommonTextScrollStyle_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextScrollStyle_Statics::NewProp_Speed,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextScrollStyle_Statics::NewProp_StartDelay,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextScrollStyle_Statics::NewProp_EndDelay,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextScrollStyle_Statics::NewProp_FadeInDelay,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextScrollStyle_Statics::NewProp_FadeOutDelay,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextScrollStyle_Statics::NewProp_Clipping_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextScrollStyle_Statics::NewProp_Clipping,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonTextScrollStyle_Statics::PropPointers) < 2048);
|
|
// ********** End Class UCommonTextScrollStyle Property Definitions ********************************
|
|
UObject* (*const Z_Construct_UClass_UCommonTextScrollStyle_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_CommonUI,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonTextScrollStyle_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonTextScrollStyle_Statics::ClassParams = {
|
|
&UCommonTextScrollStyle::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UCommonTextScrollStyle_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UCommonTextScrollStyle_Statics::PropPointers),
|
|
0,
|
|
0x000800A1u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonTextScrollStyle_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonTextScrollStyle_Statics::Class_MetaDataParams)
|
|
};
|
|
void UCommonTextScrollStyle::StaticRegisterNativesUCommonTextScrollStyle()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UCommonTextScrollStyle()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UCommonTextScrollStyle.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonTextScrollStyle.OuterSingleton, Z_Construct_UClass_UCommonTextScrollStyle_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UCommonTextScrollStyle.OuterSingleton;
|
|
}
|
|
UCommonTextScrollStyle::UCommonTextScrollStyle(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonTextScrollStyle);
|
|
UCommonTextScrollStyle::~UCommonTextScrollStyle() {}
|
|
// ********** End Class UCommonTextScrollStyle *****************************************************
|
|
|
|
// ********** Begin Class UCommonTextBlock Function GetMargin **************************************
|
|
struct Z_Construct_UFunction_UCommonTextBlock_GetMargin_Statics
|
|
{
|
|
struct CommonTextBlock_eventGetMargin_Parms
|
|
{
|
|
FMargin ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Text" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetMargin constinit property declarations *****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetMargin constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetMargin Property Definitions ****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCommonTextBlock_GetMargin_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000008000582, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonTextBlock_eventGetMargin_Parms, ReturnValue), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) }; // 4099648758
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonTextBlock_GetMargin_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonTextBlock_GetMargin_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_GetMargin_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetMargin Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonTextBlock_GetMargin_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonTextBlock, nullptr, "GetMargin", Z_Construct_UFunction_UCommonTextBlock_GetMargin_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_GetMargin_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonTextBlock_GetMargin_Statics::CommonTextBlock_eventGetMargin_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_GetMargin_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonTextBlock_GetMargin_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonTextBlock_GetMargin_Statics::CommonTextBlock_eventGetMargin_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonTextBlock_GetMargin()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonTextBlock_GetMargin_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonTextBlock::execGetMargin)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FMargin*)Z_Param__Result=P_THIS->GetMargin();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonTextBlock Function GetMargin ****************************************
|
|
|
|
// ********** Begin Class UCommonTextBlock Function GetMobileFontSizeMultiplier ********************
|
|
struct Z_Construct_UFunction_UCommonTextBlock_GetMobileFontSizeMultiplier_Statics
|
|
{
|
|
struct CommonTextBlock_eventGetMobileFontSizeMultiplier_Parms
|
|
{
|
|
float ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Text|Mobile" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetMobileFontSizeMultiplier constinit property declarations ***********
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetMobileFontSizeMultiplier constinit property declarations *************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetMobileFontSizeMultiplier Property Definitions **********************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UCommonTextBlock_GetMobileFontSizeMultiplier_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonTextBlock_eventGetMobileFontSizeMultiplier_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonTextBlock_GetMobileFontSizeMultiplier_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonTextBlock_GetMobileFontSizeMultiplier_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_GetMobileFontSizeMultiplier_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetMobileFontSizeMultiplier Property Definitions ************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonTextBlock_GetMobileFontSizeMultiplier_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonTextBlock, nullptr, "GetMobileFontSizeMultiplier", Z_Construct_UFunction_UCommonTextBlock_GetMobileFontSizeMultiplier_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_GetMobileFontSizeMultiplier_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonTextBlock_GetMobileFontSizeMultiplier_Statics::CommonTextBlock_eventGetMobileFontSizeMultiplier_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_GetMobileFontSizeMultiplier_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonTextBlock_GetMobileFontSizeMultiplier_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonTextBlock_GetMobileFontSizeMultiplier_Statics::CommonTextBlock_eventGetMobileFontSizeMultiplier_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonTextBlock_GetMobileFontSizeMultiplier()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonTextBlock_GetMobileFontSizeMultiplier_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonTextBlock::execGetMobileFontSizeMultiplier)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(float*)Z_Param__Result=P_THIS->GetMobileFontSizeMultiplier();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonTextBlock Function GetMobileFontSizeMultiplier **********************
|
|
|
|
// ********** Begin Class UCommonTextBlock Function ResetScrollState *******************************
|
|
struct Z_Construct_UFunction_UCommonTextBlock_ResetScrollState_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Text|Scroll Style" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ResetScrollState constinit property declarations **********************
|
|
// ********** End Function ResetScrollState constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonTextBlock_ResetScrollState_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonTextBlock, nullptr, "ResetScrollState", nullptr,
|
|
0,
|
|
0,
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_ResetScrollState_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonTextBlock_ResetScrollState_Statics::Function_MetaDataParams)}, };
|
|
UFunction* Z_Construct_UFunction_UCommonTextBlock_ResetScrollState()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonTextBlock_ResetScrollState_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonTextBlock::execResetScrollState)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->ResetScrollState();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonTextBlock Function ResetScrollState *********************************
|
|
|
|
// ********** Begin Class UCommonTextBlock Function SetApplyLineHeightToBottomLine *****************
|
|
struct Z_Construct_UFunction_UCommonTextBlock_SetApplyLineHeightToBottomLine_Statics
|
|
{
|
|
struct CommonTextBlock_eventSetApplyLineHeightToBottomLine_Parms
|
|
{
|
|
bool InApplyLineHeightToBottomLine;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Text" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetApplyLineHeightToBottomLine constinit property declarations ********
|
|
static void NewProp_InApplyLineHeightToBottomLine_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_InApplyLineHeightToBottomLine;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetApplyLineHeightToBottomLine constinit property declarations **********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetApplyLineHeightToBottomLine Property Definitions *******************
|
|
void Z_Construct_UFunction_UCommonTextBlock_SetApplyLineHeightToBottomLine_Statics::NewProp_InApplyLineHeightToBottomLine_SetBit(void* Obj)
|
|
{
|
|
((CommonTextBlock_eventSetApplyLineHeightToBottomLine_Parms*)Obj)->InApplyLineHeightToBottomLine = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonTextBlock_SetApplyLineHeightToBottomLine_Statics::NewProp_InApplyLineHeightToBottomLine = { "InApplyLineHeightToBottomLine", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(CommonTextBlock_eventSetApplyLineHeightToBottomLine_Parms), &Z_Construct_UFunction_UCommonTextBlock_SetApplyLineHeightToBottomLine_Statics::NewProp_InApplyLineHeightToBottomLine_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonTextBlock_SetApplyLineHeightToBottomLine_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonTextBlock_SetApplyLineHeightToBottomLine_Statics::NewProp_InApplyLineHeightToBottomLine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetApplyLineHeightToBottomLine_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetApplyLineHeightToBottomLine Property Definitions *********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonTextBlock_SetApplyLineHeightToBottomLine_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonTextBlock, nullptr, "SetApplyLineHeightToBottomLine", Z_Construct_UFunction_UCommonTextBlock_SetApplyLineHeightToBottomLine_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetApplyLineHeightToBottomLine_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonTextBlock_SetApplyLineHeightToBottomLine_Statics::CommonTextBlock_eventSetApplyLineHeightToBottomLine_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetApplyLineHeightToBottomLine_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonTextBlock_SetApplyLineHeightToBottomLine_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonTextBlock_SetApplyLineHeightToBottomLine_Statics::CommonTextBlock_eventSetApplyLineHeightToBottomLine_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonTextBlock_SetApplyLineHeightToBottomLine()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonTextBlock_SetApplyLineHeightToBottomLine_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonTextBlock::execSetApplyLineHeightToBottomLine)
|
|
{
|
|
P_GET_UBOOL(Z_Param_InApplyLineHeightToBottomLine);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetApplyLineHeightToBottomLine(Z_Param_InApplyLineHeightToBottomLine);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonTextBlock Function SetApplyLineHeightToBottomLine *******************
|
|
|
|
// ********** Begin Class UCommonTextBlock Function SetLineHeightPercentage ************************
|
|
struct Z_Construct_UFunction_UCommonTextBlock_SetLineHeightPercentage_Statics
|
|
{
|
|
struct CommonTextBlock_eventSetLineHeightPercentage_Parms
|
|
{
|
|
float InLineHeightPercentage;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Text" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetLineHeightPercentage constinit property declarations ***************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InLineHeightPercentage;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetLineHeightPercentage constinit property declarations *****************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetLineHeightPercentage Property Definitions **************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UCommonTextBlock_SetLineHeightPercentage_Statics::NewProp_InLineHeightPercentage = { "InLineHeightPercentage", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonTextBlock_eventSetLineHeightPercentage_Parms, InLineHeightPercentage), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonTextBlock_SetLineHeightPercentage_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonTextBlock_SetLineHeightPercentage_Statics::NewProp_InLineHeightPercentage,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetLineHeightPercentage_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetLineHeightPercentage Property Definitions ****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonTextBlock_SetLineHeightPercentage_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonTextBlock, nullptr, "SetLineHeightPercentage", Z_Construct_UFunction_UCommonTextBlock_SetLineHeightPercentage_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetLineHeightPercentage_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonTextBlock_SetLineHeightPercentage_Statics::CommonTextBlock_eventSetLineHeightPercentage_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetLineHeightPercentage_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonTextBlock_SetLineHeightPercentage_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonTextBlock_SetLineHeightPercentage_Statics::CommonTextBlock_eventSetLineHeightPercentage_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonTextBlock_SetLineHeightPercentage()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonTextBlock_SetLineHeightPercentage_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonTextBlock::execSetLineHeightPercentage)
|
|
{
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InLineHeightPercentage);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetLineHeightPercentage(Z_Param_InLineHeightPercentage);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonTextBlock Function SetLineHeightPercentage **************************
|
|
|
|
// ********** Begin Class UCommonTextBlock Function SetMargin **************************************
|
|
struct Z_Construct_UFunction_UCommonTextBlock_SetMargin_Statics
|
|
{
|
|
struct CommonTextBlock_eventSetMargin_Parms
|
|
{
|
|
FMargin InMargin;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Text" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InMargin_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetMargin constinit property declarations *****************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InMargin;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetMargin constinit property declarations *******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetMargin Property Definitions ****************************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCommonTextBlock_SetMargin_Statics::NewProp_InMargin = { "InMargin", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonTextBlock_eventSetMargin_Parms, InMargin), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InMargin_MetaData), NewProp_InMargin_MetaData) }; // 4099648758
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonTextBlock_SetMargin_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonTextBlock_SetMargin_Statics::NewProp_InMargin,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetMargin_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetMargin Property Definitions ******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonTextBlock_SetMargin_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonTextBlock, nullptr, "SetMargin", Z_Construct_UFunction_UCommonTextBlock_SetMargin_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetMargin_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonTextBlock_SetMargin_Statics::CommonTextBlock_eventSetMargin_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetMargin_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonTextBlock_SetMargin_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonTextBlock_SetMargin_Statics::CommonTextBlock_eventSetMargin_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonTextBlock_SetMargin()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonTextBlock_SetMargin_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonTextBlock::execSetMargin)
|
|
{
|
|
P_GET_STRUCT_REF(FMargin,Z_Param_Out_InMargin);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetMargin(Z_Param_Out_InMargin);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonTextBlock Function SetMargin ****************************************
|
|
|
|
// ********** Begin Class UCommonTextBlock Function SetMobileFontSizeMultiplier ********************
|
|
struct Z_Construct_UFunction_UCommonTextBlock_SetMobileFontSizeMultiplier_Statics
|
|
{
|
|
struct CommonTextBlock_eventSetMobileFontSizeMultiplier_Parms
|
|
{
|
|
float InMobileFontSizeMultiplier;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Text|Mobile" },
|
|
{ "Comment", "/** Sets the new value and then applies the FontSizeMultiplier */" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
{ "ToolTip", "Sets the new value and then applies the FontSizeMultiplier" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetMobileFontSizeMultiplier constinit property declarations ***********
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InMobileFontSizeMultiplier;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetMobileFontSizeMultiplier constinit property declarations *************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetMobileFontSizeMultiplier Property Definitions **********************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UCommonTextBlock_SetMobileFontSizeMultiplier_Statics::NewProp_InMobileFontSizeMultiplier = { "InMobileFontSizeMultiplier", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonTextBlock_eventSetMobileFontSizeMultiplier_Parms, InMobileFontSizeMultiplier), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonTextBlock_SetMobileFontSizeMultiplier_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonTextBlock_SetMobileFontSizeMultiplier_Statics::NewProp_InMobileFontSizeMultiplier,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetMobileFontSizeMultiplier_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetMobileFontSizeMultiplier Property Definitions ************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonTextBlock_SetMobileFontSizeMultiplier_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonTextBlock, nullptr, "SetMobileFontSizeMultiplier", Z_Construct_UFunction_UCommonTextBlock_SetMobileFontSizeMultiplier_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetMobileFontSizeMultiplier_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonTextBlock_SetMobileFontSizeMultiplier_Statics::CommonTextBlock_eventSetMobileFontSizeMultiplier_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetMobileFontSizeMultiplier_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonTextBlock_SetMobileFontSizeMultiplier_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonTextBlock_SetMobileFontSizeMultiplier_Statics::CommonTextBlock_eventSetMobileFontSizeMultiplier_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonTextBlock_SetMobileFontSizeMultiplier()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonTextBlock_SetMobileFontSizeMultiplier_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonTextBlock::execSetMobileFontSizeMultiplier)
|
|
{
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InMobileFontSizeMultiplier);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetMobileFontSizeMultiplier(Z_Param_InMobileFontSizeMultiplier);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonTextBlock Function SetMobileFontSizeMultiplier **********************
|
|
|
|
// ********** Begin Class UCommonTextBlock Function SetScrollingEnabled ****************************
|
|
struct Z_Construct_UFunction_UCommonTextBlock_SetScrollingEnabled_Statics
|
|
{
|
|
struct CommonTextBlock_eventSetScrollingEnabled_Parms
|
|
{
|
|
bool bInIsScrollingEnabled;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Text|Scroll Style" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetScrollingEnabled constinit property declarations *******************
|
|
static void NewProp_bInIsScrollingEnabled_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bInIsScrollingEnabled;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetScrollingEnabled constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetScrollingEnabled Property Definitions ******************************
|
|
void Z_Construct_UFunction_UCommonTextBlock_SetScrollingEnabled_Statics::NewProp_bInIsScrollingEnabled_SetBit(void* Obj)
|
|
{
|
|
((CommonTextBlock_eventSetScrollingEnabled_Parms*)Obj)->bInIsScrollingEnabled = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonTextBlock_SetScrollingEnabled_Statics::NewProp_bInIsScrollingEnabled = { "bInIsScrollingEnabled", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(CommonTextBlock_eventSetScrollingEnabled_Parms), &Z_Construct_UFunction_UCommonTextBlock_SetScrollingEnabled_Statics::NewProp_bInIsScrollingEnabled_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonTextBlock_SetScrollingEnabled_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonTextBlock_SetScrollingEnabled_Statics::NewProp_bInIsScrollingEnabled,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetScrollingEnabled_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetScrollingEnabled Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonTextBlock_SetScrollingEnabled_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonTextBlock, nullptr, "SetScrollingEnabled", Z_Construct_UFunction_UCommonTextBlock_SetScrollingEnabled_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetScrollingEnabled_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonTextBlock_SetScrollingEnabled_Statics::CommonTextBlock_eventSetScrollingEnabled_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetScrollingEnabled_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonTextBlock_SetScrollingEnabled_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonTextBlock_SetScrollingEnabled_Statics::CommonTextBlock_eventSetScrollingEnabled_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonTextBlock_SetScrollingEnabled()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonTextBlock_SetScrollingEnabled_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonTextBlock::execSetScrollingEnabled)
|
|
{
|
|
P_GET_UBOOL(Z_Param_bInIsScrollingEnabled);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetScrollingEnabled(Z_Param_bInIsScrollingEnabled);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonTextBlock Function SetScrollingEnabled ******************************
|
|
|
|
// ********** Begin Class UCommonTextBlock Function SetScrollOrientation ***************************
|
|
struct Z_Construct_UFunction_UCommonTextBlock_SetScrollOrientation_Statics
|
|
{
|
|
struct CommonTextBlock_eventSetScrollOrientation_Parms
|
|
{
|
|
TEnumAsByte<EOrientation> InScrollOrientation;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Text" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetScrollOrientation constinit property declarations ******************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_InScrollOrientation;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetScrollOrientation constinit property declarations ********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetScrollOrientation Property Definitions *****************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UCommonTextBlock_SetScrollOrientation_Statics::NewProp_InScrollOrientation = { "InScrollOrientation", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonTextBlock_eventSetScrollOrientation_Parms, InScrollOrientation), Z_Construct_UEnum_SlateCore_EOrientation, METADATA_PARAMS(0, nullptr) }; // 3016252625
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonTextBlock_SetScrollOrientation_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonTextBlock_SetScrollOrientation_Statics::NewProp_InScrollOrientation,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetScrollOrientation_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetScrollOrientation Property Definitions *******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonTextBlock_SetScrollOrientation_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonTextBlock, nullptr, "SetScrollOrientation", Z_Construct_UFunction_UCommonTextBlock_SetScrollOrientation_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetScrollOrientation_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonTextBlock_SetScrollOrientation_Statics::CommonTextBlock_eventSetScrollOrientation_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetScrollOrientation_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonTextBlock_SetScrollOrientation_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonTextBlock_SetScrollOrientation_Statics::CommonTextBlock_eventSetScrollOrientation_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonTextBlock_SetScrollOrientation()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonTextBlock_SetScrollOrientation_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonTextBlock::execSetScrollOrientation)
|
|
{
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_InScrollOrientation);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetScrollOrientation(EOrientation(Z_Param_InScrollOrientation));
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonTextBlock Function SetScrollOrientation *****************************
|
|
|
|
// ********** Begin Class UCommonTextBlock Function SetStyle ***************************************
|
|
struct Z_Construct_UFunction_UCommonTextBlock_SetStyle_Statics
|
|
{
|
|
struct CommonTextBlock_eventSetStyle_Parms
|
|
{
|
|
TSubclassOf<UCommonTextStyle> InStyle;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Text" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetStyle constinit property declarations ******************************
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_InStyle;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetStyle constinit property declarations ********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetStyle Property Definitions *****************************************
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UFunction_UCommonTextBlock_SetStyle_Statics::NewProp_InStyle = { "InStyle", nullptr, (EPropertyFlags)0x0014000000000080, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonTextBlock_eventSetStyle_Parms, InStyle), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UCommonTextStyle_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonTextBlock_SetStyle_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonTextBlock_SetStyle_Statics::NewProp_InStyle,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetStyle_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetStyle Property Definitions *******************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonTextBlock_SetStyle_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonTextBlock, nullptr, "SetStyle", Z_Construct_UFunction_UCommonTextBlock_SetStyle_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetStyle_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonTextBlock_SetStyle_Statics::CommonTextBlock_eventSetStyle_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetStyle_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonTextBlock_SetStyle_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonTextBlock_SetStyle_Statics::CommonTextBlock_eventSetStyle_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonTextBlock_SetStyle()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonTextBlock_SetStyle_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonTextBlock::execSetStyle)
|
|
{
|
|
P_GET_OBJECT(UClass,Z_Param_InStyle);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetStyle(Z_Param_InStyle);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonTextBlock Function SetStyle *****************************************
|
|
|
|
// ********** Begin Class UCommonTextBlock Function SetTextCase ************************************
|
|
struct Z_Construct_UFunction_UCommonTextBlock_SetTextCase_Statics
|
|
{
|
|
struct CommonTextBlock_eventSetTextCase_Parms
|
|
{
|
|
bool bUseAllCaps;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Text" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetTextCase constinit property declarations ***************************
|
|
static void NewProp_bUseAllCaps_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseAllCaps;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetTextCase constinit property declarations *****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetTextCase Property Definitions **************************************
|
|
void Z_Construct_UFunction_UCommonTextBlock_SetTextCase_Statics::NewProp_bUseAllCaps_SetBit(void* Obj)
|
|
{
|
|
((CommonTextBlock_eventSetTextCase_Parms*)Obj)->bUseAllCaps = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonTextBlock_SetTextCase_Statics::NewProp_bUseAllCaps = { "bUseAllCaps", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(CommonTextBlock_eventSetTextCase_Parms), &Z_Construct_UFunction_UCommonTextBlock_SetTextCase_Statics::NewProp_bUseAllCaps_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonTextBlock_SetTextCase_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonTextBlock_SetTextCase_Statics::NewProp_bUseAllCaps,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetTextCase_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetTextCase Property Definitions ****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonTextBlock_SetTextCase_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonTextBlock, nullptr, "SetTextCase", Z_Construct_UFunction_UCommonTextBlock_SetTextCase_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetTextCase_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonTextBlock_SetTextCase_Statics::CommonTextBlock_eventSetTextCase_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetTextCase_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonTextBlock_SetTextCase_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonTextBlock_SetTextCase_Statics::CommonTextBlock_eventSetTextCase_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonTextBlock_SetTextCase()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonTextBlock_SetTextCase_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonTextBlock::execSetTextCase)
|
|
{
|
|
P_GET_UBOOL(Z_Param_bUseAllCaps);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetTextCase(Z_Param_bUseAllCaps);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonTextBlock Function SetTextCase **************************************
|
|
|
|
// ********** Begin Class UCommonTextBlock Function SetWrapTextWidth *******************************
|
|
struct Z_Construct_UFunction_UCommonTextBlock_SetWrapTextWidth_Statics
|
|
{
|
|
struct CommonTextBlock_eventSetWrapTextWidth_Parms
|
|
{
|
|
int32 InWrapTextAt;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Common Text" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetWrapTextWidth constinit property declarations **********************
|
|
static const UECodeGen_Private::FIntPropertyParams NewProp_InWrapTextAt;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetWrapTextWidth constinit property declarations ************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetWrapTextWidth Property Definitions *********************************
|
|
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UCommonTextBlock_SetWrapTextWidth_Statics::NewProp_InWrapTextAt = { "InWrapTextAt", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonTextBlock_eventSetWrapTextWidth_Parms, InWrapTextAt), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonTextBlock_SetWrapTextWidth_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonTextBlock_SetWrapTextWidth_Statics::NewProp_InWrapTextAt,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetWrapTextWidth_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetWrapTextWidth Property Definitions ***********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonTextBlock_SetWrapTextWidth_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonTextBlock, nullptr, "SetWrapTextWidth", Z_Construct_UFunction_UCommonTextBlock_SetWrapTextWidth_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetWrapTextWidth_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UCommonTextBlock_SetWrapTextWidth_Statics::CommonTextBlock_eventSetWrapTextWidth_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonTextBlock_SetWrapTextWidth_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonTextBlock_SetWrapTextWidth_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UCommonTextBlock_SetWrapTextWidth_Statics::CommonTextBlock_eventSetWrapTextWidth_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UCommonTextBlock_SetWrapTextWidth()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonTextBlock_SetWrapTextWidth_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UCommonTextBlock::execSetWrapTextWidth)
|
|
{
|
|
P_GET_PROPERTY(FIntProperty,Z_Param_InWrapTextAt);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetWrapTextWidth(Z_Param_InWrapTextAt);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UCommonTextBlock Function SetWrapTextWidth *********************************
|
|
|
|
// ********** Begin Class UCommonTextBlock *********************************************************
|
|
void UCommonTextBlock::GetMobileFontSizeMultiplier_WrapperImpl(const void* Object, void* OutValue)
|
|
{
|
|
const UCommonTextBlock* Obj = (const UCommonTextBlock*)Object;
|
|
float& Result = *(float*)OutValue;
|
|
Result = (float)Obj->GetMobileFontSizeMultiplier();
|
|
}
|
|
void UCommonTextBlock::SetMobileFontSizeMultiplier_WrapperImpl(void* Object, const void* InValue)
|
|
{
|
|
UCommonTextBlock* Obj = (UCommonTextBlock*)Object;
|
|
float& Value = *(float*)InValue;
|
|
Obj->SetMobileFontSizeMultiplier(Value);
|
|
}
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UCommonTextBlock;
|
|
UClass* UCommonTextBlock::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UCommonTextBlock;
|
|
if (!Z_Registration_Info_UClass_UCommonTextBlock.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("CommonTextBlock"),
|
|
Z_Registration_Info_UClass_UCommonTextBlock.InnerSingleton,
|
|
StaticRegisterNativesUCommonTextBlock,
|
|
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_UCommonTextBlock.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UCommonTextBlock_NoRegister()
|
|
{
|
|
return UCommonTextBlock::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UCommonTextBlock_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Category", "Common UI" },
|
|
{ "ClassGroupNames", "UI" },
|
|
{ "Comment", "/**\n * Text block with automatic scrolling for FX / large texts, also supports a larger set of default styling, & custom mobile scaling.\n */" },
|
|
{ "DisplayName", "Common Text" },
|
|
{ "IncludePath", "CommonTextBlock.h" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
{ "PrioritizeCategories", "Content" },
|
|
{ "ToolTip", "Text block with automatic scrolling for FX / large texts, also supports a larger set of default styling, & custom mobile scaling." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MobileFontSizeMultiplier_MetaData[] = {
|
|
{ "Category", "Mobile" },
|
|
{ "ClampMax", "5.0" },
|
|
{ "ClampMin", "0.01" },
|
|
{ "Comment", "/** Mobile font size multiplier. Activated by default on mobile. See CVar Mobile_PreviewFontSize */" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
{ "ToolTip", "Mobile font size multiplier. Activated by default on mobile. See CVar Mobile_PreviewFontSize" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsScrollingEnabled_MetaData[] = {
|
|
{ "AllowPrivateAccess", "TRUE" },
|
|
{ "Category", "CommonText" },
|
|
{ "Comment", "/** If scrolling is enabled/disabled initially, this can be updated in blueprint */" },
|
|
{ "ExposeOnSpawn", "TRUE" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
{ "ToolTip", "If scrolling is enabled/disabled initially, this can be updated in blueprint" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bDisplayAllCaps_MetaData[] = {
|
|
{ "Comment", "/** True to always display text in ALL CAPS */" },
|
|
{ "DeprecatedProperty", "" },
|
|
{ "DeprecationMessage", "bDisplayAllCaps is deprecated. Please use TextTransformPolicy instead." },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
{ "ToolTip", "True to always display text in ALL CAPS" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAutoCollapseWithEmptyText_MetaData[] = {
|
|
{ "AllowPrivateAccess", "TRUE" },
|
|
{ "Category", "CommonText" },
|
|
{ "Comment", "/** True to automatically collapse this text block when set to display an empty string. Conversely, will be SelfHitTestInvisible when showing a non-empty string. */" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
{ "ToolTip", "True to automatically collapse this text block when set to display an empty string. Conversely, will be SelfHitTestInvisible when showing a non-empty string." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Style_MetaData[] = {
|
|
{ "AllowPrivateAccess", "TRUE" },
|
|
{ "Category", "CommonText" },
|
|
{ "Comment", "/** References the text style to use */" },
|
|
{ "ExposeOnSpawn", "TRUE" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
{ "ToolTip", "References the text style to use" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ScrollStyle_MetaData[] = {
|
|
{ "AllowPrivateAccess", "TRUE" },
|
|
{ "Category", "CommonText" },
|
|
{ "Comment", "/** References the scroll style asset to use, no reference disables scrolling*/" },
|
|
{ "ExposeOnSpawn", "TRUE" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
{ "ToolTip", "References the scroll style asset to use, no reference disables scrolling" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ScrollOrientation_MetaData[] = {
|
|
{ "AllowPrivateAccess", "TRUE" },
|
|
{ "Category", "CommonText" },
|
|
{ "Comment", "/** The orientation the text will scroll if out of bounds. */" },
|
|
{ "ExposeOnSpawn", "TRUE" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
{ "ToolTip", "The orientation the text will scroll if out of bounds." },
|
|
};
|
|
#if WITH_EDITORONLY_DATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bStyleNoLongerNeedsConversion_MetaData[] = {
|
|
{ "Comment", "/** Used to track widgets that were created before changing the default style pointer to null */" },
|
|
{ "ModuleRelativePath", "Public/CommonTextBlock.h" },
|
|
{ "ToolTip", "Used to track widgets that were created before changing the default style pointer to null" },
|
|
};
|
|
#endif // WITH_EDITORONLY_DATA
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UCommonTextBlock constinit property declarations *************************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MobileFontSizeMultiplier;
|
|
static void NewProp_bIsScrollingEnabled_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsScrollingEnabled;
|
|
static void NewProp_bDisplayAllCaps_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bDisplayAllCaps;
|
|
static void NewProp_bAutoCollapseWithEmptyText_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAutoCollapseWithEmptyText;
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_Style;
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_ScrollStyle;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ScrollOrientation;
|
|
#if WITH_EDITORONLY_DATA
|
|
static void NewProp_bStyleNoLongerNeedsConversion_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bStyleNoLongerNeedsConversion;
|
|
#endif // WITH_EDITORONLY_DATA
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UCommonTextBlock constinit property declarations ***************************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("GetMargin"), .Pointer = &UCommonTextBlock::execGetMargin },
|
|
{ .NameUTF8 = UTF8TEXT("GetMobileFontSizeMultiplier"), .Pointer = &UCommonTextBlock::execGetMobileFontSizeMultiplier },
|
|
{ .NameUTF8 = UTF8TEXT("ResetScrollState"), .Pointer = &UCommonTextBlock::execResetScrollState },
|
|
{ .NameUTF8 = UTF8TEXT("SetApplyLineHeightToBottomLine"), .Pointer = &UCommonTextBlock::execSetApplyLineHeightToBottomLine },
|
|
{ .NameUTF8 = UTF8TEXT("SetLineHeightPercentage"), .Pointer = &UCommonTextBlock::execSetLineHeightPercentage },
|
|
{ .NameUTF8 = UTF8TEXT("SetMargin"), .Pointer = &UCommonTextBlock::execSetMargin },
|
|
{ .NameUTF8 = UTF8TEXT("SetMobileFontSizeMultiplier"), .Pointer = &UCommonTextBlock::execSetMobileFontSizeMultiplier },
|
|
{ .NameUTF8 = UTF8TEXT("SetScrollingEnabled"), .Pointer = &UCommonTextBlock::execSetScrollingEnabled },
|
|
{ .NameUTF8 = UTF8TEXT("SetScrollOrientation"), .Pointer = &UCommonTextBlock::execSetScrollOrientation },
|
|
{ .NameUTF8 = UTF8TEXT("SetStyle"), .Pointer = &UCommonTextBlock::execSetStyle },
|
|
{ .NameUTF8 = UTF8TEXT("SetTextCase"), .Pointer = &UCommonTextBlock::execSetTextCase },
|
|
{ .NameUTF8 = UTF8TEXT("SetWrapTextWidth"), .Pointer = &UCommonTextBlock::execSetWrapTextWidth },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UCommonTextBlock_GetMargin, "GetMargin" }, // 1262883048
|
|
{ &Z_Construct_UFunction_UCommonTextBlock_GetMobileFontSizeMultiplier, "GetMobileFontSizeMultiplier" }, // 1310466686
|
|
{ &Z_Construct_UFunction_UCommonTextBlock_ResetScrollState, "ResetScrollState" }, // 3504562730
|
|
{ &Z_Construct_UFunction_UCommonTextBlock_SetApplyLineHeightToBottomLine, "SetApplyLineHeightToBottomLine" }, // 2283224489
|
|
{ &Z_Construct_UFunction_UCommonTextBlock_SetLineHeightPercentage, "SetLineHeightPercentage" }, // 4094626281
|
|
{ &Z_Construct_UFunction_UCommonTextBlock_SetMargin, "SetMargin" }, // 799395790
|
|
{ &Z_Construct_UFunction_UCommonTextBlock_SetMobileFontSizeMultiplier, "SetMobileFontSizeMultiplier" }, // 4225717796
|
|
{ &Z_Construct_UFunction_UCommonTextBlock_SetScrollingEnabled, "SetScrollingEnabled" }, // 1539410549
|
|
{ &Z_Construct_UFunction_UCommonTextBlock_SetScrollOrientation, "SetScrollOrientation" }, // 3770097951
|
|
{ &Z_Construct_UFunction_UCommonTextBlock_SetStyle, "SetStyle" }, // 3945028380
|
|
{ &Z_Construct_UFunction_UCommonTextBlock_SetTextCase, "SetTextCase" }, // 1773355975
|
|
{ &Z_Construct_UFunction_UCommonTextBlock_SetWrapTextWidth, "SetWrapTextWidth" }, // 3324618131
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UCommonTextBlock>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UCommonTextBlock_Statics
|
|
|
|
// ********** Begin Class UCommonTextBlock Property Definitions ************************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_MobileFontSizeMultiplier = { "MobileFontSizeMultiplier", nullptr, (EPropertyFlags)0x0020080000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, &UCommonTextBlock::SetMobileFontSizeMultiplier_WrapperImpl, &UCommonTextBlock::GetMobileFontSizeMultiplier_WrapperImpl, 1, STRUCT_OFFSET(UCommonTextBlock, MobileFontSizeMultiplier), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MobileFontSizeMultiplier_MetaData), NewProp_MobileFontSizeMultiplier_MetaData) };
|
|
void Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_bIsScrollingEnabled_SetBit(void* Obj)
|
|
{
|
|
((UCommonTextBlock*)Obj)->bIsScrollingEnabled = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_bIsScrollingEnabled = { "bIsScrollingEnabled", nullptr, (EPropertyFlags)0x0041000000000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCommonTextBlock), &Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_bIsScrollingEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsScrollingEnabled_MetaData), NewProp_bIsScrollingEnabled_MetaData) };
|
|
void Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_bDisplayAllCaps_SetBit(void* Obj)
|
|
{
|
|
((UCommonTextBlock*)Obj)->bDisplayAllCaps_DEPRECATED = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_bDisplayAllCaps = { "bDisplayAllCaps", nullptr, (EPropertyFlags)0x0040000020000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCommonTextBlock), &Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_bDisplayAllCaps_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bDisplayAllCaps_MetaData), NewProp_bDisplayAllCaps_MetaData) };
|
|
void Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_bAutoCollapseWithEmptyText_SetBit(void* Obj)
|
|
{
|
|
((UCommonTextBlock*)Obj)->bAutoCollapseWithEmptyText = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_bAutoCollapseWithEmptyText = { "bAutoCollapseWithEmptyText", nullptr, (EPropertyFlags)0x0040000000000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCommonTextBlock), &Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_bAutoCollapseWithEmptyText_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAutoCollapseWithEmptyText_MetaData), NewProp_bAutoCollapseWithEmptyText_MetaData) };
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_Style = { "Style", nullptr, (EPropertyFlags)0x0045000000000015, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonTextBlock, Style), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UCommonTextStyle_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Style_MetaData), NewProp_Style_MetaData) };
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_ScrollStyle = { "ScrollStyle", nullptr, (EPropertyFlags)0x0045000000000015, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonTextBlock, ScrollStyle), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UCommonTextScrollStyle_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ScrollStyle_MetaData), NewProp_ScrollStyle_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_ScrollOrientation = { "ScrollOrientation", nullptr, (EPropertyFlags)0x0041000000000015, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonTextBlock, ScrollOrientation), Z_Construct_UEnum_SlateCore_EOrientation, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ScrollOrientation_MetaData), NewProp_ScrollOrientation_MetaData) }; // 3016252625
|
|
#if WITH_EDITORONLY_DATA
|
|
void Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_bStyleNoLongerNeedsConversion_SetBit(void* Obj)
|
|
{
|
|
((UCommonTextBlock*)Obj)->bStyleNoLongerNeedsConversion = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_bStyleNoLongerNeedsConversion = { "bStyleNoLongerNeedsConversion", nullptr, (EPropertyFlags)0x0040000800000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCommonTextBlock), &Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_bStyleNoLongerNeedsConversion_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bStyleNoLongerNeedsConversion_MetaData), NewProp_bStyleNoLongerNeedsConversion_MetaData) };
|
|
#endif // WITH_EDITORONLY_DATA
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCommonTextBlock_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_MobileFontSizeMultiplier,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_bIsScrollingEnabled,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_bDisplayAllCaps,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_bAutoCollapseWithEmptyText,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_Style,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_ScrollStyle,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_ScrollOrientation,
|
|
#if WITH_EDITORONLY_DATA
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonTextBlock_Statics::NewProp_bStyleNoLongerNeedsConversion,
|
|
#endif // WITH_EDITORONLY_DATA
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonTextBlock_Statics::PropPointers) < 2048);
|
|
// ********** End Class UCommonTextBlock Property Definitions **************************************
|
|
UObject* (*const Z_Construct_UClass_UCommonTextBlock_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UTextBlock,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_CommonUI,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonTextBlock_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonTextBlock_Statics::ClassParams = {
|
|
&UCommonTextBlock::StaticClass,
|
|
"CommonUI",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_UCommonTextBlock_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UCommonTextBlock_Statics::PropPointers),
|
|
0,
|
|
0x00A800A2u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonTextBlock_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonTextBlock_Statics::Class_MetaDataParams)
|
|
};
|
|
void UCommonTextBlock::StaticRegisterNativesUCommonTextBlock()
|
|
{
|
|
UClass* Class = UCommonTextBlock::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UCommonTextBlock_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UCommonTextBlock()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UCommonTextBlock.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonTextBlock.OuterSingleton, Z_Construct_UClass_UCommonTextBlock_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UCommonTextBlock.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonTextBlock);
|
|
UCommonTextBlock::~UCommonTextBlock() {}
|
|
IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(UCommonTextBlock)
|
|
// ********** End Class UCommonTextBlock ***********************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonTextBlock_h__Script_CommonUI_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UCommonTextStyle, UCommonTextStyle::StaticClass, TEXT("UCommonTextStyle"), &Z_Registration_Info_UClass_UCommonTextStyle, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonTextStyle), 3057932816U) },
|
|
{ Z_Construct_UClass_UCommonTextScrollStyle, UCommonTextScrollStyle::StaticClass, TEXT("UCommonTextScrollStyle"), &Z_Registration_Info_UClass_UCommonTextScrollStyle, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonTextScrollStyle), 242293999U) },
|
|
{ Z_Construct_UClass_UCommonTextBlock, UCommonTextBlock::StaticClass, TEXT("UCommonTextBlock"), &Z_Registration_Info_UClass_UCommonTextBlock, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonTextBlock), 643598354U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonTextBlock_h__Script_CommonUI_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonTextBlock_h__Script_CommonUI_901101391{
|
|
TEXT("/Script/CommonUI"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonTextBlock_h__Script_CommonUI_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonTextBlock_h__Script_CommonUI_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|