220 lines
15 KiB
C++
220 lines
15 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 "CommonCustomNavigation.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeCommonCustomNavigation() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonCustomNavigation();
|
||
|
|
COMMONUI_API UClass* Z_Construct_UClass_UCommonCustomNavigation_NoRegister();
|
||
|
|
COMMONUI_API UFunction* Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature();
|
||
|
|
SLATECORE_API UEnum* Z_Construct_UEnum_SlateCore_EUINavigation();
|
||
|
|
UMG_API UClass* Z_Construct_UClass_UBorder();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_CommonUI();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Delegate FOnCustomNavigationEvent **********************************************
|
||
|
|
struct Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature_Statics
|
||
|
|
{
|
||
|
|
struct CommonCustomNavigation_eventOnCustomNavigationEvent_Parms
|
||
|
|
{
|
||
|
|
EUINavigation NavigationType;
|
||
|
|
bool ReturnValue;
|
||
|
|
};
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
||
|
|
{ "ModuleRelativePath", "Public/CommonCustomNavigation.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Delegate FOnCustomNavigationEvent constinit property declarations **************
|
||
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_NavigationType_Underlying;
|
||
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_NavigationType;
|
||
|
|
static void NewProp_ReturnValue_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Delegate FOnCustomNavigationEvent constinit property declarations ****************
|
||
|
|
static const UECodeGen_Private::FDelegateFunctionParams FuncParams;
|
||
|
|
};
|
||
|
|
|
||
|
|
// ********** Begin Delegate FOnCustomNavigationEvent Property Definitions *************************
|
||
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature_Statics::NewProp_NavigationType_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_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature_Statics::NewProp_NavigationType = { "NavigationType", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonCustomNavigation_eventOnCustomNavigationEvent_Parms, NavigationType), Z_Construct_UEnum_SlateCore_EUINavigation, METADATA_PARAMS(0, nullptr) }; // 2923169486
|
||
|
|
void Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature_Statics::NewProp_ReturnValue_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((CommonCustomNavigation_eventOnCustomNavigationEvent_Parms*)Obj)->ReturnValue = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature_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(CommonCustomNavigation_eventOnCustomNavigationEvent_Parms), &Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature_Statics::NewProp_NavigationType_Underlying,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature_Statics::NewProp_NavigationType,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature_Statics::NewProp_ReturnValue,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Delegate FOnCustomNavigationEvent Property Definitions ***************************
|
||
|
|
const UECodeGen_Private::FDelegateFunctionParams Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonCustomNavigation, nullptr, "OnCustomNavigationEvent__DelegateSignature", Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature_Statics::PropPointers,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature_Statics::PropPointers),
|
||
|
|
sizeof(Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature_Statics::CommonCustomNavigation_eventOnCustomNavigationEvent_Parms),
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00120000, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature_Statics::Function_MetaDataParams), Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature_Statics::Function_MetaDataParams)}, };
|
||
|
|
static_assert(sizeof(Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature_Statics::CommonCustomNavigation_eventOnCustomNavigationEvent_Parms) < MAX_uint16);
|
||
|
|
UFunction* Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature()
|
||
|
|
{
|
||
|
|
static UFunction* ReturnFunction = nullptr;
|
||
|
|
if (!ReturnFunction)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUDelegateFunction(&ReturnFunction, Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature_Statics::FuncParams);
|
||
|
|
}
|
||
|
|
return ReturnFunction;
|
||
|
|
}
|
||
|
|
bool UCommonCustomNavigation::FOnCustomNavigationEvent_DelegateWrapper(const FScriptDelegate& OnCustomNavigationEvent, EUINavigation NavigationType)
|
||
|
|
{
|
||
|
|
struct CommonCustomNavigation_eventOnCustomNavigationEvent_Parms
|
||
|
|
{
|
||
|
|
EUINavigation NavigationType;
|
||
|
|
bool ReturnValue;
|
||
|
|
|
||
|
|
/** Constructor, initializes return property only **/
|
||
|
|
CommonCustomNavigation_eventOnCustomNavigationEvent_Parms()
|
||
|
|
: ReturnValue(false)
|
||
|
|
{
|
||
|
|
}
|
||
|
|
};
|
||
|
|
CommonCustomNavigation_eventOnCustomNavigationEvent_Parms Parms;
|
||
|
|
Parms.NavigationType=NavigationType;
|
||
|
|
OnCustomNavigationEvent.ProcessDelegate<UObject>(&Parms);
|
||
|
|
return !!Parms.ReturnValue;
|
||
|
|
}
|
||
|
|
// ********** End Delegate FOnCustomNavigationEvent ************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UCommonCustomNavigation **************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UCommonCustomNavigation;
|
||
|
|
UClass* UCommonCustomNavigation::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UCommonCustomNavigation;
|
||
|
|
if (!Z_Registration_Info_UClass_UCommonCustomNavigation.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("CommonCustomNavigation"),
|
||
|
|
Z_Registration_Info_UClass_UCommonCustomNavigation.InnerSingleton,
|
||
|
|
StaticRegisterNativesUCommonCustomNavigation,
|
||
|
|
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_UCommonCustomNavigation.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UCommonCustomNavigation_NoRegister()
|
||
|
|
{
|
||
|
|
return UCommonCustomNavigation::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UCommonCustomNavigation_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Category", "Common UI" },
|
||
|
|
{ "ClassGroupNames", "UI" },
|
||
|
|
{ "Comment", "/**\n * Exposes a bindable event that can be used to stomp default border navigation with custom behaviors.\n */" },
|
||
|
|
{ "DisplayName", "Common Custom Navigation" },
|
||
|
|
{ "IncludePath", "CommonCustomNavigation.h" },
|
||
|
|
{ "ModuleRelativePath", "Public/CommonCustomNavigation.h" },
|
||
|
|
{ "ToolTip", "Exposes a bindable event that can be used to stomp default border navigation with custom behaviors." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnNavigationEvent_MetaData[] = {
|
||
|
|
{ "Category", "Events" },
|
||
|
|
{ "Comment", "/** Return true if the Navigation has been handled */" },
|
||
|
|
{ "IsBindableEvent", "True" },
|
||
|
|
{ "ModuleRelativePath", "Public/CommonCustomNavigation.h" },
|
||
|
|
{ "ToolTip", "Return true if the Navigation has been handled" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UCommonCustomNavigation constinit property declarations ******************
|
||
|
|
static const UECodeGen_Private::FDelegatePropertyParams NewProp_OnNavigationEvent;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UCommonCustomNavigation constinit property declarations ********************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
||
|
|
{ &Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature, "OnCustomNavigationEvent__DelegateSignature" }, // 3651580331
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UCommonCustomNavigation>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UCommonCustomNavigation_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UCommonCustomNavigation Property Definitions *****************************
|
||
|
|
const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UClass_UCommonCustomNavigation_Statics::NewProp_OnNavigationEvent = { "OnNavigationEvent", nullptr, (EPropertyFlags)0x0010000000080001, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonCustomNavigation, OnNavigationEvent), Z_Construct_UDelegateFunction_UCommonCustomNavigation_OnCustomNavigationEvent__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnNavigationEvent_MetaData), NewProp_OnNavigationEvent_MetaData) }; // 3651580331
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCommonCustomNavigation_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonCustomNavigation_Statics::NewProp_OnNavigationEvent,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonCustomNavigation_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UCommonCustomNavigation Property Definitions *******************************
|
||
|
|
UObject* (*const Z_Construct_UClass_UCommonCustomNavigation_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UBorder,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_CommonUI,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonCustomNavigation_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonCustomNavigation_Statics::ClassParams = {
|
||
|
|
&UCommonCustomNavigation::StaticClass,
|
||
|
|
"CommonUI",
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
FuncInfo,
|
||
|
|
Z_Construct_UClass_UCommonCustomNavigation_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
UE_ARRAY_COUNT(FuncInfo),
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UCommonCustomNavigation_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x00A800A2u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonCustomNavigation_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonCustomNavigation_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UCommonCustomNavigation::StaticRegisterNativesUCommonCustomNavigation()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UCommonCustomNavigation()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UCommonCustomNavigation.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonCustomNavigation.OuterSingleton, Z_Construct_UClass_UCommonCustomNavigation_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UCommonCustomNavigation.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonCustomNavigation);
|
||
|
|
UCommonCustomNavigation::~UCommonCustomNavigation() {}
|
||
|
|
// ********** End Class UCommonCustomNavigation ****************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonCustomNavigation_h__Script_CommonUI_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UCommonCustomNavigation, UCommonCustomNavigation::StaticClass, TEXT("UCommonCustomNavigation"), &Z_Registration_Info_UClass_UCommonCustomNavigation, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonCustomNavigation), 3384705712U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonCustomNavigation_h__Script_CommonUI_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonCustomNavigation_h__Script_CommonUI_3798762517{
|
||
|
|
TEXT("/Script/CommonUI"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonCustomNavigation_h__Script_CommonUI_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonCustomNavigation_h__Script_CommonUI_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|