919 lines
59 KiB
C++
919 lines
59 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/CheckBox.h"
|
||
|
|
#include "Styling/SlateTypes.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeCheckBox() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
SLATECORE_API UEnum* Z_Construct_UEnum_SlateCore_EButtonClickMethod();
|
||
|
|
SLATECORE_API UEnum* Z_Construct_UEnum_SlateCore_EButtonPressMethod();
|
||
|
|
SLATECORE_API UEnum* Z_Construct_UEnum_SlateCore_EButtonTouchMethod();
|
||
|
|
SLATECORE_API UEnum* Z_Construct_UEnum_SlateCore_ECheckBoxState();
|
||
|
|
SLATECORE_API UEnum* Z_Construct_UEnum_SlateCore_EHorizontalAlignment();
|
||
|
|
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FCheckBoxStyle();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UCheckBox();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UCheckBox_NoRegister();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UContentWidget();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UWidgetCheckedStateRegistration();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UWidgetCheckedStateRegistration_NoRegister();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UWidgetEnumStateRegistration();
|
||
|
|
UMG_API UFunction* Z_Construct_UDelegateFunction_UMG_OnCheckBoxComponentStateChanged__DelegateSignature();
|
||
|
|
UMG_API UFunction* Z_Construct_UDelegateFunction_UWidget_GetCheckBoxState__DelegateSignature();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_UMG();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Delegate FOnCheckBoxComponentStateChanged **************************************
|
||
|
|
struct Z_Construct_UDelegateFunction_UMG_OnCheckBoxComponentStateChanged__DelegateSignature_Statics
|
||
|
|
{
|
||
|
|
struct _Script_UMG_eventOnCheckBoxComponentStateChanged_Parms
|
||
|
|
{
|
||
|
|
bool bIsChecked;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/Components/CheckBox.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Delegate FOnCheckBoxComponentStateChanged constinit property declarations ******
|
||
|
|
static void NewProp_bIsChecked_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsChecked;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Delegate FOnCheckBoxComponentStateChanged constinit property declarations ********
|
||
|
|
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Delegate FOnCheckBoxComponentStateChanged Property Definitions *****************
|
||
|
|
void Z_Construct_UDelegateFunction_UMG_OnCheckBoxComponentStateChanged__DelegateSignature_Statics::NewProp_bIsChecked_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((_Script_UMG_eventOnCheckBoxComponentStateChanged_Parms*)Obj)->bIsChecked = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UDelegateFunction_UMG_OnCheckBoxComponentStateChanged__DelegateSignature_Statics::NewProp_bIsChecked = { "bIsChecked", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(_Script_UMG_eventOnCheckBoxComponentStateChanged_Parms), &Z_Construct_UDelegateFunction_UMG_OnCheckBoxComponentStateChanged__DelegateSignature_Statics::NewProp_bIsChecked_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_UMG_OnCheckBoxComponentStateChanged__DelegateSignature_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_UMG_OnCheckBoxComponentStateChanged__DelegateSignature_Statics::NewProp_bIsChecked,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_UMG_OnCheckBoxComponentStateChanged__DelegateSignature_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Delegate FOnCheckBoxComponentStateChanged Property Definitions *******************
|
||
|
|
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_UMG_OnCheckBoxComponentStateChanged__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UPackage__Script_UMG, nullptr, "OnCheckBoxComponentStateChanged__DelegateSignature", Z_Construct_UDelegateFunction_UMG_OnCheckBoxComponentStateChanged__DelegateSignature_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_UMG_OnCheckBoxComponentStateChanged__DelegateSignature_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UDelegateFunction_UMG_OnCheckBoxComponentStateChanged__DelegateSignature_Statics::_Script_UMG_eventOnCheckBoxComponentStateChanged_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00130000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_UMG_OnCheckBoxComponentStateChanged__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_UMG_OnCheckBoxComponentStateChanged__DelegateSignature_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UDelegateFunction_UMG_OnCheckBoxComponentStateChanged__DelegateSignature_Statics::_Script_UMG_eventOnCheckBoxComponentStateChanged_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UDelegateFunction_UMG_OnCheckBoxComponentStateChanged__DelegateSignature()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_UMG_OnCheckBoxComponentStateChanged__DelegateSignature_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
void FOnCheckBoxComponentStateChanged_DelegateWrapper(const FMulticastScriptDelegate& OnCheckBoxComponentStateChanged, bool bIsChecked)
|
||
|
|
{
|
||
|
|
struct _Script_UMG_eventOnCheckBoxComponentStateChanged_Parms
|
||
|
|
{
|
||
|
|
bool bIsChecked;
|
||
|
|
};
|
||
|
|
_Script_UMG_eventOnCheckBoxComponentStateChanged_Parms Parms;
|
||
|
|
Parms.bIsChecked=bIsChecked ? true : false;
|
||
|
|
OnCheckBoxComponentStateChanged.ProcessMulticastDelegate<UObject>(&Parms);
|
||
|
|
}
|
||
|
|
// ********** End Delegate FOnCheckBoxComponentStateChanged ****************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UCheckBox Function GetCheckedState ***************************************
|
||
|
|
struct Z_Construct_UFunction_UCheckBox_GetCheckedState_Statics
|
||
|
|
{
|
||
|
|
struct CheckBox_eventGetCheckedState_Parms
|
||
|
|
{
|
||
|
|
ECheckBoxState ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Widget" },
|
||
|
|
{ "Comment", "/** Returns the full current checked state. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/CheckBox.h" },
|
||
|
|
{ "ToolTip", "Returns the full current checked state." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function GetCheckedState constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ReturnValue_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function GetCheckedState constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function GetCheckedState Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UCheckBox_GetCheckedState_Statics::NewProp_ReturnValue_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_UCheckBox_GetCheckedState_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CheckBox_eventGetCheckedState_Parms, ReturnValue), Z_Construct_UEnum_SlateCore_ECheckBoxState, METADATA_PARAMS(0, nullptr) }; // 1595478579
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCheckBox_GetCheckedState_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCheckBox_GetCheckedState_Statics::NewProp_ReturnValue_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCheckBox_GetCheckedState_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_GetCheckedState_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function GetCheckedState Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCheckBox_GetCheckedState_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCheckBox, nullptr, "GetCheckedState", Z_Construct_UFunction_UCheckBox_GetCheckedState_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_GetCheckedState_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UCheckBox_GetCheckedState_Statics::CheckBox_eventGetCheckedState_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_GetCheckedState_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCheckBox_GetCheckedState_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UCheckBox_GetCheckedState_Statics::CheckBox_eventGetCheckedState_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UCheckBox_GetCheckedState()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCheckBox_GetCheckedState_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UCheckBox::execGetCheckedState)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(ECheckBoxState*)Z_Param__Result=P_THIS->GetCheckedState();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UCheckBox Function GetCheckedState *****************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UCheckBox Function IsChecked *********************************************
|
||
|
|
struct Z_Construct_UFunction_UCheckBox_IsChecked_Statics
|
||
|
|
{
|
||
|
|
struct CheckBox_eventIsChecked_Parms
|
||
|
|
{
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Widget" },
|
||
|
|
{ "Comment", "/** Returns true if the checkbox is currently checked */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/CheckBox.h" },
|
||
|
|
{ "ToolTip", "Returns true if the checkbox is currently checked" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function IsChecked constinit property declarations *****************************
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function IsChecked constinit property declarations *******************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function IsChecked Property Definitions ****************************************
|
||
|
|
void Z_Construct_UFunction_UCheckBox_IsChecked_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((CheckBox_eventIsChecked_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCheckBox_IsChecked_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(CheckBox_eventIsChecked_Parms), &Z_Construct_UFunction_UCheckBox_IsChecked_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCheckBox_IsChecked_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCheckBox_IsChecked_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_IsChecked_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function IsChecked Property Definitions ******************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCheckBox_IsChecked_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCheckBox, nullptr, "IsChecked", Z_Construct_UFunction_UCheckBox_IsChecked_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_IsChecked_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UCheckBox_IsChecked_Statics::CheckBox_eventIsChecked_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_IsChecked_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCheckBox_IsChecked_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UCheckBox_IsChecked_Statics::CheckBox_eventIsChecked_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UCheckBox_IsChecked()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCheckBox_IsChecked_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UCheckBox::execIsChecked)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->IsChecked();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UCheckBox Function IsChecked ***********************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UCheckBox Function IsPressed *********************************************
|
||
|
|
struct Z_Construct_UFunction_UCheckBox_IsPressed_Statics
|
||
|
|
{
|
||
|
|
struct CheckBox_eventIsPressed_Parms
|
||
|
|
{
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Widget" },
|
||
|
|
{ "Comment", "/** Returns true if this button is currently pressed */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/CheckBox.h" },
|
||
|
|
{ "ToolTip", "Returns true if this button is currently pressed" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function IsPressed constinit property declarations *****************************
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function IsPressed constinit property declarations *******************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function IsPressed Property Definitions ****************************************
|
||
|
|
void Z_Construct_UFunction_UCheckBox_IsPressed_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((CheckBox_eventIsPressed_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCheckBox_IsPressed_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(CheckBox_eventIsPressed_Parms), &Z_Construct_UFunction_UCheckBox_IsPressed_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCheckBox_IsPressed_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCheckBox_IsPressed_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_IsPressed_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function IsPressed Property Definitions ******************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCheckBox_IsPressed_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCheckBox, nullptr, "IsPressed", Z_Construct_UFunction_UCheckBox_IsPressed_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_IsPressed_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UCheckBox_IsPressed_Statics::CheckBox_eventIsPressed_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_IsPressed_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCheckBox_IsPressed_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UCheckBox_IsPressed_Statics::CheckBox_eventIsPressed_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UCheckBox_IsPressed()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCheckBox_IsPressed_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UCheckBox::execIsPressed)
|
||
|
|
{
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
*(bool*)Z_Param__Result=P_THIS->IsPressed();
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UCheckBox Function IsPressed ***********************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UCheckBox Function SetCheckedState ***************************************
|
||
|
|
struct Z_Construct_UFunction_UCheckBox_SetCheckedState_Statics
|
||
|
|
{
|
||
|
|
struct CheckBox_eventSetCheckedState_Parms
|
||
|
|
{
|
||
|
|
ECheckBoxState InCheckedState;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Widget" },
|
||
|
|
{ "Comment", "/** Sets the checked state. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/CheckBox.h" },
|
||
|
|
{ "ToolTip", "Sets the checked state." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetCheckedState constinit property declarations ***********************
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_InCheckedState_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_InCheckedState;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetCheckedState constinit property declarations *************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetCheckedState Property Definitions **********************************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UCheckBox_SetCheckedState_Statics::NewProp_InCheckedState_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_UCheckBox_SetCheckedState_Statics::NewProp_InCheckedState = { "InCheckedState", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CheckBox_eventSetCheckedState_Parms, InCheckedState), Z_Construct_UEnum_SlateCore_ECheckBoxState, METADATA_PARAMS(0, nullptr) }; // 1595478579
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCheckBox_SetCheckedState_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCheckBox_SetCheckedState_Statics::NewProp_InCheckedState_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCheckBox_SetCheckedState_Statics::NewProp_InCheckedState,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_SetCheckedState_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetCheckedState Property Definitions ************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCheckBox_SetCheckedState_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCheckBox, nullptr, "SetCheckedState", Z_Construct_UFunction_UCheckBox_SetCheckedState_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_SetCheckedState_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UCheckBox_SetCheckedState_Statics::CheckBox_eventSetCheckedState_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_SetCheckedState_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCheckBox_SetCheckedState_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UCheckBox_SetCheckedState_Statics::CheckBox_eventSetCheckedState_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UCheckBox_SetCheckedState()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCheckBox_SetCheckedState_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UCheckBox::execSetCheckedState)
|
||
|
|
{
|
||
|
|
P_GET_ENUM(ECheckBoxState,Z_Param_InCheckedState);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->SetCheckedState(ECheckBoxState(Z_Param_InCheckedState));
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UCheckBox Function SetCheckedState *****************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UCheckBox Function SetClickMethod ****************************************
|
||
|
|
struct Z_Construct_UFunction_UCheckBox_SetClickMethod_Statics
|
||
|
|
{
|
||
|
|
struct CheckBox_eventSetClickMethod_Parms
|
||
|
|
{
|
||
|
|
TEnumAsByte<EButtonClickMethod::Type> InClickMethod;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Button" },
|
||
|
|
{ "Comment", "/** Sets the click method. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/CheckBox.h" },
|
||
|
|
{ "ToolTip", "Sets the click method." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetClickMethod constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_InClickMethod;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetClickMethod constinit property declarations **************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetClickMethod Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UCheckBox_SetClickMethod_Statics::NewProp_InClickMethod = { "InClickMethod", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CheckBox_eventSetClickMethod_Parms, InClickMethod), Z_Construct_UEnum_SlateCore_EButtonClickMethod, METADATA_PARAMS(0, nullptr) }; // 2103143996
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCheckBox_SetClickMethod_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCheckBox_SetClickMethod_Statics::NewProp_InClickMethod,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_SetClickMethod_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetClickMethod Property Definitions *************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCheckBox_SetClickMethod_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCheckBox, nullptr, "SetClickMethod", Z_Construct_UFunction_UCheckBox_SetClickMethod_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_SetClickMethod_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UCheckBox_SetClickMethod_Statics::CheckBox_eventSetClickMethod_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_SetClickMethod_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCheckBox_SetClickMethod_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UCheckBox_SetClickMethod_Statics::CheckBox_eventSetClickMethod_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UCheckBox_SetClickMethod()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCheckBox_SetClickMethod_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UCheckBox::execSetClickMethod)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_InClickMethod);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->SetClickMethod(EButtonClickMethod::Type(Z_Param_InClickMethod));
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UCheckBox Function SetClickMethod ******************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UCheckBox Function SetIsChecked ******************************************
|
||
|
|
struct Z_Construct_UFunction_UCheckBox_SetIsChecked_Statics
|
||
|
|
{
|
||
|
|
struct CheckBox_eventSetIsChecked_Parms
|
||
|
|
{
|
||
|
|
bool InIsChecked;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Widget" },
|
||
|
|
{ "Comment", "/** Sets the checked state. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/CheckBox.h" },
|
||
|
|
{ "ToolTip", "Sets the checked state." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetIsChecked constinit property declarations **************************
|
||
|
|
static void NewProp_InIsChecked_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_InIsChecked;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetIsChecked constinit property declarations ****************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetIsChecked Property Definitions *************************************
|
||
|
|
void Z_Construct_UFunction_UCheckBox_SetIsChecked_Statics::NewProp_InIsChecked_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((CheckBox_eventSetIsChecked_Parms*)Obj)->InIsChecked = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCheckBox_SetIsChecked_Statics::NewProp_InIsChecked = { "InIsChecked", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(CheckBox_eventSetIsChecked_Parms), &Z_Construct_UFunction_UCheckBox_SetIsChecked_Statics::NewProp_InIsChecked_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCheckBox_SetIsChecked_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCheckBox_SetIsChecked_Statics::NewProp_InIsChecked,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_SetIsChecked_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetIsChecked Property Definitions ***************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCheckBox_SetIsChecked_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCheckBox, nullptr, "SetIsChecked", Z_Construct_UFunction_UCheckBox_SetIsChecked_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_SetIsChecked_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UCheckBox_SetIsChecked_Statics::CheckBox_eventSetIsChecked_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_SetIsChecked_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCheckBox_SetIsChecked_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UCheckBox_SetIsChecked_Statics::CheckBox_eventSetIsChecked_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UCheckBox_SetIsChecked()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCheckBox_SetIsChecked_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UCheckBox::execSetIsChecked)
|
||
|
|
{
|
||
|
|
P_GET_UBOOL(Z_Param_InIsChecked);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->SetIsChecked(Z_Param_InIsChecked);
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UCheckBox Function SetIsChecked ********************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UCheckBox Function SetPressMethod ****************************************
|
||
|
|
struct Z_Construct_UFunction_UCheckBox_SetPressMethod_Statics
|
||
|
|
{
|
||
|
|
struct CheckBox_eventSetPressMethod_Parms
|
||
|
|
{
|
||
|
|
TEnumAsByte<EButtonPressMethod::Type> InPressMethod;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Button" },
|
||
|
|
{ "Comment", "/** Sets the press method. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/CheckBox.h" },
|
||
|
|
{ "ToolTip", "Sets the press method." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetPressMethod constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_InPressMethod;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetPressMethod constinit property declarations **************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetPressMethod Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UCheckBox_SetPressMethod_Statics::NewProp_InPressMethod = { "InPressMethod", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CheckBox_eventSetPressMethod_Parms, InPressMethod), Z_Construct_UEnum_SlateCore_EButtonPressMethod, METADATA_PARAMS(0, nullptr) }; // 1057369139
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCheckBox_SetPressMethod_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCheckBox_SetPressMethod_Statics::NewProp_InPressMethod,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_SetPressMethod_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetPressMethod Property Definitions *************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCheckBox_SetPressMethod_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCheckBox, nullptr, "SetPressMethod", Z_Construct_UFunction_UCheckBox_SetPressMethod_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_SetPressMethod_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UCheckBox_SetPressMethod_Statics::CheckBox_eventSetPressMethod_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_SetPressMethod_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCheckBox_SetPressMethod_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UCheckBox_SetPressMethod_Statics::CheckBox_eventSetPressMethod_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UCheckBox_SetPressMethod()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCheckBox_SetPressMethod_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UCheckBox::execSetPressMethod)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_InPressMethod);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->SetPressMethod(EButtonPressMethod::Type(Z_Param_InPressMethod));
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UCheckBox Function SetPressMethod ******************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UCheckBox Function SetTouchMethod ****************************************
|
||
|
|
struct Z_Construct_UFunction_UCheckBox_SetTouchMethod_Statics
|
||
|
|
{
|
||
|
|
struct CheckBox_eventSetTouchMethod_Parms
|
||
|
|
{
|
||
|
|
TEnumAsByte<EButtonTouchMethod::Type> InTouchMethod;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "Category", "Button" },
|
||
|
|
{ "Comment", "/** Sets the touch method. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/CheckBox.h" },
|
||
|
|
{ "ToolTip", "Sets the touch method." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Function SetTouchMethod constinit property declarations ************************
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_InTouchMethod;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Function SetTouchMethod constinit property declarations **************************
|
||
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Function SetTouchMethod Property Definitions ***********************************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UCheckBox_SetTouchMethod_Statics::NewProp_InTouchMethod = { "InTouchMethod", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CheckBox_eventSetTouchMethod_Parms, InTouchMethod), Z_Construct_UEnum_SlateCore_EButtonTouchMethod, METADATA_PARAMS(0, nullptr) }; // 3820779903
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCheckBox_SetTouchMethod_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCheckBox_SetTouchMethod_Statics::NewProp_InTouchMethod,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_SetTouchMethod_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Function SetTouchMethod Property Definitions *************************************
|
||
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCheckBox_SetTouchMethod_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCheckBox, nullptr, "SetTouchMethod", Z_Construct_UFunction_UCheckBox_SetTouchMethod_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_SetTouchMethod_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UFunction_UCheckBox_SetTouchMethod_Statics::CheckBox_eventSetTouchMethod_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCheckBox_SetTouchMethod_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCheckBox_SetTouchMethod_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UFunction_UCheckBox_SetTouchMethod_Statics::CheckBox_eventSetTouchMethod_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UFunction_UCheckBox_SetTouchMethod()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCheckBox_SetTouchMethod_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
DEFINE_FUNCTION(UCheckBox::execSetTouchMethod)
|
||
|
|
{
|
||
|
|
P_GET_PROPERTY(FByteProperty,Z_Param_InTouchMethod);
|
||
|
|
P_FINISH;
|
||
|
|
P_NATIVE_BEGIN;
|
||
|
|
P_THIS->SetTouchMethod(EButtonTouchMethod::Type(Z_Param_InTouchMethod));
|
||
|
|
P_NATIVE_END;
|
||
|
|
}
|
||
|
|
// ********** End Class UCheckBox Function SetTouchMethod ******************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UCheckBox ****************************************************************
|
||
|
|
void UCheckBox::GetCheckedState_WrapperImpl(const void* Object, void* OutValue)
|
||
|
|
{
|
||
|
|
const UCheckBox* Obj = (const UCheckBox*)Object;
|
||
|
|
ECheckBoxState& Result = *(ECheckBoxState*)OutValue;
|
||
|
|
Result = (ECheckBoxState)Obj->GetCheckedState();
|
||
|
|
}
|
||
|
|
void UCheckBox::SetCheckedState_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UCheckBox* Obj = (UCheckBox*)Object;
|
||
|
|
ECheckBoxState& Value = *(ECheckBoxState*)InValue;
|
||
|
|
Obj->SetCheckedState(Value);
|
||
|
|
}
|
||
|
|
void UCheckBox::GetWidgetStyle_WrapperImpl(const void* Object, void* OutValue)
|
||
|
|
{
|
||
|
|
const UCheckBox* Obj = (const UCheckBox*)Object;
|
||
|
|
FCheckBoxStyle& Result = *(FCheckBoxStyle*)OutValue;
|
||
|
|
Result = (FCheckBoxStyle)Obj->GetWidgetStyle();
|
||
|
|
}
|
||
|
|
void UCheckBox::SetWidgetStyle_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UCheckBox* Obj = (UCheckBox*)Object;
|
||
|
|
FCheckBoxStyle& Value = *(FCheckBoxStyle*)InValue;
|
||
|
|
Obj->SetWidgetStyle(Value);
|
||
|
|
}
|
||
|
|
void UCheckBox::GetClickMethod_WrapperImpl(const void* Object, void* OutValue)
|
||
|
|
{
|
||
|
|
const UCheckBox* Obj = (const UCheckBox*)Object;
|
||
|
|
uint8& Result = *(uint8*)OutValue;
|
||
|
|
Result = (uint8)Obj->GetClickMethod();
|
||
|
|
}
|
||
|
|
void UCheckBox::SetClickMethod_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UCheckBox* Obj = (UCheckBox*)Object;
|
||
|
|
EButtonClickMethod::Type Value = (EButtonClickMethod::Type)*(uint8*)InValue;
|
||
|
|
Obj->SetClickMethod(Value);
|
||
|
|
}
|
||
|
|
void UCheckBox::GetTouchMethod_WrapperImpl(const void* Object, void* OutValue)
|
||
|
|
{
|
||
|
|
const UCheckBox* Obj = (const UCheckBox*)Object;
|
||
|
|
uint8& Result = *(uint8*)OutValue;
|
||
|
|
Result = (uint8)Obj->GetTouchMethod();
|
||
|
|
}
|
||
|
|
void UCheckBox::SetTouchMethod_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UCheckBox* Obj = (UCheckBox*)Object;
|
||
|
|
EButtonTouchMethod::Type Value = (EButtonTouchMethod::Type)*(uint8*)InValue;
|
||
|
|
Obj->SetTouchMethod(Value);
|
||
|
|
}
|
||
|
|
void UCheckBox::GetPressMethod_WrapperImpl(const void* Object, void* OutValue)
|
||
|
|
{
|
||
|
|
const UCheckBox* Obj = (const UCheckBox*)Object;
|
||
|
|
uint8& Result = *(uint8*)OutValue;
|
||
|
|
Result = (uint8)Obj->GetPressMethod();
|
||
|
|
}
|
||
|
|
void UCheckBox::SetPressMethod_WrapperImpl(void* Object, const void* InValue)
|
||
|
|
{
|
||
|
|
UCheckBox* Obj = (UCheckBox*)Object;
|
||
|
|
EButtonPressMethod::Type Value = (EButtonPressMethod::Type)*(uint8*)InValue;
|
||
|
|
Obj->SetPressMethod(Value);
|
||
|
|
}
|
||
|
|
void UCheckBox::GetIsFocusable_WrapperImpl(const void* Object, void* OutValue)
|
||
|
|
{
|
||
|
|
const UCheckBox* Obj = (const UCheckBox*)Object;
|
||
|
|
bool& Result = *(bool*)OutValue;
|
||
|
|
Result = (bool)Obj->GetIsFocusable();
|
||
|
|
}
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UCheckBox;
|
||
|
|
UClass* UCheckBox::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UCheckBox;
|
||
|
|
if (!Z_Registration_Info_UClass_UCheckBox.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("CheckBox"),
|
||
|
|
Z_Registration_Info_UClass_UCheckBox.InnerSingleton,
|
||
|
|
StaticRegisterNativesUCheckBox,
|
||
|
|
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_UCheckBox.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UCheckBox_NoRegister()
|
||
|
|
{
|
||
|
|
return UCheckBox::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UCheckBox_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * The checkbox widget allows you to display a toggled state of 'unchecked', 'checked' and \n * 'indeterminable. You can use the checkbox for a classic checkbox, or as a toggle button,\n * or as radio buttons.\n * \n * * Single Child\n * * Toggle\n */" },
|
||
|
|
{ "IncludePath", "Components/CheckBox.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/CheckBox.h" },
|
||
|
|
{ "ToolTip", "The checkbox widget allows you to display a toggled state of 'unchecked', 'checked' and\n'indeterminable. You can use the checkbox for a classic checkbox, or as a toggle button,\nor as radio buttons.\n\n* Single Child\n* Toggle" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CheckedState_MetaData[] = {
|
||
|
|
{ "BlueprintGetter", "GetCheckedState" },
|
||
|
|
{ "BlueprintSetter", "SetCheckedState" },
|
||
|
|
{ "Category", "Appearance" },
|
||
|
|
{ "Comment", "/** Whether the check box is currently in a checked state */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/CheckBox.h" },
|
||
|
|
{ "ToolTip", "Whether the check box is currently in a checked state" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CheckedStateDelegate_MetaData[] = {
|
||
|
|
{ "Comment", "/** A bindable delegate for the IsChecked. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/CheckBox.h" },
|
||
|
|
{ "ToolTip", "A bindable delegate for the IsChecked." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WidgetStyle_MetaData[] = {
|
||
|
|
{ "Category", "Style" },
|
||
|
|
{ "Comment", "/** The checkbox bar style */" },
|
||
|
|
{ "DisplayName", "Style" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/CheckBox.h" },
|
||
|
|
{ "ToolTip", "The checkbox bar style" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HorizontalAlignment_MetaData[] = {
|
||
|
|
{ "Category", "Appearance" },
|
||
|
|
{ "Comment", "/** How the content of the toggle button should align within the given space */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/CheckBox.h" },
|
||
|
|
{ "ToolTip", "How the content of the toggle button should align within the given space" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ClickMethod_MetaData[] = {
|
||
|
|
{ "BlueprintSetter", "SetClickMethod" },
|
||
|
|
{ "Category", "Interaction" },
|
||
|
|
{ "Comment", "/** The type of mouse action required by the user to trigger the buttons 'Click' */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/CheckBox.h" },
|
||
|
|
{ "ToolTip", "The type of mouse action required by the user to trigger the buttons 'Click'" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TouchMethod_MetaData[] = {
|
||
|
|
{ "BlueprintSetter", "SetTouchMethod" },
|
||
|
|
{ "Category", "Interaction" },
|
||
|
|
{ "Comment", "/** The type of touch action required by the user to trigger the buttons 'Click' */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/CheckBox.h" },
|
||
|
|
{ "ToolTip", "The type of touch action required by the user to trigger the buttons 'Click'" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PressMethod_MetaData[] = {
|
||
|
|
{ "BlueprintSetter", "SetPressMethod" },
|
||
|
|
{ "Category", "Interaction" },
|
||
|
|
{ "Comment", "/** The type of keyboard/gamepad button press action required by the user to trigger the buttons 'Click' */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/CheckBox.h" },
|
||
|
|
{ "ToolTip", "The type of keyboard/gamepad button press action required by the user to trigger the buttons 'Click'" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IsFocusable_MetaData[] = {
|
||
|
|
{ "Category", "Interaction" },
|
||
|
|
{ "Comment", "/** Sometimes a button should only be mouse-clickable and never keyboard focusable. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/CheckBox.h" },
|
||
|
|
{ "ToolTip", "Sometimes a button should only be mouse-clickable and never keyboard focusable." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnCheckStateChanged_MetaData[] = {
|
||
|
|
{ "Category", "CheckBox|Event" },
|
||
|
|
{ "Comment", "/** Called when the checked state has changed */" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/CheckBox.h" },
|
||
|
|
{ "ToolTip", "Called when the checked state has changed" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UCheckBox constinit property declarations ********************************
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_CheckedState_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_CheckedState;
|
||
|
|
static const UECodeGen_Private::FDelegatePropertyParams NewProp_CheckedStateDelegate;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_WidgetStyle;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_HorizontalAlignment;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_ClickMethod;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_TouchMethod;
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_PressMethod;
|
||
|
|
static void NewProp_IsFocusable_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_IsFocusable;
|
||
|
|
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnCheckStateChanged;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UCheckBox constinit property declarations **********************************
|
||
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
||
|
|
{ .NameUTF8 = UTF8TEXT("GetCheckedState"), .Pointer = &UCheckBox::execGetCheckedState },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("IsChecked"), .Pointer = &UCheckBox::execIsChecked },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("IsPressed"), .Pointer = &UCheckBox::execIsPressed },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetCheckedState"), .Pointer = &UCheckBox::execSetCheckedState },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetClickMethod"), .Pointer = &UCheckBox::execSetClickMethod },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetIsChecked"), .Pointer = &UCheckBox::execSetIsChecked },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetPressMethod"), .Pointer = &UCheckBox::execSetPressMethod },
|
||
|
|
{ .NameUTF8 = UTF8TEXT("SetTouchMethod"), .Pointer = &UCheckBox::execSetTouchMethod },
|
||
|
|
};
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UFunction_UCheckBox_GetCheckedState, "GetCheckedState" }, // 2247445165
|
||
|
|
{ &Z_Construct_UFunction_UCheckBox_IsChecked, "IsChecked" }, // 241695330
|
||
|
|
{ &Z_Construct_UFunction_UCheckBox_IsPressed, "IsPressed" }, // 2023919124
|
||
|
|
{ &Z_Construct_UFunction_UCheckBox_SetCheckedState, "SetCheckedState" }, // 2082091903
|
||
|
|
{ &Z_Construct_UFunction_UCheckBox_SetClickMethod, "SetClickMethod" }, // 189141834
|
||
|
|
{ &Z_Construct_UFunction_UCheckBox_SetIsChecked, "SetIsChecked" }, // 2693084042
|
||
|
|
{ &Z_Construct_UFunction_UCheckBox_SetPressMethod, "SetPressMethod" }, // 854458987
|
||
|
|
{ &Z_Construct_UFunction_UCheckBox_SetTouchMethod, "SetTouchMethod" }, // 4042939698
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UCheckBox>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UCheckBox_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UCheckBox Property Definitions *******************************************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UCheckBox_Statics::NewProp_CheckedState_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_UCheckBox_Statics::NewProp_CheckedState = { "CheckedState", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, &UCheckBox::SetCheckedState_WrapperImpl, &UCheckBox::GetCheckedState_WrapperImpl, 1, STRUCT_OFFSET(UCheckBox, CheckedState), Z_Construct_UEnum_SlateCore_ECheckBoxState, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CheckedState_MetaData), NewProp_CheckedState_MetaData) }; // 1595478579
|
||
|
|
const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UClass_UCheckBox_Statics::NewProp_CheckedStateDelegate = { "CheckedStateDelegate", nullptr, (EPropertyFlags)0x0010000000080000, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCheckBox, CheckedStateDelegate), Z_Construct_UDelegateFunction_UWidget_GetCheckBoxState__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CheckedStateDelegate_MetaData), NewProp_CheckedStateDelegate_MetaData) }; // 728828452
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UCheckBox_Statics::NewProp_WidgetStyle = { "WidgetStyle", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, &UCheckBox::SetWidgetStyle_WrapperImpl, &UCheckBox::GetWidgetStyle_WrapperImpl, 1, STRUCT_OFFSET(UCheckBox, WidgetStyle), Z_Construct_UScriptStruct_FCheckBoxStyle, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WidgetStyle_MetaData), NewProp_WidgetStyle_MetaData) }; // 381311243
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UCheckBox_Statics::NewProp_HorizontalAlignment = { "HorizontalAlignment", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCheckBox, HorizontalAlignment), Z_Construct_UEnum_SlateCore_EHorizontalAlignment, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HorizontalAlignment_MetaData), NewProp_HorizontalAlignment_MetaData) }; // 990570535
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UCheckBox_Statics::NewProp_ClickMethod = { "ClickMethod", nullptr, (EPropertyFlags)0x0010040000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, &UCheckBox::SetClickMethod_WrapperImpl, &UCheckBox::GetClickMethod_WrapperImpl, 1, STRUCT_OFFSET(UCheckBox, ClickMethod), Z_Construct_UEnum_SlateCore_EButtonClickMethod, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ClickMethod_MetaData), NewProp_ClickMethod_MetaData) }; // 2103143996
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UCheckBox_Statics::NewProp_TouchMethod = { "TouchMethod", nullptr, (EPropertyFlags)0x0010040000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, &UCheckBox::SetTouchMethod_WrapperImpl, &UCheckBox::GetTouchMethod_WrapperImpl, 1, STRUCT_OFFSET(UCheckBox, TouchMethod), Z_Construct_UEnum_SlateCore_EButtonTouchMethod, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TouchMethod_MetaData), NewProp_TouchMethod_MetaData) }; // 3820779903
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UCheckBox_Statics::NewProp_PressMethod = { "PressMethod", nullptr, (EPropertyFlags)0x0010040000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, &UCheckBox::SetPressMethod_WrapperImpl, &UCheckBox::GetPressMethod_WrapperImpl, 1, STRUCT_OFFSET(UCheckBox, PressMethod), Z_Construct_UEnum_SlateCore_EButtonPressMethod, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PressMethod_MetaData), NewProp_PressMethod_MetaData) }; // 1057369139
|
||
|
|
void Z_Construct_UClass_UCheckBox_Statics::NewProp_IsFocusable_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((UCheckBox*)Obj)->IsFocusable = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCheckBox_Statics::NewProp_IsFocusable = { "IsFocusable", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, &UCheckBox::GetIsFocusable_WrapperImpl, 1, sizeof(bool), sizeof(UCheckBox), &Z_Construct_UClass_UCheckBox_Statics::NewProp_IsFocusable_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IsFocusable_MetaData), NewProp_IsFocusable_MetaData) };
|
||
|
|
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UCheckBox_Statics::NewProp_OnCheckStateChanged = { "OnCheckStateChanged", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCheckBox, OnCheckStateChanged), Z_Construct_UDelegateFunction_UMG_OnCheckBoxComponentStateChanged__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnCheckStateChanged_MetaData), NewProp_OnCheckStateChanged_MetaData) }; // 51662521
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCheckBox_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCheckBox_Statics::NewProp_CheckedState_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCheckBox_Statics::NewProp_CheckedState,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCheckBox_Statics::NewProp_CheckedStateDelegate,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCheckBox_Statics::NewProp_WidgetStyle,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCheckBox_Statics::NewProp_HorizontalAlignment,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCheckBox_Statics::NewProp_ClickMethod,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCheckBox_Statics::NewProp_TouchMethod,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCheckBox_Statics::NewProp_PressMethod,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCheckBox_Statics::NewProp_IsFocusable,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCheckBox_Statics::NewProp_OnCheckStateChanged,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCheckBox_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UCheckBox Property Definitions *********************************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UCheckBox_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UContentWidget,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCheckBox_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCheckBox_Statics::ClassParams = {
|
||
|
|
&UCheckBox::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
FuncInfo,
|
||
|
|
Z_Construct_UClass_UCheckBox_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
UE_ARRAY_COUNT(FuncInfo),
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UCheckBox_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x00A800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCheckBox_Statics::Class_MetaDataParams), Z_Construct_UClass_UCheckBox_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UCheckBox::StaticRegisterNativesUCheckBox()
|
||
|
|
{
|
||
|
|
UClass* Class = UCheckBox::StaticClass();
|
||
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UCheckBox_Statics::Funcs));
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UCheckBox()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UCheckBox.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCheckBox.OuterSingleton, Z_Construct_UClass_UCheckBox_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UCheckBox.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCheckBox);
|
||
|
|
UCheckBox::~UCheckBox() {}
|
||
|
|
UE_FIELD_NOTIFICATION_IMPLEMENT_FIELD(UCheckBox, CheckedState)
|
||
|
|
UE_FIELD_NOTIFICATION_IMPLEMENTATION_BEGIN(UCheckBox)
|
||
|
|
UE_FIELD_NOTIFICATION_IMPLEMENT_ENUM_FIELD(UCheckBox, CheckedState)
|
||
|
|
UE_FIELD_NOTIFICATION_IMPLEMENTATION_END(UCheckBox);
|
||
|
|
// ********** End Class UCheckBox ******************************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UWidgetCheckedStateRegistration ******************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UWidgetCheckedStateRegistration;
|
||
|
|
UClass* UWidgetCheckedStateRegistration::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UWidgetCheckedStateRegistration;
|
||
|
|
if (!Z_Registration_Info_UClass_UWidgetCheckedStateRegistration.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("WidgetCheckedStateRegistration"),
|
||
|
|
Z_Registration_Info_UClass_UWidgetCheckedStateRegistration.InnerSingleton,
|
||
|
|
StaticRegisterNativesUWidgetCheckedStateRegistration,
|
||
|
|
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_UWidgetCheckedStateRegistration.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UWidgetCheckedStateRegistration_NoRegister()
|
||
|
|
{
|
||
|
|
return UWidgetCheckedStateRegistration::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UWidgetCheckedStateRegistration_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "IncludePath", "Components/CheckBox.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/Components/CheckBox.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UWidgetCheckedStateRegistration constinit property declarations **********
|
||
|
|
// ********** End Class UWidgetCheckedStateRegistration constinit property declarations ************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UWidgetCheckedStateRegistration>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UWidgetCheckedStateRegistration_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UWidgetCheckedStateRegistration_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UWidgetEnumStateRegistration,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWidgetCheckedStateRegistration_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UWidgetCheckedStateRegistration_Statics::ClassParams = {
|
||
|
|
&UWidgetCheckedStateRegistration::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0x000800A8u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UWidgetCheckedStateRegistration_Statics::Class_MetaDataParams), Z_Construct_UClass_UWidgetCheckedStateRegistration_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UWidgetCheckedStateRegistration::StaticRegisterNativesUWidgetCheckedStateRegistration()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UWidgetCheckedStateRegistration()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UWidgetCheckedStateRegistration.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UWidgetCheckedStateRegistration.OuterSingleton, Z_Construct_UClass_UWidgetCheckedStateRegistration_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UWidgetCheckedStateRegistration.OuterSingleton;
|
||
|
|
}
|
||
|
|
UWidgetCheckedStateRegistration::UWidgetCheckedStateRegistration() {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UWidgetCheckedStateRegistration);
|
||
|
|
UWidgetCheckedStateRegistration::~UWidgetCheckedStateRegistration() {}
|
||
|
|
// ********** End Class UWidgetCheckedStateRegistration ********************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h__Script_UMG_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UCheckBox, UCheckBox::StaticClass, TEXT("UCheckBox"), &Z_Registration_Info_UClass_UCheckBox, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCheckBox), 1345350511U) },
|
||
|
|
{ Z_Construct_UClass_UWidgetCheckedStateRegistration, UWidgetCheckedStateRegistration::StaticClass, TEXT("UWidgetCheckedStateRegistration"), &Z_Registration_Info_UClass_UWidgetCheckedStateRegistration, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UWidgetCheckedStateRegistration), 3585755990U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h__Script_UMG_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h__Script_UMG_3739230371{
|
||
|
|
TEXT("/Script/UMG"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_CheckBox_h__Script_UMG_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|