138 lines
7.5 KiB
C++
138 lines
7.5 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 "AnalogSlider.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeAnalogSlider() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COMMONUI_API UClass* Z_Construct_UClass_UAnalogSlider();
|
||
|
|
COMMONUI_API UClass* Z_Construct_UClass_UAnalogSlider_NoRegister();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_USlider();
|
||
|
|
UMG_API UFunction* Z_Construct_UDelegateFunction_UMG_OnFloatValueChangedEvent__DelegateSignature();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_CommonUI();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UAnalogSlider ************************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UAnalogSlider;
|
||
|
|
UClass* UAnalogSlider::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UAnalogSlider;
|
||
|
|
if (!Z_Registration_Info_UClass_UAnalogSlider.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("AnalogSlider"),
|
||
|
|
Z_Registration_Info_UClass_UAnalogSlider.InnerSingleton,
|
||
|
|
StaticRegisterNativesUAnalogSlider,
|
||
|
|
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_UAnalogSlider.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UAnalogSlider_NoRegister()
|
||
|
|
{
|
||
|
|
return UAnalogSlider::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UAnalogSlider_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Comment", "/**\n * A simple widget that shows a sliding bar with a handle that allows you to control the value in a user define range (between 0..1 by default).\n *\n * * No Children\n */" },
|
||
|
|
{ "IncludePath", "AnalogSlider.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/AnalogSlider.h" },
|
||
|
|
{ "ToolTip", "A simple widget that shows a sliding bar with a handle that allows you to control the value in a user define range (between 0..1 by default).\n\n* No Children" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnAnalogCapture_MetaData[] = {
|
||
|
|
{ "Category", "Widget Event" },
|
||
|
|
{ "Comment", "/** Called when the value is changed by slider or typing. */" },
|
||
|
|
{ "ModuleRelativePath", "Public/AnalogSlider.h" },
|
||
|
|
{ "ToolTip", "Called when the value is changed by slider or typing." },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UAnalogSlider constinit property declarations ****************************
|
||
|
|
static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnAnalogCapture;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UAnalogSlider constinit property declarations ******************************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UAnalogSlider>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UAnalogSlider_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UAnalogSlider Property Definitions ***************************************
|
||
|
|
const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_UAnalogSlider_Statics::NewProp_OnAnalogCapture = { "OnAnalogCapture", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UAnalogSlider, OnAnalogCapture), Z_Construct_UDelegateFunction_UMG_OnFloatValueChangedEvent__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnAnalogCapture_MetaData), NewProp_OnAnalogCapture_MetaData) }; // 1573578011
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UAnalogSlider_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UAnalogSlider_Statics::NewProp_OnAnalogCapture,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAnalogSlider_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UAnalogSlider Property Definitions *****************************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UAnalogSlider_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_USlider,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_CommonUI,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAnalogSlider_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAnalogSlider_Statics::ClassParams = {
|
||
|
|
&UAnalogSlider::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UAnalogSlider_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UAnalogSlider_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x00A800A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAnalogSlider_Statics::Class_MetaDataParams), Z_Construct_UClass_UAnalogSlider_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UAnalogSlider::StaticRegisterNativesUAnalogSlider()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UAnalogSlider()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UAnalogSlider.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAnalogSlider.OuterSingleton, Z_Construct_UClass_UAnalogSlider_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UAnalogSlider.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAnalogSlider);
|
||
|
|
UAnalogSlider::~UAnalogSlider() {}
|
||
|
|
// ********** End Class UAnalogSlider **************************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_AnalogSlider_h__Script_CommonUI_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UAnalogSlider, UAnalogSlider::StaticClass, TEXT("UAnalogSlider"), &Z_Registration_Info_UClass_UAnalogSlider, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAnalogSlider), 1205840394U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_AnalogSlider_h__Script_CommonUI_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_AnalogSlider_h__Script_CommonUI_3050168956{
|
||
|
|
TEXT("/Script/CommonUI"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_AnalogSlider_h__Script_CommonUI_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_AnalogSlider_h__Script_CommonUI_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|