1520 lines
106 KiB
C++
1520 lines
106 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 "Components/RichTextBlock.h"
|
|
#include "Fonts/SlateFontInfo.h"
|
|
#include "Styling/SlateBrush.h"
|
|
#include "Styling/SlateColor.h"
|
|
#include "Styling/SlateTypes.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 EmptyLinkFunctionForGeneratedCodeRichTextBlock() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D();
|
|
ENGINE_API UClass* Z_Construct_UClass_UDataTable_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialInstanceDynamic_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_UMaterialInterface_NoRegister();
|
|
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FTableRowBase();
|
|
SLATECORE_API UEnum* Z_Construct_UEnum_SlateCore_ETextOverflowPolicy();
|
|
SLATECORE_API UEnum* Z_Construct_UEnum_SlateCore_ETextTransformPolicy();
|
|
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FSlateBrush();
|
|
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FSlateColor();
|
|
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FSlateFontInfo();
|
|
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FTextBlockStyle();
|
|
UMG_API UClass* Z_Construct_UClass_URichTextBlock();
|
|
UMG_API UClass* Z_Construct_UClass_URichTextBlock_NoRegister();
|
|
UMG_API UClass* Z_Construct_UClass_URichTextBlockDecorator_NoRegister();
|
|
UMG_API UClass* Z_Construct_UClass_UTextLayoutWidget();
|
|
UMG_API UScriptStruct* Z_Construct_UScriptStruct_FRichTextStyleRow();
|
|
UPackage* Z_Construct_UPackage__Script_UMG();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FRichTextStyleRow *************************************************
|
|
struct Z_Construct_UScriptStruct_FRichTextStyleRow_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FRichTextStyleRow); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FRichTextStyleRow); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Simple struct for rich text styles */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "Simple struct for rich text styles" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TextStyle_MetaData[] = {
|
|
{ "Category", "Appearance" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FRichTextStyleRow constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_TextStyle;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End ScriptStruct FRichTextStyleRow constinit property declarations *******************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FRichTextStyleRow>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FRichTextStyleRow_Statics
|
|
static_assert(std::is_polymorphic<FRichTextStyleRow>() == std::is_polymorphic<FTableRowBase>(), "USTRUCT FRichTextStyleRow cannot be polymorphic unless super FTableRowBase is polymorphic");
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRichTextStyleRow;
|
|
class UScriptStruct* FRichTextStyleRow::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRichTextStyleRow.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FRichTextStyleRow.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRichTextStyleRow, (UObject*)Z_Construct_UPackage__Script_UMG(), TEXT("RichTextStyleRow"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FRichTextStyleRow.OuterSingleton;
|
|
}
|
|
|
|
// ********** Begin ScriptStruct FRichTextStyleRow Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FRichTextStyleRow_Statics::NewProp_TextStyle = { "TextStyle", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRichTextStyleRow, TextStyle), Z_Construct_UScriptStruct_FTextBlockStyle, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TextStyle_MetaData), NewProp_TextStyle_MetaData) }; // 1595751522
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRichTextStyleRow_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRichTextStyleRow_Statics::NewProp_TextStyle,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRichTextStyleRow_Statics::PropPointers) < 2048);
|
|
// ********** End ScriptStruct FRichTextStyleRow Property Definitions ******************************
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRichTextStyleRow_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
|
|
Z_Construct_UScriptStruct_FTableRowBase,
|
|
&NewStructOps,
|
|
"RichTextStyleRow",
|
|
Z_Construct_UScriptStruct_FRichTextStyleRow_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRichTextStyleRow_Statics::PropPointers),
|
|
sizeof(FRichTextStyleRow),
|
|
alignof(FRichTextStyleRow),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRichTextStyleRow_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRichTextStyleRow_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FRichTextStyleRow()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FRichTextStyleRow.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRichTextStyleRow.InnerSingleton, Z_Construct_UScriptStruct_FRichTextStyleRow_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FRichTextStyleRow.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FRichTextStyleRow ***************************************************
|
|
|
|
// ********** Begin Class URichTextBlock Function ClearAllDefaultStyleOverrides ********************
|
|
struct Z_Construct_UFunction_URichTextBlock_ClearAllDefaultStyleOverrides_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Appearance" },
|
|
{ "Comment", "/** Remove all overrides made to the default text style and return to the style specified in the style set data table */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "Remove all overrides made to the default text style and return to the style specified in the style set data table" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function ClearAllDefaultStyleOverrides constinit property declarations *********
|
|
// ********** End Function ClearAllDefaultStyleOverrides constinit property declarations ***********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URichTextBlock_ClearAllDefaultStyleOverrides_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URichTextBlock, nullptr, "ClearAllDefaultStyleOverrides", nullptr,
|
|
0,
|
|
0,
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_ClearAllDefaultStyleOverrides_Statics::Function_MetaDataParams), Z_Construct_UFunction_URichTextBlock_ClearAllDefaultStyleOverrides_Statics::Function_MetaDataParams)}, };
|
|
UFunction* Z_Construct_UFunction_URichTextBlock_ClearAllDefaultStyleOverrides()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URichTextBlock_ClearAllDefaultStyleOverrides_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URichTextBlock::execClearAllDefaultStyleOverrides)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->ClearAllDefaultStyleOverrides();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URichTextBlock Function ClearAllDefaultStyleOverrides **********************
|
|
|
|
// ********** Begin Class URichTextBlock Function GetDecoratorByClass ******************************
|
|
struct Z_Construct_UFunction_URichTextBlock_GetDecoratorByClass_Statics
|
|
{
|
|
struct RichTextBlock_eventGetDecoratorByClass_Parms
|
|
{
|
|
TSubclassOf<URichTextBlockDecorator> DecoratorClass;
|
|
URichTextBlockDecorator* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Widget" },
|
|
{ "Comment", "/** */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetDecoratorByClass constinit property declarations *******************
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_DecoratorClass;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetDecoratorByClass constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetDecoratorByClass Property Definitions ******************************
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UFunction_URichTextBlock_GetDecoratorByClass_Statics::NewProp_DecoratorClass = { "DecoratorClass", nullptr, (EPropertyFlags)0x0014000000000080, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RichTextBlock_eventGetDecoratorByClass_Parms, DecoratorClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_URichTextBlockDecorator_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_URichTextBlock_GetDecoratorByClass_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RichTextBlock_eventGetDecoratorByClass_Parms, ReturnValue), Z_Construct_UClass_URichTextBlockDecorator_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URichTextBlock_GetDecoratorByClass_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_GetDecoratorByClass_Statics::NewProp_DecoratorClass,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_GetDecoratorByClass_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_GetDecoratorByClass_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetDecoratorByClass Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URichTextBlock_GetDecoratorByClass_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URichTextBlock, nullptr, "GetDecoratorByClass", Z_Construct_UFunction_URichTextBlock_GetDecoratorByClass_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_GetDecoratorByClass_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URichTextBlock_GetDecoratorByClass_Statics::RichTextBlock_eventGetDecoratorByClass_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_GetDecoratorByClass_Statics::Function_MetaDataParams), Z_Construct_UFunction_URichTextBlock_GetDecoratorByClass_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URichTextBlock_GetDecoratorByClass_Statics::RichTextBlock_eventGetDecoratorByClass_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URichTextBlock_GetDecoratorByClass()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URichTextBlock_GetDecoratorByClass_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URichTextBlock::execGetDecoratorByClass)
|
|
{
|
|
P_GET_OBJECT(UClass,Z_Param_DecoratorClass);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(URichTextBlockDecorator**)Z_Param__Result=P_THIS->GetDecoratorByClass(Z_Param_DecoratorClass);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URichTextBlock Function GetDecoratorByClass ********************************
|
|
|
|
// ********** Begin Class URichTextBlock Function GetDefaultDynamicMaterial ************************
|
|
struct Z_Construct_UFunction_URichTextBlock_GetDefaultDynamicMaterial_Statics
|
|
{
|
|
struct RichTextBlock_eventGetDefaultDynamicMaterial_Parms
|
|
{
|
|
UMaterialInstanceDynamic* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Appearance" },
|
|
{ "Comment", "/**\n\x09 * Creates a dynamic material for the default font or returns it if it already\n\x09 * exists\n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "Creates a dynamic material for the default font or returns it if it already\nexists" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetDefaultDynamicMaterial constinit property declarations *************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetDefaultDynamicMaterial constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetDefaultDynamicMaterial Property Definitions ************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_URichTextBlock_GetDefaultDynamicMaterial_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RichTextBlock_eventGetDefaultDynamicMaterial_Parms, ReturnValue), Z_Construct_UClass_UMaterialInstanceDynamic_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URichTextBlock_GetDefaultDynamicMaterial_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_GetDefaultDynamicMaterial_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_GetDefaultDynamicMaterial_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetDefaultDynamicMaterial Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URichTextBlock_GetDefaultDynamicMaterial_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URichTextBlock, nullptr, "GetDefaultDynamicMaterial", Z_Construct_UFunction_URichTextBlock_GetDefaultDynamicMaterial_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_GetDefaultDynamicMaterial_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URichTextBlock_GetDefaultDynamicMaterial_Statics::RichTextBlock_eventGetDefaultDynamicMaterial_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_GetDefaultDynamicMaterial_Statics::Function_MetaDataParams), Z_Construct_UFunction_URichTextBlock_GetDefaultDynamicMaterial_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URichTextBlock_GetDefaultDynamicMaterial_Statics::RichTextBlock_eventGetDefaultDynamicMaterial_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URichTextBlock_GetDefaultDynamicMaterial()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URichTextBlock_GetDefaultDynamicMaterial_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URichTextBlock::execGetDefaultDynamicMaterial)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(UMaterialInstanceDynamic**)Z_Param__Result=P_THIS->GetDefaultDynamicMaterial();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URichTextBlock Function GetDefaultDynamicMaterial **************************
|
|
|
|
// ********** Begin Class URichTextBlock Function GetText ******************************************
|
|
struct Z_Construct_UFunction_URichTextBlock_GetText_Statics
|
|
{
|
|
struct RichTextBlock_eventGetText_Parms
|
|
{
|
|
FText ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Widget" },
|
|
{ "Comment", "/**\n\x09 * Returns widgets text.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "Returns widgets text." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetText constinit property declarations *******************************
|
|
static const UECodeGen_Private::FTextPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetText constinit property declarations *********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetText Property Definitions ******************************************
|
|
const UECodeGen_Private::FTextPropertyParams Z_Construct_UFunction_URichTextBlock_GetText_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RichTextBlock_eventGetText_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URichTextBlock_GetText_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_GetText_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_GetText_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetText Property Definitions ********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URichTextBlock_GetText_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URichTextBlock, nullptr, "GetText", Z_Construct_UFunction_URichTextBlock_GetText_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_GetText_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URichTextBlock_GetText_Statics::RichTextBlock_eventGetText_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_GetText_Statics::Function_MetaDataParams), Z_Construct_UFunction_URichTextBlock_GetText_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URichTextBlock_GetText_Statics::RichTextBlock_eventGetText_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URichTextBlock_GetText()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URichTextBlock_GetText_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URichTextBlock::execGetText)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(FText*)Z_Param__Result=P_THIS->GetText();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URichTextBlock Function GetText ********************************************
|
|
|
|
// ********** Begin Class URichTextBlock Function GetTextStyleSet **********************************
|
|
struct Z_Construct_UFunction_URichTextBlock_GetTextStyleSet_Statics
|
|
{
|
|
struct RichTextBlock_eventGetTextStyleSet_Parms
|
|
{
|
|
UDataTable* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Widget" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetTextStyleSet constinit property declarations ***********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetTextStyleSet constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetTextStyleSet Property Definitions **********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_URichTextBlock_GetTextStyleSet_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RichTextBlock_eventGetTextStyleSet_Parms, ReturnValue), Z_Construct_UClass_UDataTable_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URichTextBlock_GetTextStyleSet_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_GetTextStyleSet_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_GetTextStyleSet_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetTextStyleSet Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URichTextBlock_GetTextStyleSet_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URichTextBlock, nullptr, "GetTextStyleSet", Z_Construct_UFunction_URichTextBlock_GetTextStyleSet_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_GetTextStyleSet_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URichTextBlock_GetTextStyleSet_Statics::RichTextBlock_eventGetTextStyleSet_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_GetTextStyleSet_Statics::Function_MetaDataParams), Z_Construct_UFunction_URichTextBlock_GetTextStyleSet_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URichTextBlock_GetTextStyleSet_Statics::RichTextBlock_eventGetTextStyleSet_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URichTextBlock_GetTextStyleSet()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URichTextBlock_GetTextStyleSet_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URichTextBlock::execGetTextStyleSet)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(UDataTable**)Z_Param__Result=P_THIS->GetTextStyleSet();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URichTextBlock Function GetTextStyleSet ************************************
|
|
|
|
// ********** Begin Class URichTextBlock Function RefreshTextLayout ********************************
|
|
struct Z_Construct_UFunction_URichTextBlock_RefreshTextLayout_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Widget" },
|
|
{ "Comment", "/**\n\x09 * Causes the text to reflow it's layout and re-evaluate any decorators\n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "Causes the text to reflow it's layout and re-evaluate any decorators" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function RefreshTextLayout constinit property declarations *********************
|
|
// ********** End Function RefreshTextLayout constinit property declarations ***********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URichTextBlock_RefreshTextLayout_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URichTextBlock, nullptr, "RefreshTextLayout", nullptr,
|
|
0,
|
|
0,
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_RefreshTextLayout_Statics::Function_MetaDataParams), Z_Construct_UFunction_URichTextBlock_RefreshTextLayout_Statics::Function_MetaDataParams)}, };
|
|
UFunction* Z_Construct_UFunction_URichTextBlock_RefreshTextLayout()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URichTextBlock_RefreshTextLayout_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URichTextBlock::execRefreshTextLayout)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->RefreshTextLayout();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URichTextBlock Function RefreshTextLayout **********************************
|
|
|
|
// ********** Begin Class URichTextBlock Function SetAutoWrapText **********************************
|
|
struct Z_Construct_UFunction_URichTextBlock_SetAutoWrapText_Statics
|
|
{
|
|
struct RichTextBlock_eventSetAutoWrapText_Parms
|
|
{
|
|
bool InAutoTextWrap;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Appearance" },
|
|
{ "Comment", "/**\n\x09 * Set the auto wrap for this rich text block\n\x09 * @param InAutoTextWrap to turn wrap on or off\n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "Set the auto wrap for this rich text block\n@param InAutoTextWrap to turn wrap on or off" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetAutoWrapText constinit property declarations ***********************
|
|
static void NewProp_InAutoTextWrap_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_InAutoTextWrap;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetAutoWrapText constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetAutoWrapText Property Definitions **********************************
|
|
void Z_Construct_UFunction_URichTextBlock_SetAutoWrapText_Statics::NewProp_InAutoTextWrap_SetBit(void* Obj)
|
|
{
|
|
((RichTextBlock_eventSetAutoWrapText_Parms*)Obj)->InAutoTextWrap = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_URichTextBlock_SetAutoWrapText_Statics::NewProp_InAutoTextWrap = { "InAutoTextWrap", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(RichTextBlock_eventSetAutoWrapText_Parms), &Z_Construct_UFunction_URichTextBlock_SetAutoWrapText_Statics::NewProp_InAutoTextWrap_SetBit, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URichTextBlock_SetAutoWrapText_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_SetAutoWrapText_Statics::NewProp_InAutoTextWrap,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetAutoWrapText_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetAutoWrapText Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URichTextBlock_SetAutoWrapText_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URichTextBlock, nullptr, "SetAutoWrapText", Z_Construct_UFunction_URichTextBlock_SetAutoWrapText_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetAutoWrapText_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URichTextBlock_SetAutoWrapText_Statics::RichTextBlock_eventSetAutoWrapText_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetAutoWrapText_Statics::Function_MetaDataParams), Z_Construct_UFunction_URichTextBlock_SetAutoWrapText_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URichTextBlock_SetAutoWrapText_Statics::RichTextBlock_eventSetAutoWrapText_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URichTextBlock_SetAutoWrapText()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URichTextBlock_SetAutoWrapText_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URichTextBlock::execSetAutoWrapText)
|
|
{
|
|
P_GET_UBOOL(Z_Param_InAutoTextWrap);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetAutoWrapText(Z_Param_InAutoTextWrap);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URichTextBlock Function SetAutoWrapText ************************************
|
|
|
|
// ********** Begin Class URichTextBlock Function SetDecorators ************************************
|
|
struct Z_Construct_UFunction_URichTextBlock_SetDecorators_Statics
|
|
{
|
|
struct RichTextBlock_eventSetDecorators_Parms
|
|
{
|
|
TArray<TSubclassOf<URichTextBlockDecorator>> InDecoratorClasses;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Appearance" },
|
|
{ "Comment", "/**\n\x09 * Replaces the existing decorators with the list provided\n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "Replaces the existing decorators with the list provided" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InDecoratorClasses_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetDecorators constinit property declarations *************************
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_InDecoratorClasses_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_InDecoratorClasses;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetDecorators constinit property declarations ***************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetDecorators Property Definitions ************************************
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UFunction_URichTextBlock_SetDecorators_Statics::NewProp_InDecoratorClasses_Inner = { "InDecoratorClasses", nullptr, (EPropertyFlags)0x0004000000000000, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_URichTextBlockDecorator_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_URichTextBlock_SetDecorators_Statics::NewProp_InDecoratorClasses = { "InDecoratorClasses", nullptr, (EPropertyFlags)0x0014000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RichTextBlock_eventSetDecorators_Parms, InDecoratorClasses), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InDecoratorClasses_MetaData), NewProp_InDecoratorClasses_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URichTextBlock_SetDecorators_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_SetDecorators_Statics::NewProp_InDecoratorClasses_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_SetDecorators_Statics::NewProp_InDecoratorClasses,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDecorators_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetDecorators Property Definitions **************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URichTextBlock_SetDecorators_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URichTextBlock, nullptr, "SetDecorators", Z_Construct_UFunction_URichTextBlock_SetDecorators_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDecorators_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URichTextBlock_SetDecorators_Statics::RichTextBlock_eventSetDecorators_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDecorators_Statics::Function_MetaDataParams), Z_Construct_UFunction_URichTextBlock_SetDecorators_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URichTextBlock_SetDecorators_Statics::RichTextBlock_eventSetDecorators_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URichTextBlock_SetDecorators()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URichTextBlock_SetDecorators_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URichTextBlock::execSetDecorators)
|
|
{
|
|
P_GET_TARRAY_REF(TSubclassOf<URichTextBlockDecorator>,Z_Param_Out_InDecoratorClasses);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetDecorators(Z_Param_Out_InDecoratorClasses);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URichTextBlock Function SetDecorators **************************************
|
|
|
|
// ********** Begin Class URichTextBlock Function SetDefaultColorAndOpacity ************************
|
|
struct Z_Construct_UFunction_URichTextBlock_SetDefaultColorAndOpacity_Statics
|
|
{
|
|
struct RichTextBlock_eventSetDefaultColorAndOpacity_Parms
|
|
{
|
|
FSlateColor InColorAndOpacity;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Appearance" },
|
|
{ "Comment", "/** \n\x09 * Sets the color and opacity of the default text in this rich text block\n\x09 * @param InColorAndOpacity\x09\x09The new text color and opacity\n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "Sets the color and opacity of the default text in this rich text block\n@param InColorAndOpacity The new text color and opacity" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetDefaultColorAndOpacity constinit property declarations *************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InColorAndOpacity;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetDefaultColorAndOpacity constinit property declarations ***************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetDefaultColorAndOpacity Property Definitions ************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_URichTextBlock_SetDefaultColorAndOpacity_Statics::NewProp_InColorAndOpacity = { "InColorAndOpacity", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RichTextBlock_eventSetDefaultColorAndOpacity_Parms, InColorAndOpacity), Z_Construct_UScriptStruct_FSlateColor, METADATA_PARAMS(0, nullptr) }; // 1663967387
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URichTextBlock_SetDefaultColorAndOpacity_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_SetDefaultColorAndOpacity_Statics::NewProp_InColorAndOpacity,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDefaultColorAndOpacity_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetDefaultColorAndOpacity Property Definitions **************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URichTextBlock_SetDefaultColorAndOpacity_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URichTextBlock, nullptr, "SetDefaultColorAndOpacity", Z_Construct_UFunction_URichTextBlock_SetDefaultColorAndOpacity_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDefaultColorAndOpacity_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URichTextBlock_SetDefaultColorAndOpacity_Statics::RichTextBlock_eventSetDefaultColorAndOpacity_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDefaultColorAndOpacity_Statics::Function_MetaDataParams), Z_Construct_UFunction_URichTextBlock_SetDefaultColorAndOpacity_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URichTextBlock_SetDefaultColorAndOpacity_Statics::RichTextBlock_eventSetDefaultColorAndOpacity_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URichTextBlock_SetDefaultColorAndOpacity()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URichTextBlock_SetDefaultColorAndOpacity_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URichTextBlock::execSetDefaultColorAndOpacity)
|
|
{
|
|
P_GET_STRUCT(FSlateColor,Z_Param_InColorAndOpacity);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetDefaultColorAndOpacity(Z_Param_InColorAndOpacity);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URichTextBlock Function SetDefaultColorAndOpacity **************************
|
|
|
|
// ********** Begin Class URichTextBlock Function SetDefaultFont ***********************************
|
|
struct Z_Construct_UFunction_URichTextBlock_SetDefaultFont_Statics
|
|
{
|
|
struct RichTextBlock_eventSetDefaultFont_Parms
|
|
{
|
|
FSlateFontInfo InFontInfo;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Appearance" },
|
|
{ "Comment", "/**\n\x09 * Dynamically set the default font info for this rich text block\n\x09 * @param InFontInfo The new font info\n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "Dynamically set the default font info for this rich text block\n@param InFontInfo The new font info" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetDefaultFont constinit property declarations ************************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InFontInfo;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetDefaultFont constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetDefaultFont Property Definitions ***********************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_URichTextBlock_SetDefaultFont_Statics::NewProp_InFontInfo = { "InFontInfo", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RichTextBlock_eventSetDefaultFont_Parms, InFontInfo), Z_Construct_UScriptStruct_FSlateFontInfo, METADATA_PARAMS(0, nullptr) }; // 167205173
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URichTextBlock_SetDefaultFont_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_SetDefaultFont_Statics::NewProp_InFontInfo,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDefaultFont_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetDefaultFont Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URichTextBlock_SetDefaultFont_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URichTextBlock, nullptr, "SetDefaultFont", Z_Construct_UFunction_URichTextBlock_SetDefaultFont_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDefaultFont_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URichTextBlock_SetDefaultFont_Statics::RichTextBlock_eventSetDefaultFont_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDefaultFont_Statics::Function_MetaDataParams), Z_Construct_UFunction_URichTextBlock_SetDefaultFont_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URichTextBlock_SetDefaultFont_Statics::RichTextBlock_eventSetDefaultFont_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URichTextBlock_SetDefaultFont()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URichTextBlock_SetDefaultFont_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URichTextBlock::execSetDefaultFont)
|
|
{
|
|
P_GET_STRUCT(FSlateFontInfo,Z_Param_InFontInfo);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetDefaultFont(Z_Param_InFontInfo);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URichTextBlock Function SetDefaultFont *************************************
|
|
|
|
// ********** Begin Class URichTextBlock Function SetDefaultMaterial *******************************
|
|
struct Z_Construct_UFunction_URichTextBlock_SetDefaultMaterial_Statics
|
|
{
|
|
struct RichTextBlock_eventSetDefaultMaterial_Parms
|
|
{
|
|
UMaterialInterface* InMaterial;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Appearance" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetDefaultMaterial constinit property declarations ********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_InMaterial;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetDefaultMaterial constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetDefaultMaterial Property Definitions *******************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_URichTextBlock_SetDefaultMaterial_Statics::NewProp_InMaterial = { "InMaterial", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RichTextBlock_eventSetDefaultMaterial_Parms, InMaterial), Z_Construct_UClass_UMaterialInterface_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URichTextBlock_SetDefaultMaterial_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_SetDefaultMaterial_Statics::NewProp_InMaterial,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDefaultMaterial_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetDefaultMaterial Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URichTextBlock_SetDefaultMaterial_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URichTextBlock, nullptr, "SetDefaultMaterial", Z_Construct_UFunction_URichTextBlock_SetDefaultMaterial_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDefaultMaterial_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URichTextBlock_SetDefaultMaterial_Statics::RichTextBlock_eventSetDefaultMaterial_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDefaultMaterial_Statics::Function_MetaDataParams), Z_Construct_UFunction_URichTextBlock_SetDefaultMaterial_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URichTextBlock_SetDefaultMaterial_Statics::RichTextBlock_eventSetDefaultMaterial_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URichTextBlock_SetDefaultMaterial()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URichTextBlock_SetDefaultMaterial_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URichTextBlock::execSetDefaultMaterial)
|
|
{
|
|
P_GET_OBJECT(UMaterialInterface,Z_Param_InMaterial);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetDefaultMaterial(Z_Param_InMaterial);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URichTextBlock Function SetDefaultMaterial *********************************
|
|
|
|
// ********** Begin Class URichTextBlock Function SetDefaultShadowColorAndOpacity ******************
|
|
struct Z_Construct_UFunction_URichTextBlock_SetDefaultShadowColorAndOpacity_Statics
|
|
{
|
|
struct RichTextBlock_eventSetDefaultShadowColorAndOpacity_Parms
|
|
{
|
|
FLinearColor InShadowColorAndOpacity;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Appearance" },
|
|
{ "Comment", "/** \n\x09 * Sets the color and opacity of the default text drop shadow\n\x09 * Note: if opacity is zero no shadow will be drawn\n\x09 * @param InShadowColorAndOpacity\x09\x09The new drop shadow color and opacity\n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "Sets the color and opacity of the default text drop shadow\nNote: if opacity is zero no shadow will be drawn\n@param InShadowColorAndOpacity The new drop shadow color and opacity" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetDefaultShadowColorAndOpacity constinit property declarations *******
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InShadowColorAndOpacity;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetDefaultShadowColorAndOpacity constinit property declarations *********
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetDefaultShadowColorAndOpacity Property Definitions ******************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_URichTextBlock_SetDefaultShadowColorAndOpacity_Statics::NewProp_InShadowColorAndOpacity = { "InShadowColorAndOpacity", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RichTextBlock_eventSetDefaultShadowColorAndOpacity_Parms, InShadowColorAndOpacity), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URichTextBlock_SetDefaultShadowColorAndOpacity_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_SetDefaultShadowColorAndOpacity_Statics::NewProp_InShadowColorAndOpacity,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDefaultShadowColorAndOpacity_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetDefaultShadowColorAndOpacity Property Definitions ********************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URichTextBlock_SetDefaultShadowColorAndOpacity_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URichTextBlock, nullptr, "SetDefaultShadowColorAndOpacity", Z_Construct_UFunction_URichTextBlock_SetDefaultShadowColorAndOpacity_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDefaultShadowColorAndOpacity_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URichTextBlock_SetDefaultShadowColorAndOpacity_Statics::RichTextBlock_eventSetDefaultShadowColorAndOpacity_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDefaultShadowColorAndOpacity_Statics::Function_MetaDataParams), Z_Construct_UFunction_URichTextBlock_SetDefaultShadowColorAndOpacity_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URichTextBlock_SetDefaultShadowColorAndOpacity_Statics::RichTextBlock_eventSetDefaultShadowColorAndOpacity_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URichTextBlock_SetDefaultShadowColorAndOpacity()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URichTextBlock_SetDefaultShadowColorAndOpacity_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URichTextBlock::execSetDefaultShadowColorAndOpacity)
|
|
{
|
|
P_GET_STRUCT(FLinearColor,Z_Param_InShadowColorAndOpacity);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetDefaultShadowColorAndOpacity(Z_Param_InShadowColorAndOpacity);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URichTextBlock Function SetDefaultShadowColorAndOpacity ********************
|
|
|
|
// ********** Begin Class URichTextBlock Function SetDefaultShadowOffset ***************************
|
|
struct Z_Construct_UFunction_URichTextBlock_SetDefaultShadowOffset_Statics
|
|
{
|
|
struct RichTextBlock_eventSetDefaultShadowOffset_Parms
|
|
{
|
|
FVector2D InShadowOffset;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Appearance" },
|
|
{ "Comment", "/** \n\x09 * Sets the offset that the default text drop shadow should be drawn at\n\x09 * @param InShadowOffset\x09\x09The new offset\n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "Sets the offset that the default text drop shadow should be drawn at\n@param InShadowOffset The new offset" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetDefaultShadowOffset constinit property declarations ****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InShadowOffset;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetDefaultShadowOffset constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetDefaultShadowOffset Property Definitions ***************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_URichTextBlock_SetDefaultShadowOffset_Statics::NewProp_InShadowOffset = { "InShadowOffset", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RichTextBlock_eventSetDefaultShadowOffset_Parms, InShadowOffset), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URichTextBlock_SetDefaultShadowOffset_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_SetDefaultShadowOffset_Statics::NewProp_InShadowOffset,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDefaultShadowOffset_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetDefaultShadowOffset Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URichTextBlock_SetDefaultShadowOffset_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URichTextBlock, nullptr, "SetDefaultShadowOffset", Z_Construct_UFunction_URichTextBlock_SetDefaultShadowOffset_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDefaultShadowOffset_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URichTextBlock_SetDefaultShadowOffset_Statics::RichTextBlock_eventSetDefaultShadowOffset_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDefaultShadowOffset_Statics::Function_MetaDataParams), Z_Construct_UFunction_URichTextBlock_SetDefaultShadowOffset_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URichTextBlock_SetDefaultShadowOffset_Statics::RichTextBlock_eventSetDefaultShadowOffset_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URichTextBlock_SetDefaultShadowOffset()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URichTextBlock_SetDefaultShadowOffset_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URichTextBlock::execSetDefaultShadowOffset)
|
|
{
|
|
P_GET_STRUCT(FVector2D,Z_Param_InShadowOffset);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetDefaultShadowOffset(Z_Param_InShadowOffset);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URichTextBlock Function SetDefaultShadowOffset *****************************
|
|
|
|
// ********** Begin Class URichTextBlock Function SetDefaultStrikeBrush ****************************
|
|
struct Z_Construct_UFunction_URichTextBlock_SetDefaultStrikeBrush_Statics
|
|
{
|
|
struct RichTextBlock_eventSetDefaultStrikeBrush_Parms
|
|
{
|
|
FSlateBrush InStrikeBrush;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Appearance" },
|
|
{ "Comment", "/**\n\x09 * Dynamically set the default strike brush for this rich text block\n\x09 * @param InStrikeBrush The new brush to use to strike through text\n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "Dynamically set the default strike brush for this rich text block\n@param InStrikeBrush The new brush to use to strike through text" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InStrikeBrush_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetDefaultStrikeBrush constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InStrikeBrush;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetDefaultStrikeBrush constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetDefaultStrikeBrush Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_URichTextBlock_SetDefaultStrikeBrush_Statics::NewProp_InStrikeBrush = { "InStrikeBrush", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RichTextBlock_eventSetDefaultStrikeBrush_Parms, InStrikeBrush), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InStrikeBrush_MetaData), NewProp_InStrikeBrush_MetaData) }; // 4278521822
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URichTextBlock_SetDefaultStrikeBrush_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_SetDefaultStrikeBrush_Statics::NewProp_InStrikeBrush,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDefaultStrikeBrush_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetDefaultStrikeBrush Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URichTextBlock_SetDefaultStrikeBrush_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URichTextBlock, nullptr, "SetDefaultStrikeBrush", Z_Construct_UFunction_URichTextBlock_SetDefaultStrikeBrush_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDefaultStrikeBrush_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URichTextBlock_SetDefaultStrikeBrush_Statics::RichTextBlock_eventSetDefaultStrikeBrush_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDefaultStrikeBrush_Statics::Function_MetaDataParams), Z_Construct_UFunction_URichTextBlock_SetDefaultStrikeBrush_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URichTextBlock_SetDefaultStrikeBrush_Statics::RichTextBlock_eventSetDefaultStrikeBrush_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URichTextBlock_SetDefaultStrikeBrush()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URichTextBlock_SetDefaultStrikeBrush_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URichTextBlock::execSetDefaultStrikeBrush)
|
|
{
|
|
P_GET_STRUCT_REF(FSlateBrush,Z_Param_Out_InStrikeBrush);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetDefaultStrikeBrush(Z_Param_Out_InStrikeBrush);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URichTextBlock Function SetDefaultStrikeBrush ******************************
|
|
|
|
// ********** Begin Class URichTextBlock Function SetDefaultTextStyle ******************************
|
|
struct Z_Construct_UFunction_URichTextBlock_SetDefaultTextStyle_Statics
|
|
{
|
|
struct RichTextBlock_eventSetDefaultTextStyle_Parms
|
|
{
|
|
FTextBlockStyle InDefaultTextStyle;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Appearance" },
|
|
{ "Comment", "/** \n\x09 * Wholesale override of the currently established default text style\n\x09 * @param InDefaultTextStyle The new text style to apply to all default (i.e. undecorated) text in the block\n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "Wholesale override of the currently established default text style\n@param InDefaultTextStyle The new text style to apply to all default (i.e. undecorated) text in the block" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InDefaultTextStyle_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetDefaultTextStyle constinit property declarations *******************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_InDefaultTextStyle;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetDefaultTextStyle constinit property declarations *********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetDefaultTextStyle Property Definitions ******************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_URichTextBlock_SetDefaultTextStyle_Statics::NewProp_InDefaultTextStyle = { "InDefaultTextStyle", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RichTextBlock_eventSetDefaultTextStyle_Parms, InDefaultTextStyle), Z_Construct_UScriptStruct_FTextBlockStyle, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InDefaultTextStyle_MetaData), NewProp_InDefaultTextStyle_MetaData) }; // 1595751522
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URichTextBlock_SetDefaultTextStyle_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_SetDefaultTextStyle_Statics::NewProp_InDefaultTextStyle,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDefaultTextStyle_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetDefaultTextStyle Property Definitions ********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URichTextBlock_SetDefaultTextStyle_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URichTextBlock, nullptr, "SetDefaultTextStyle", Z_Construct_UFunction_URichTextBlock_SetDefaultTextStyle_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDefaultTextStyle_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URichTextBlock_SetDefaultTextStyle_Statics::RichTextBlock_eventSetDefaultTextStyle_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetDefaultTextStyle_Statics::Function_MetaDataParams), Z_Construct_UFunction_URichTextBlock_SetDefaultTextStyle_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URichTextBlock_SetDefaultTextStyle_Statics::RichTextBlock_eventSetDefaultTextStyle_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URichTextBlock_SetDefaultTextStyle()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URichTextBlock_SetDefaultTextStyle_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URichTextBlock::execSetDefaultTextStyle)
|
|
{
|
|
P_GET_STRUCT_REF(FTextBlockStyle,Z_Param_Out_InDefaultTextStyle);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetDefaultTextStyle(Z_Param_Out_InDefaultTextStyle);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URichTextBlock Function SetDefaultTextStyle ********************************
|
|
|
|
// ********** Begin Class URichTextBlock Function SetMinDesiredWidth *******************************
|
|
struct Z_Construct_UFunction_URichTextBlock_SetMinDesiredWidth_Statics
|
|
{
|
|
struct RichTextBlock_eventSetMinDesiredWidth_Parms
|
|
{
|
|
float InMinDesiredWidth;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Appearance" },
|
|
{ "Comment", "/**\n\x09 * Set the minimum desired width for this rich text block\n\x09 * @param InMinDesiredWidth new minimum desired width\n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "Set the minimum desired width for this rich text block\n@param InMinDesiredWidth new minimum desired width" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetMinDesiredWidth constinit property declarations ********************
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_InMinDesiredWidth;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetMinDesiredWidth constinit property declarations **********************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetMinDesiredWidth Property Definitions *******************************
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_URichTextBlock_SetMinDesiredWidth_Statics::NewProp_InMinDesiredWidth = { "InMinDesiredWidth", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RichTextBlock_eventSetMinDesiredWidth_Parms, InMinDesiredWidth), METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URichTextBlock_SetMinDesiredWidth_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_SetMinDesiredWidth_Statics::NewProp_InMinDesiredWidth,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetMinDesiredWidth_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetMinDesiredWidth Property Definitions *********************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URichTextBlock_SetMinDesiredWidth_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URichTextBlock, nullptr, "SetMinDesiredWidth", Z_Construct_UFunction_URichTextBlock_SetMinDesiredWidth_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetMinDesiredWidth_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URichTextBlock_SetMinDesiredWidth_Statics::RichTextBlock_eventSetMinDesiredWidth_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetMinDesiredWidth_Statics::Function_MetaDataParams), Z_Construct_UFunction_URichTextBlock_SetMinDesiredWidth_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URichTextBlock_SetMinDesiredWidth_Statics::RichTextBlock_eventSetMinDesiredWidth_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URichTextBlock_SetMinDesiredWidth()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URichTextBlock_SetMinDesiredWidth_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URichTextBlock::execSetMinDesiredWidth)
|
|
{
|
|
P_GET_PROPERTY(FFloatProperty,Z_Param_InMinDesiredWidth);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetMinDesiredWidth(Z_Param_InMinDesiredWidth);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URichTextBlock Function SetMinDesiredWidth *********************************
|
|
|
|
// ********** Begin Class URichTextBlock Function SetText ******************************************
|
|
struct Z_Construct_UFunction_URichTextBlock_SetText_Statics
|
|
{
|
|
struct RichTextBlock_eventSetText_Parms
|
|
{
|
|
FText InText;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "AutoCreateRefTerm", "InText" },
|
|
{ "Category", "Widget" },
|
|
{ "Comment", "/**\n\x09 * Directly sets the widget text.\n\x09 * Warning: This will wipe any binding created for the Text property!\n\x09 * @param InText The text to assign to the widget\n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "Directly sets the widget text.\nWarning: This will wipe any binding created for the Text property!\n@param InText The text to assign to the widget" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InText_MetaData[] = {
|
|
{ "NativeConst", "" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetText constinit property declarations *******************************
|
|
static const UECodeGen_Private::FTextPropertyParams NewProp_InText;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetText constinit property declarations *********************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetText Property Definitions ******************************************
|
|
const UECodeGen_Private::FTextPropertyParams Z_Construct_UFunction_URichTextBlock_SetText_Statics::NewProp_InText = { "InText", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RichTextBlock_eventSetText_Parms, InText), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InText_MetaData), NewProp_InText_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URichTextBlock_SetText_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_SetText_Statics::NewProp_InText,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetText_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetText Property Definitions ********************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URichTextBlock_SetText_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URichTextBlock, nullptr, "SetText", Z_Construct_UFunction_URichTextBlock_SetText_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetText_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URichTextBlock_SetText_Statics::RichTextBlock_eventSetText_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420402, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetText_Statics::Function_MetaDataParams), Z_Construct_UFunction_URichTextBlock_SetText_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URichTextBlock_SetText_Statics::RichTextBlock_eventSetText_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URichTextBlock_SetText()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URichTextBlock_SetText_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URichTextBlock::execSetText)
|
|
{
|
|
P_GET_PROPERTY_REF(FTextProperty,Z_Param_Out_InText);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetText(Z_Param_Out_InText);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URichTextBlock Function SetText ********************************************
|
|
|
|
// ********** Begin Class URichTextBlock Function SetTextOverflowPolicy ****************************
|
|
struct Z_Construct_UFunction_URichTextBlock_SetTextOverflowPolicy_Statics
|
|
{
|
|
struct RichTextBlock_eventSetTextOverflowPolicy_Parms
|
|
{
|
|
ETextOverflowPolicy InOverflowPolicy;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Appearance" },
|
|
{ "Comment", "/**\n\x09* Set the text overflow policy for this text block.\n\x09* @param InOverflowPolicy the new text overflow policy.\n\x09*/" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "Set the text overflow policy for this text block.\n@param InOverflowPolicy the new text overflow policy." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetTextOverflowPolicy constinit property declarations *****************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_InOverflowPolicy_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_InOverflowPolicy;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetTextOverflowPolicy constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetTextOverflowPolicy Property Definitions ****************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_URichTextBlock_SetTextOverflowPolicy_Statics::NewProp_InOverflowPolicy_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_UFunction_URichTextBlock_SetTextOverflowPolicy_Statics::NewProp_InOverflowPolicy = { "InOverflowPolicy", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RichTextBlock_eventSetTextOverflowPolicy_Parms, InOverflowPolicy), Z_Construct_UEnum_SlateCore_ETextOverflowPolicy, METADATA_PARAMS(0, nullptr) }; // 1738161579
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URichTextBlock_SetTextOverflowPolicy_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_SetTextOverflowPolicy_Statics::NewProp_InOverflowPolicy_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_SetTextOverflowPolicy_Statics::NewProp_InOverflowPolicy,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetTextOverflowPolicy_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetTextOverflowPolicy Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URichTextBlock_SetTextOverflowPolicy_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URichTextBlock, nullptr, "SetTextOverflowPolicy", Z_Construct_UFunction_URichTextBlock_SetTextOverflowPolicy_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetTextOverflowPolicy_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URichTextBlock_SetTextOverflowPolicy_Statics::RichTextBlock_eventSetTextOverflowPolicy_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetTextOverflowPolicy_Statics::Function_MetaDataParams), Z_Construct_UFunction_URichTextBlock_SetTextOverflowPolicy_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URichTextBlock_SetTextOverflowPolicy_Statics::RichTextBlock_eventSetTextOverflowPolicy_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URichTextBlock_SetTextOverflowPolicy()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URichTextBlock_SetTextOverflowPolicy_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URichTextBlock::execSetTextOverflowPolicy)
|
|
{
|
|
P_GET_ENUM(ETextOverflowPolicy,Z_Param_InOverflowPolicy);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetTextOverflowPolicy(ETextOverflowPolicy(Z_Param_InOverflowPolicy));
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URichTextBlock Function SetTextOverflowPolicy ******************************
|
|
|
|
// ********** Begin Class URichTextBlock Function SetTextStyleSet **********************************
|
|
struct Z_Construct_UFunction_URichTextBlock_SetTextStyleSet_Statics
|
|
{
|
|
struct RichTextBlock_eventSetTextStyleSet_Parms
|
|
{
|
|
UDataTable* NewTextStyleSet;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Widget" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetTextStyleSet constinit property declarations ***********************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_NewTextStyleSet;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetTextStyleSet constinit property declarations *************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetTextStyleSet Property Definitions **********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_URichTextBlock_SetTextStyleSet_Statics::NewProp_NewTextStyleSet = { "NewTextStyleSet", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RichTextBlock_eventSetTextStyleSet_Parms, NewTextStyleSet), Z_Construct_UClass_UDataTable_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URichTextBlock_SetTextStyleSet_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_SetTextStyleSet_Statics::NewProp_NewTextStyleSet,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetTextStyleSet_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetTextStyleSet Property Definitions ************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URichTextBlock_SetTextStyleSet_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URichTextBlock, nullptr, "SetTextStyleSet", Z_Construct_UFunction_URichTextBlock_SetTextStyleSet_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetTextStyleSet_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URichTextBlock_SetTextStyleSet_Statics::RichTextBlock_eventSetTextStyleSet_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetTextStyleSet_Statics::Function_MetaDataParams), Z_Construct_UFunction_URichTextBlock_SetTextStyleSet_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URichTextBlock_SetTextStyleSet_Statics::RichTextBlock_eventSetTextStyleSet_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URichTextBlock_SetTextStyleSet()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URichTextBlock_SetTextStyleSet_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URichTextBlock::execSetTextStyleSet)
|
|
{
|
|
P_GET_OBJECT(UDataTable,Z_Param_NewTextStyleSet);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetTextStyleSet(Z_Param_NewTextStyleSet);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URichTextBlock Function SetTextStyleSet ************************************
|
|
|
|
// ********** Begin Class URichTextBlock Function SetTextTransformPolicy ***************************
|
|
struct Z_Construct_UFunction_URichTextBlock_SetTextTransformPolicy_Statics
|
|
{
|
|
struct RichTextBlock_eventSetTextTransformPolicy_Parms
|
|
{
|
|
ETextTransformPolicy InTransformPolicy;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Appearance" },
|
|
{ "Comment", "/**\n\x09 * Set the text transformation policy for this text block.\n\x09 * @param InTransformPolicy the new text transformation policy.\n\x09 */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "Set the text transformation policy for this text block.\n@param InTransformPolicy the new text transformation policy." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetTextTransformPolicy constinit property declarations ****************
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_InTransformPolicy_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_InTransformPolicy;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetTextTransformPolicy constinit property declarations ******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetTextTransformPolicy Property Definitions ***************************
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_URichTextBlock_SetTextTransformPolicy_Statics::NewProp_InTransformPolicy_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_UFunction_URichTextBlock_SetTextTransformPolicy_Statics::NewProp_InTransformPolicy = { "InTransformPolicy", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RichTextBlock_eventSetTextTransformPolicy_Parms, InTransformPolicy), Z_Construct_UEnum_SlateCore_ETextTransformPolicy, METADATA_PARAMS(0, nullptr) }; // 2733367800
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URichTextBlock_SetTextTransformPolicy_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_SetTextTransformPolicy_Statics::NewProp_InTransformPolicy_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URichTextBlock_SetTextTransformPolicy_Statics::NewProp_InTransformPolicy,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetTextTransformPolicy_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetTextTransformPolicy Property Definitions *****************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URichTextBlock_SetTextTransformPolicy_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URichTextBlock, nullptr, "SetTextTransformPolicy", Z_Construct_UFunction_URichTextBlock_SetTextTransformPolicy_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetTextTransformPolicy_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_URichTextBlock_SetTextTransformPolicy_Statics::RichTextBlock_eventSetTextTransformPolicy_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URichTextBlock_SetTextTransformPolicy_Statics::Function_MetaDataParams), Z_Construct_UFunction_URichTextBlock_SetTextTransformPolicy_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_URichTextBlock_SetTextTransformPolicy_Statics::RichTextBlock_eventSetTextTransformPolicy_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_URichTextBlock_SetTextTransformPolicy()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URichTextBlock_SetTextTransformPolicy_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(URichTextBlock::execSetTextTransformPolicy)
|
|
{
|
|
P_GET_ENUM(ETextTransformPolicy,Z_Param_InTransformPolicy);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetTextTransformPolicy(ETextTransformPolicy(Z_Param_InTransformPolicy));
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class URichTextBlock Function SetTextTransformPolicy *****************************
|
|
|
|
// ********** Begin Class URichTextBlock ***********************************************************
|
|
void URichTextBlock::GetText_WrapperImpl(const void* Object, void* OutValue)
|
|
{
|
|
const URichTextBlock* Obj = (const URichTextBlock*)Object;
|
|
FText& Result = *(FText*)OutValue;
|
|
Result = (FText)Obj->GetText();
|
|
}
|
|
void URichTextBlock::SetText_WrapperImpl(void* Object, const void* InValue)
|
|
{
|
|
URichTextBlock* Obj = (URichTextBlock*)Object;
|
|
FText& Value = *(FText*)InValue;
|
|
Obj->SetText(Value);
|
|
}
|
|
void URichTextBlock::GetTextStyleSet_WrapperImpl(const void* Object, void* OutValue)
|
|
{
|
|
const URichTextBlock* Obj = (const URichTextBlock*)Object;
|
|
UDataTable*& Result = *(UDataTable**)OutValue;
|
|
Result = (UDataTable*)Obj->GetTextStyleSet();
|
|
}
|
|
void URichTextBlock::SetTextStyleSet_WrapperImpl(void* Object, const void* InValue)
|
|
{
|
|
URichTextBlock* Obj = (URichTextBlock*)Object;
|
|
UDataTable*& Value = *(UDataTable**)InValue;
|
|
Obj->SetTextStyleSet(Value);
|
|
}
|
|
void URichTextBlock::GetDefaultTextStyleOverride_WrapperImpl(const void* Object, void* OutValue)
|
|
{
|
|
const URichTextBlock* Obj = (const URichTextBlock*)Object;
|
|
FTextBlockStyle& Result = *(FTextBlockStyle*)OutValue;
|
|
Result = (FTextBlockStyle)Obj->GetDefaultTextStyleOverride();
|
|
}
|
|
void URichTextBlock::SetDefaultTextStyleOverride_WrapperImpl(void* Object, const void* InValue)
|
|
{
|
|
URichTextBlock* Obj = (URichTextBlock*)Object;
|
|
FTextBlockStyle& Value = *(FTextBlockStyle*)InValue;
|
|
Obj->SetDefaultTextStyle(Value);
|
|
}
|
|
void URichTextBlock::GetMinDesiredWidth_WrapperImpl(const void* Object, void* OutValue)
|
|
{
|
|
const URichTextBlock* Obj = (const URichTextBlock*)Object;
|
|
float& Result = *(float*)OutValue;
|
|
Result = (float)Obj->GetMinDesiredWidth();
|
|
}
|
|
void URichTextBlock::SetMinDesiredWidth_WrapperImpl(void* Object, const void* InValue)
|
|
{
|
|
URichTextBlock* Obj = (URichTextBlock*)Object;
|
|
float& Value = *(float*)InValue;
|
|
Obj->SetMinDesiredWidth(Value);
|
|
}
|
|
void URichTextBlock::GetTextTransformPolicy_WrapperImpl(const void* Object, void* OutValue)
|
|
{
|
|
const URichTextBlock* Obj = (const URichTextBlock*)Object;
|
|
ETextTransformPolicy& Result = *(ETextTransformPolicy*)OutValue;
|
|
Result = (ETextTransformPolicy)Obj->GetTransformPolicy();
|
|
}
|
|
void URichTextBlock::SetTextTransformPolicy_WrapperImpl(void* Object, const void* InValue)
|
|
{
|
|
URichTextBlock* Obj = (URichTextBlock*)Object;
|
|
ETextTransformPolicy& Value = *(ETextTransformPolicy*)InValue;
|
|
Obj->SetTextTransformPolicy(Value);
|
|
}
|
|
void URichTextBlock::GetTextOverflowPolicy_WrapperImpl(const void* Object, void* OutValue)
|
|
{
|
|
const URichTextBlock* Obj = (const URichTextBlock*)Object;
|
|
ETextOverflowPolicy& Result = *(ETextOverflowPolicy*)OutValue;
|
|
Result = (ETextOverflowPolicy)Obj->GetOverflowPolicy();
|
|
}
|
|
void URichTextBlock::SetTextOverflowPolicy_WrapperImpl(void* Object, const void* InValue)
|
|
{
|
|
URichTextBlock* Obj = (URichTextBlock*)Object;
|
|
ETextOverflowPolicy& Value = *(ETextOverflowPolicy*)InValue;
|
|
Obj->SetTextOverflowPolicy(Value);
|
|
}
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_URichTextBlock;
|
|
UClass* URichTextBlock::GetPrivateStaticClass()
|
|
{
|
|
using TClass = URichTextBlock;
|
|
if (!Z_Registration_Info_UClass_URichTextBlock.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("RichTextBlock"),
|
|
Z_Registration_Info_UClass_URichTextBlock.InnerSingleton,
|
|
StaticRegisterNativesURichTextBlock,
|
|
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_URichTextBlock.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_URichTextBlock_NoRegister()
|
|
{
|
|
return URichTextBlock::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_URichTextBlock_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/**\n * The rich text block\n *\n * * Fancy Text\n * * No Children\n */" },
|
|
{ "IncludePath", "Components/RichTextBlock.h" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ObjectInitializerConstructorDeclared", "" },
|
|
{ "ToolTip", "The rich text block\n\n* Fancy Text\n* No Children" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Text_MetaData[] = {
|
|
{ "BlueprintGetter", "GetText" },
|
|
{ "BlueprintSetter", "SetText" },
|
|
{ "Category", "Content" },
|
|
{ "Comment", "/** The text to display */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "MultiLine", "true" },
|
|
{ "ToolTip", "The text to display" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TextStyleSet_MetaData[] = {
|
|
{ "BlueprintGetter", "GetTextStyleSet" },
|
|
{ "BlueprintSetter", "SetTextStyleSet" },
|
|
{ "Category", "Appearance" },
|
|
{ "Comment", "/** */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "RequiredAssetDataTags", "RowStructure=/Script/UMG.RichTextStyleRow" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DecoratorClasses_MetaData[] = {
|
|
{ "Category", "Appearance" },
|
|
{ "Comment", "/** */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultTextStyleOverride_MetaData[] = {
|
|
{ "BlueprintSetter", "SetDefaultTextStyle" },
|
|
{ "Category", "Appearance" },
|
|
{ "Comment", "/** Text style to apply by default to text in this block */" },
|
|
{ "EditCondition", "bOverrideDefaultStyle" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "Text style to apply by default to text in this block" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MinDesiredWidth_MetaData[] = {
|
|
{ "BlueprintSetter", "SetMinDesiredWidth" },
|
|
{ "Category", "Appearance" },
|
|
{ "Comment", "/** The minimum desired size for the text */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "The minimum desired size for the text" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideDefaultStyle_MetaData[] = {
|
|
{ "Category", "Appearance" },
|
|
{ "Comment", "/** True to specify the default text style for this rich text inline, overriding any default provided in the style set table */" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "True to specify the default text style for this rich text inline, overriding any default provided in the style set table" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TextTransformPolicy_MetaData[] = {
|
|
{ "BlueprintSetter", "SetTextTransformPolicy" },
|
|
{ "Category", "Appearance" },
|
|
{ "Comment", "/** The text transformation policy to apply to this text block */" },
|
|
{ "DisplayName", "Transform Policy" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "The text transformation policy to apply to this text block" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TextOverflowPolicy_MetaData[] = {
|
|
{ "BlueprintSetter", "SetTextOverflowPolicy" },
|
|
{ "Category", "Clipping" },
|
|
{ "Comment", "/** Sets what happens to text that is clipped and doesn't fit within the clip rect for this widget */" },
|
|
{ "DisplayName", "Overflow Policy" },
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
{ "ToolTip", "Sets what happens to text that is clipped and doesn't fit within the clip rect for this widget" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultTextStyle_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InstanceDecorators_MetaData[] = {
|
|
{ "ModuleRelativePath", "Public/Components/RichTextBlock.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class URichTextBlock constinit property declarations ***************************
|
|
static const UECodeGen_Private::FTextPropertyParams NewProp_Text;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_TextStyleSet;
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_DecoratorClasses_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_DecoratorClasses;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultTextStyleOverride;
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_MinDesiredWidth;
|
|
static void NewProp_bOverrideDefaultStyle_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideDefaultStyle;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_TextTransformPolicy_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_TextTransformPolicy;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_TextOverflowPolicy_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_TextOverflowPolicy;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_DefaultTextStyle;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_InstanceDecorators_Inner;
|
|
static const UECodeGen_Private::FArrayPropertyParams NewProp_InstanceDecorators;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class URichTextBlock constinit property declarations *****************************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("ClearAllDefaultStyleOverrides"), .Pointer = &URichTextBlock::execClearAllDefaultStyleOverrides },
|
|
{ .NameUTF8 = UTF8TEXT("GetDecoratorByClass"), .Pointer = &URichTextBlock::execGetDecoratorByClass },
|
|
{ .NameUTF8 = UTF8TEXT("GetDefaultDynamicMaterial"), .Pointer = &URichTextBlock::execGetDefaultDynamicMaterial },
|
|
{ .NameUTF8 = UTF8TEXT("GetText"), .Pointer = &URichTextBlock::execGetText },
|
|
{ .NameUTF8 = UTF8TEXT("GetTextStyleSet"), .Pointer = &URichTextBlock::execGetTextStyleSet },
|
|
{ .NameUTF8 = UTF8TEXT("RefreshTextLayout"), .Pointer = &URichTextBlock::execRefreshTextLayout },
|
|
{ .NameUTF8 = UTF8TEXT("SetAutoWrapText"), .Pointer = &URichTextBlock::execSetAutoWrapText },
|
|
{ .NameUTF8 = UTF8TEXT("SetDecorators"), .Pointer = &URichTextBlock::execSetDecorators },
|
|
{ .NameUTF8 = UTF8TEXT("SetDefaultColorAndOpacity"), .Pointer = &URichTextBlock::execSetDefaultColorAndOpacity },
|
|
{ .NameUTF8 = UTF8TEXT("SetDefaultFont"), .Pointer = &URichTextBlock::execSetDefaultFont },
|
|
{ .NameUTF8 = UTF8TEXT("SetDefaultMaterial"), .Pointer = &URichTextBlock::execSetDefaultMaterial },
|
|
{ .NameUTF8 = UTF8TEXT("SetDefaultShadowColorAndOpacity"), .Pointer = &URichTextBlock::execSetDefaultShadowColorAndOpacity },
|
|
{ .NameUTF8 = UTF8TEXT("SetDefaultShadowOffset"), .Pointer = &URichTextBlock::execSetDefaultShadowOffset },
|
|
{ .NameUTF8 = UTF8TEXT("SetDefaultStrikeBrush"), .Pointer = &URichTextBlock::execSetDefaultStrikeBrush },
|
|
{ .NameUTF8 = UTF8TEXT("SetDefaultTextStyle"), .Pointer = &URichTextBlock::execSetDefaultTextStyle },
|
|
{ .NameUTF8 = UTF8TEXT("SetMinDesiredWidth"), .Pointer = &URichTextBlock::execSetMinDesiredWidth },
|
|
{ .NameUTF8 = UTF8TEXT("SetText"), .Pointer = &URichTextBlock::execSetText },
|
|
{ .NameUTF8 = UTF8TEXT("SetTextOverflowPolicy"), .Pointer = &URichTextBlock::execSetTextOverflowPolicy },
|
|
{ .NameUTF8 = UTF8TEXT("SetTextStyleSet"), .Pointer = &URichTextBlock::execSetTextStyleSet },
|
|
{ .NameUTF8 = UTF8TEXT("SetTextTransformPolicy"), .Pointer = &URichTextBlock::execSetTextTransformPolicy },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_URichTextBlock_ClearAllDefaultStyleOverrides, "ClearAllDefaultStyleOverrides" }, // 3604430873
|
|
{ &Z_Construct_UFunction_URichTextBlock_GetDecoratorByClass, "GetDecoratorByClass" }, // 2653456576
|
|
{ &Z_Construct_UFunction_URichTextBlock_GetDefaultDynamicMaterial, "GetDefaultDynamicMaterial" }, // 1254007938
|
|
{ &Z_Construct_UFunction_URichTextBlock_GetText, "GetText" }, // 2038913153
|
|
{ &Z_Construct_UFunction_URichTextBlock_GetTextStyleSet, "GetTextStyleSet" }, // 4225281182
|
|
{ &Z_Construct_UFunction_URichTextBlock_RefreshTextLayout, "RefreshTextLayout" }, // 273821007
|
|
{ &Z_Construct_UFunction_URichTextBlock_SetAutoWrapText, "SetAutoWrapText" }, // 2145278605
|
|
{ &Z_Construct_UFunction_URichTextBlock_SetDecorators, "SetDecorators" }, // 720462166
|
|
{ &Z_Construct_UFunction_URichTextBlock_SetDefaultColorAndOpacity, "SetDefaultColorAndOpacity" }, // 1125552173
|
|
{ &Z_Construct_UFunction_URichTextBlock_SetDefaultFont, "SetDefaultFont" }, // 433184388
|
|
{ &Z_Construct_UFunction_URichTextBlock_SetDefaultMaterial, "SetDefaultMaterial" }, // 751529060
|
|
{ &Z_Construct_UFunction_URichTextBlock_SetDefaultShadowColorAndOpacity, "SetDefaultShadowColorAndOpacity" }, // 812036408
|
|
{ &Z_Construct_UFunction_URichTextBlock_SetDefaultShadowOffset, "SetDefaultShadowOffset" }, // 2900034638
|
|
{ &Z_Construct_UFunction_URichTextBlock_SetDefaultStrikeBrush, "SetDefaultStrikeBrush" }, // 4188619090
|
|
{ &Z_Construct_UFunction_URichTextBlock_SetDefaultTextStyle, "SetDefaultTextStyle" }, // 1881969154
|
|
{ &Z_Construct_UFunction_URichTextBlock_SetMinDesiredWidth, "SetMinDesiredWidth" }, // 1705210382
|
|
{ &Z_Construct_UFunction_URichTextBlock_SetText, "SetText" }, // 2261300502
|
|
{ &Z_Construct_UFunction_URichTextBlock_SetTextOverflowPolicy, "SetTextOverflowPolicy" }, // 1959731911
|
|
{ &Z_Construct_UFunction_URichTextBlock_SetTextStyleSet, "SetTextStyleSet" }, // 1292769069
|
|
{ &Z_Construct_UFunction_URichTextBlock_SetTextTransformPolicy, "SetTextTransformPolicy" }, // 4178293253
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<URichTextBlock>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_URichTextBlock_Statics
|
|
|
|
// ********** Begin Class URichTextBlock Property Definitions **************************************
|
|
const UECodeGen_Private::FTextPropertyParams Z_Construct_UClass_URichTextBlock_Statics::NewProp_Text = { "Text", nullptr, (EPropertyFlags)0x0020080000000005, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, &URichTextBlock::SetText_WrapperImpl, &URichTextBlock::GetText_WrapperImpl, 1, STRUCT_OFFSET(URichTextBlock, Text), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Text_MetaData), NewProp_Text_MetaData) };
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_URichTextBlock_Statics::NewProp_TextStyleSet = { "TextStyleSet", nullptr, (EPropertyFlags)0x0124080000000005, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, &URichTextBlock::SetTextStyleSet_WrapperImpl, &URichTextBlock::GetTextStyleSet_WrapperImpl, 1, STRUCT_OFFSET(URichTextBlock, TextStyleSet), Z_Construct_UClass_UDataTable_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TextStyleSet_MetaData), NewProp_TextStyleSet_MetaData) };
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_URichTextBlock_Statics::NewProp_DecoratorClasses_Inner = { "DecoratorClasses", nullptr, (EPropertyFlags)0x0004000000000000, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_URichTextBlockDecorator_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_URichTextBlock_Statics::NewProp_DecoratorClasses = { "DecoratorClasses", nullptr, (EPropertyFlags)0x0024080000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URichTextBlock, DecoratorClasses), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DecoratorClasses_MetaData), NewProp_DecoratorClasses_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_URichTextBlock_Statics::NewProp_DefaultTextStyleOverride = { "DefaultTextStyleOverride", nullptr, (EPropertyFlags)0x0020080000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, &URichTextBlock::SetDefaultTextStyleOverride_WrapperImpl, &URichTextBlock::GetDefaultTextStyleOverride_WrapperImpl, 1, STRUCT_OFFSET(URichTextBlock, DefaultTextStyleOverride), Z_Construct_UScriptStruct_FTextBlockStyle, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultTextStyleOverride_MetaData), NewProp_DefaultTextStyleOverride_MetaData) }; // 1595751522
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_URichTextBlock_Statics::NewProp_MinDesiredWidth = { "MinDesiredWidth", nullptr, (EPropertyFlags)0x0020080000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, &URichTextBlock::SetMinDesiredWidth_WrapperImpl, &URichTextBlock::GetMinDesiredWidth_WrapperImpl, 1, STRUCT_OFFSET(URichTextBlock, MinDesiredWidth), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MinDesiredWidth_MetaData), NewProp_MinDesiredWidth_MetaData) };
|
|
void Z_Construct_UClass_URichTextBlock_Statics::NewProp_bOverrideDefaultStyle_SetBit(void* Obj)
|
|
{
|
|
((URichTextBlock*)Obj)->bOverrideDefaultStyle = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_URichTextBlock_Statics::NewProp_bOverrideDefaultStyle = { "bOverrideDefaultStyle", nullptr, (EPropertyFlags)0x0020080000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(URichTextBlock), &Z_Construct_UClass_URichTextBlock_Statics::NewProp_bOverrideDefaultStyle_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideDefaultStyle_MetaData), NewProp_bOverrideDefaultStyle_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_URichTextBlock_Statics::NewProp_TextTransformPolicy_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_URichTextBlock_Statics::NewProp_TextTransformPolicy = { "TextTransformPolicy", nullptr, (EPropertyFlags)0x0020080000000005, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, &URichTextBlock::SetTextTransformPolicy_WrapperImpl, &URichTextBlock::GetTextTransformPolicy_WrapperImpl, 1, STRUCT_OFFSET(URichTextBlock, TextTransformPolicy), Z_Construct_UEnum_SlateCore_ETextTransformPolicy, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TextTransformPolicy_MetaData), NewProp_TextTransformPolicy_MetaData) }; // 2733367800
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_URichTextBlock_Statics::NewProp_TextOverflowPolicy_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_URichTextBlock_Statics::NewProp_TextOverflowPolicy = { "TextOverflowPolicy", nullptr, (EPropertyFlags)0x00200c0000000005, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, &URichTextBlock::SetTextOverflowPolicy_WrapperImpl, &URichTextBlock::GetTextOverflowPolicy_WrapperImpl, 1, STRUCT_OFFSET(URichTextBlock, TextOverflowPolicy), Z_Construct_UEnum_SlateCore_ETextOverflowPolicy, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TextOverflowPolicy_MetaData), NewProp_TextOverflowPolicy_MetaData) }; // 1738161579
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_URichTextBlock_Statics::NewProp_DefaultTextStyle = { "DefaultTextStyle", nullptr, (EPropertyFlags)0x0020080000002000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URichTextBlock, DefaultTextStyle), Z_Construct_UScriptStruct_FTextBlockStyle, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultTextStyle_MetaData), NewProp_DefaultTextStyle_MetaData) }; // 1595751522
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_URichTextBlock_Statics::NewProp_InstanceDecorators_Inner = { "InstanceDecorators", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_URichTextBlockDecorator_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_URichTextBlock_Statics::NewProp_InstanceDecorators = { "InstanceDecorators", nullptr, (EPropertyFlags)0x0124080000002000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URichTextBlock, InstanceDecorators), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InstanceDecorators_MetaData), NewProp_InstanceDecorators_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_URichTextBlock_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URichTextBlock_Statics::NewProp_Text,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URichTextBlock_Statics::NewProp_TextStyleSet,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URichTextBlock_Statics::NewProp_DecoratorClasses_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URichTextBlock_Statics::NewProp_DecoratorClasses,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URichTextBlock_Statics::NewProp_DefaultTextStyleOverride,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URichTextBlock_Statics::NewProp_MinDesiredWidth,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URichTextBlock_Statics::NewProp_bOverrideDefaultStyle,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URichTextBlock_Statics::NewProp_TextTransformPolicy_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URichTextBlock_Statics::NewProp_TextTransformPolicy,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URichTextBlock_Statics::NewProp_TextOverflowPolicy_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URichTextBlock_Statics::NewProp_TextOverflowPolicy,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URichTextBlock_Statics::NewProp_DefaultTextStyle,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URichTextBlock_Statics::NewProp_InstanceDecorators_Inner,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URichTextBlock_Statics::NewProp_InstanceDecorators,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URichTextBlock_Statics::PropPointers) < 2048);
|
|
// ********** End Class URichTextBlock Property Definitions ****************************************
|
|
UObject* (*const Z_Construct_UClass_URichTextBlock_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UTextLayoutWidget,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URichTextBlock_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_URichTextBlock_Statics::ClassParams = {
|
|
&URichTextBlock::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_URichTextBlock_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_URichTextBlock_Statics::PropPointers),
|
|
0,
|
|
0x00A800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_URichTextBlock_Statics::Class_MetaDataParams), Z_Construct_UClass_URichTextBlock_Statics::Class_MetaDataParams)
|
|
};
|
|
void URichTextBlock::StaticRegisterNativesURichTextBlock()
|
|
{
|
|
UClass* Class = URichTextBlock::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_URichTextBlock_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_URichTextBlock()
|
|
{
|
|
if (!Z_Registration_Info_UClass_URichTextBlock.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_URichTextBlock.OuterSingleton, Z_Construct_UClass_URichTextBlock_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_URichTextBlock.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, URichTextBlock);
|
|
URichTextBlock::~URichTextBlock() {}
|
|
// ********** End Class URichTextBlock *************************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_RichTextBlock_h__Script_UMG_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FRichTextStyleRow::StaticStruct, Z_Construct_UScriptStruct_FRichTextStyleRow_Statics::NewStructOps, TEXT("RichTextStyleRow"),&Z_Registration_Info_UScriptStruct_FRichTextStyleRow, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRichTextStyleRow), 2681426449U) },
|
|
};
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_URichTextBlock, URichTextBlock::StaticClass, TEXT("URichTextBlock"), &Z_Registration_Info_UClass_URichTextBlock, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(URichTextBlock), 2310129983U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_RichTextBlock_h__Script_UMG_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_RichTextBlock_h__Script_UMG_271479600{
|
|
TEXT("/Script/UMG"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_RichTextBlock_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_RichTextBlock_h__Script_UMG_Statics::ClassInfo),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_RichTextBlock_h__Script_UMG_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_RichTextBlock_h__Script_UMG_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|