// 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 "CommonDateTimeTextBlock.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeCommonDateTimeTextBlock() {} // ********** Begin Cross Module References ******************************************************** COMMONUI_API UClass* Z_Construct_UClass_UCommonDateTimeTextBlock(); COMMONUI_API UClass* Z_Construct_UClass_UCommonDateTimeTextBlock_NoRegister(); COMMONUI_API UClass* Z_Construct_UClass_UCommonTextBlock(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FDateTime(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FTimespan(); UPackage* Z_Construct_UPackage__Script_CommonUI(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UCommonDateTimeTextBlock Function GetDateTime **************************** struct Z_Construct_UFunction_UCommonDateTimeTextBlock_GetDateTime_Statics { struct CommonDateTimeTextBlock_eventGetDateTime_Parms { FDateTime ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "DateTime Text Block" }, { "ModuleRelativePath", "Public/CommonDateTimeTextBlock.h" }, }; #endif // WITH_METADATA // ********** Begin Function GetDateTime constinit property declarations *************************** static const UECodeGen_Private::FStructPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetDateTime constinit property declarations ***************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetDateTime Property Definitions ************************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCommonDateTimeTextBlock_GetDateTime_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonDateTimeTextBlock_eventGetDateTime_Parms, ReturnValue), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonDateTimeTextBlock_GetDateTime_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonDateTimeTextBlock_GetDateTime_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonDateTimeTextBlock_GetDateTime_Statics::PropPointers) < 2048); // ********** End Function GetDateTime Property Definitions **************************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonDateTimeTextBlock_GetDateTime_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonDateTimeTextBlock, nullptr, "GetDateTime", Z_Construct_UFunction_UCommonDateTimeTextBlock_GetDateTime_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonDateTimeTextBlock_GetDateTime_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonDateTimeTextBlock_GetDateTime_Statics::CommonDateTimeTextBlock_eventGetDateTime_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonDateTimeTextBlock_GetDateTime_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonDateTimeTextBlock_GetDateTime_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonDateTimeTextBlock_GetDateTime_Statics::CommonDateTimeTextBlock_eventGetDateTime_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonDateTimeTextBlock_GetDateTime() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonDateTimeTextBlock_GetDateTime_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonDateTimeTextBlock::execGetDateTime) { P_FINISH; P_NATIVE_BEGIN; *(FDateTime*)Z_Param__Result=P_THIS->GetDateTime(); P_NATIVE_END; } // ********** End Class UCommonDateTimeTextBlock Function GetDateTime ****************************** // ********** Begin Class UCommonDateTimeTextBlock Function SetCountDownCompletionText ************* struct Z_Construct_UFunction_UCommonDateTimeTextBlock_SetCountDownCompletionText_Statics { struct CommonDateTimeTextBlock_eventSetCountDownCompletionText_Parms { FText InCompletionText; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "DateTime Text Block" }, { "ModuleRelativePath", "Public/CommonDateTimeTextBlock.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InCompletionText_MetaData[] = { { "NativeConst", "" }, }; #endif // WITH_METADATA // ********** Begin Function SetCountDownCompletionText constinit property declarations ************ static const UECodeGen_Private::FTextPropertyParams NewProp_InCompletionText; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetCountDownCompletionText constinit property declarations ************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetCountDownCompletionText Property Definitions *********************** const UECodeGen_Private::FTextPropertyParams Z_Construct_UFunction_UCommonDateTimeTextBlock_SetCountDownCompletionText_Statics::NewProp_InCompletionText = { "InCompletionText", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonDateTimeTextBlock_eventSetCountDownCompletionText_Parms, InCompletionText), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InCompletionText_MetaData), NewProp_InCompletionText_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonDateTimeTextBlock_SetCountDownCompletionText_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonDateTimeTextBlock_SetCountDownCompletionText_Statics::NewProp_InCompletionText, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonDateTimeTextBlock_SetCountDownCompletionText_Statics::PropPointers) < 2048); // ********** End Function SetCountDownCompletionText Property Definitions ************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonDateTimeTextBlock_SetCountDownCompletionText_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonDateTimeTextBlock, nullptr, "SetCountDownCompletionText", Z_Construct_UFunction_UCommonDateTimeTextBlock_SetCountDownCompletionText_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonDateTimeTextBlock_SetCountDownCompletionText_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonDateTimeTextBlock_SetCountDownCompletionText_Statics::CommonDateTimeTextBlock_eventSetCountDownCompletionText_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonDateTimeTextBlock_SetCountDownCompletionText_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonDateTimeTextBlock_SetCountDownCompletionText_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonDateTimeTextBlock_SetCountDownCompletionText_Statics::CommonDateTimeTextBlock_eventSetCountDownCompletionText_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonDateTimeTextBlock_SetCountDownCompletionText() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonDateTimeTextBlock_SetCountDownCompletionText_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonDateTimeTextBlock::execSetCountDownCompletionText) { P_GET_PROPERTY(FTextProperty,Z_Param_InCompletionText); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetCountDownCompletionText(Z_Param_InCompletionText); P_NATIVE_END; } // ********** End Class UCommonDateTimeTextBlock Function SetCountDownCompletionText *************** // ********** Begin Class UCommonDateTimeTextBlock Function SetDateTimeValue *********************** struct Z_Construct_UFunction_UCommonDateTimeTextBlock_SetDateTimeValue_Statics { struct CommonDateTimeTextBlock_eventSetDateTimeValue_Parms { FDateTime InDateTime; bool bShowAsCountdown; float InRefreshDelay; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "DateTime Text Block" }, { "CPP_Default_InRefreshDelay", "1.000000" }, { "ModuleRelativePath", "Public/CommonDateTimeTextBlock.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InDateTime_MetaData[] = { { "NativeConst", "" }, }; #endif // WITH_METADATA // ********** Begin Function SetDateTimeValue constinit property declarations ********************** static const UECodeGen_Private::FStructPropertyParams NewProp_InDateTime; static void NewProp_bShowAsCountdown_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowAsCountdown; static const UECodeGen_Private::FFloatPropertyParams NewProp_InRefreshDelay; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetDateTimeValue constinit property declarations ************************ static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetDateTimeValue Property Definitions ********************************* const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCommonDateTimeTextBlock_SetDateTimeValue_Statics::NewProp_InDateTime = { "InDateTime", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonDateTimeTextBlock_eventSetDateTimeValue_Parms, InDateTime), Z_Construct_UScriptStruct_FDateTime, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InDateTime_MetaData), NewProp_InDateTime_MetaData) }; void Z_Construct_UFunction_UCommonDateTimeTextBlock_SetDateTimeValue_Statics::NewProp_bShowAsCountdown_SetBit(void* Obj) { ((CommonDateTimeTextBlock_eventSetDateTimeValue_Parms*)Obj)->bShowAsCountdown = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UCommonDateTimeTextBlock_SetDateTimeValue_Statics::NewProp_bShowAsCountdown = { "bShowAsCountdown", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(CommonDateTimeTextBlock_eventSetDateTimeValue_Parms), &Z_Construct_UFunction_UCommonDateTimeTextBlock_SetDateTimeValue_Statics::NewProp_bShowAsCountdown_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_UCommonDateTimeTextBlock_SetDateTimeValue_Statics::NewProp_InRefreshDelay = { "InRefreshDelay", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonDateTimeTextBlock_eventSetDateTimeValue_Parms, InRefreshDelay), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonDateTimeTextBlock_SetDateTimeValue_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonDateTimeTextBlock_SetDateTimeValue_Statics::NewProp_InDateTime, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonDateTimeTextBlock_SetDateTimeValue_Statics::NewProp_bShowAsCountdown, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonDateTimeTextBlock_SetDateTimeValue_Statics::NewProp_InRefreshDelay, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonDateTimeTextBlock_SetDateTimeValue_Statics::PropPointers) < 2048); // ********** End Function SetDateTimeValue Property Definitions *********************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonDateTimeTextBlock_SetDateTimeValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonDateTimeTextBlock, nullptr, "SetDateTimeValue", Z_Construct_UFunction_UCommonDateTimeTextBlock_SetDateTimeValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonDateTimeTextBlock_SetDateTimeValue_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonDateTimeTextBlock_SetDateTimeValue_Statics::CommonDateTimeTextBlock_eventSetDateTimeValue_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonDateTimeTextBlock_SetDateTimeValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonDateTimeTextBlock_SetDateTimeValue_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonDateTimeTextBlock_SetDateTimeValue_Statics::CommonDateTimeTextBlock_eventSetDateTimeValue_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonDateTimeTextBlock_SetDateTimeValue() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonDateTimeTextBlock_SetDateTimeValue_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonDateTimeTextBlock::execSetDateTimeValue) { P_GET_STRUCT(FDateTime,Z_Param_InDateTime); P_GET_UBOOL(Z_Param_bShowAsCountdown); P_GET_PROPERTY(FFloatProperty,Z_Param_InRefreshDelay); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetDateTimeValue(Z_Param_InDateTime,Z_Param_bShowAsCountdown,Z_Param_InRefreshDelay); P_NATIVE_END; } // ********** End Class UCommonDateTimeTextBlock Function SetDateTimeValue ************************* // ********** Begin Class UCommonDateTimeTextBlock Function SetTimespanValue *********************** struct Z_Construct_UFunction_UCommonDateTimeTextBlock_SetTimespanValue_Statics { struct CommonDateTimeTextBlock_eventSetTimespanValue_Parms { FTimespan InTimespan; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "DateTime Text Block" }, { "ModuleRelativePath", "Public/CommonDateTimeTextBlock.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InTimespan_MetaData[] = { { "NativeConst", "" }, }; #endif // WITH_METADATA // ********** Begin Function SetTimespanValue constinit property declarations ********************** static const UECodeGen_Private::FStructPropertyParams NewProp_InTimespan; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetTimespanValue constinit property declarations ************************ static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetTimespanValue Property Definitions ********************************* const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UCommonDateTimeTextBlock_SetTimespanValue_Statics::NewProp_InTimespan = { "InTimespan", nullptr, (EPropertyFlags)0x0010000000000082, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(CommonDateTimeTextBlock_eventSetTimespanValue_Parms, InTimespan), Z_Construct_UScriptStruct_FTimespan, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InTimespan_MetaData), NewProp_InTimespan_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UCommonDateTimeTextBlock_SetTimespanValue_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UCommonDateTimeTextBlock_SetTimespanValue_Statics::NewProp_InTimespan, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonDateTimeTextBlock_SetTimespanValue_Statics::PropPointers) < 2048); // ********** End Function SetTimespanValue Property Definitions *********************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UCommonDateTimeTextBlock_SetTimespanValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UCommonDateTimeTextBlock, nullptr, "SetTimespanValue", Z_Construct_UFunction_UCommonDateTimeTextBlock_SetTimespanValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonDateTimeTextBlock_SetTimespanValue_Statics::PropPointers), sizeof(Z_Construct_UFunction_UCommonDateTimeTextBlock_SetTimespanValue_Statics::CommonDateTimeTextBlock_eventSetTimespanValue_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UCommonDateTimeTextBlock_SetTimespanValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_UCommonDateTimeTextBlock_SetTimespanValue_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UCommonDateTimeTextBlock_SetTimespanValue_Statics::CommonDateTimeTextBlock_eventSetTimespanValue_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UCommonDateTimeTextBlock_SetTimespanValue() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UCommonDateTimeTextBlock_SetTimespanValue_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UCommonDateTimeTextBlock::execSetTimespanValue) { P_GET_STRUCT(FTimespan,Z_Param_InTimespan); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetTimespanValue(Z_Param_InTimespan); P_NATIVE_END; } // ********** End Class UCommonDateTimeTextBlock Function SetTimespanValue ************************* // ********** Begin Class UCommonDateTimeTextBlock ************************************************* FClassRegistrationInfo Z_Registration_Info_UClass_UCommonDateTimeTextBlock; UClass* UCommonDateTimeTextBlock::GetPrivateStaticClass() { using TClass = UCommonDateTimeTextBlock; if (!Z_Registration_Info_UClass_UCommonDateTimeTextBlock.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("CommonDateTimeTextBlock"), Z_Registration_Info_UClass_UCommonDateTimeTextBlock.InnerSingleton, StaticRegisterNativesUCommonDateTimeTextBlock, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UCommonDateTimeTextBlock.InnerSingleton; } UClass* Z_Construct_UClass_UCommonDateTimeTextBlock_NoRegister() { return UCommonDateTimeTextBlock::GetPrivateStaticClass(); } struct Z_Construct_UClass_UCommonDateTimeTextBlock_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "BlueprintType", "true" }, { "IncludePath", "CommonDateTimeTextBlock.h" }, { "ModuleRelativePath", "Public/CommonDateTimeTextBlock.h" }, { "ObjectInitializerConstructorDeclared", "" }, { "PrioritizeCategories", "Content" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CustomTimespanFormat_MetaData[] = { { "Category", "Custom Timespan" }, { "Comment", "/*\n\x09* Supplies a custom timespan format to use if desired\n\x09* Supported arguments include {Days}, {Hours}, {Minutes}, and {Seconds}\n\x09*/" }, { "ModuleRelativePath", "Public/CommonDateTimeTextBlock.h" }, { "ToolTip", "* Supplies a custom timespan format to use if desired\n* Supported arguments include {Days}, {Hours}, {Minutes}, and {Seconds}" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCustomTimespanLeadingZeros_MetaData[] = { { "Category", "Custom Timespan" }, { "Comment", "/*\n\x09* If the custom timespan should use a leading zero for values, ie \"02\"\n\x09*/" }, { "ModuleRelativePath", "Public/CommonDateTimeTextBlock.h" }, { "ToolTip", "* If the custom timespan should use a leading zero for values, ie \"02\"" }, }; #endif // WITH_METADATA // ********** Begin Class UCommonDateTimeTextBlock constinit property declarations ***************** static const UECodeGen_Private::FTextPropertyParams NewProp_CustomTimespanFormat; static void NewProp_bCustomTimespanLeadingZeros_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bCustomTimespanLeadingZeros; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UCommonDateTimeTextBlock constinit property declarations ******************* static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = { { .NameUTF8 = UTF8TEXT("GetDateTime"), .Pointer = &UCommonDateTimeTextBlock::execGetDateTime }, { .NameUTF8 = UTF8TEXT("SetCountDownCompletionText"), .Pointer = &UCommonDateTimeTextBlock::execSetCountDownCompletionText }, { .NameUTF8 = UTF8TEXT("SetDateTimeValue"), .Pointer = &UCommonDateTimeTextBlock::execSetDateTimeValue }, { .NameUTF8 = UTF8TEXT("SetTimespanValue"), .Pointer = &UCommonDateTimeTextBlock::execSetTimespanValue }, }; static UObject* (*const DependentSingletons[])(); static constexpr FClassFunctionLinkInfo FuncInfo[] = { { &Z_Construct_UFunction_UCommonDateTimeTextBlock_GetDateTime, "GetDateTime" }, // 2647262497 { &Z_Construct_UFunction_UCommonDateTimeTextBlock_SetCountDownCompletionText, "SetCountDownCompletionText" }, // 1500440555 { &Z_Construct_UFunction_UCommonDateTimeTextBlock_SetDateTimeValue, "SetDateTimeValue" }, // 686520033 { &Z_Construct_UFunction_UCommonDateTimeTextBlock_SetTimespanValue, "SetTimespanValue" }, // 3644367669 }; static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UCommonDateTimeTextBlock_Statics // ********** Begin Class UCommonDateTimeTextBlock Property Definitions **************************** const UECodeGen_Private::FTextPropertyParams Z_Construct_UClass_UCommonDateTimeTextBlock_Statics::NewProp_CustomTimespanFormat = { "CustomTimespanFormat", nullptr, (EPropertyFlags)0x0020080000000001, UECodeGen_Private::EPropertyGenFlags::Text, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCommonDateTimeTextBlock, CustomTimespanFormat), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CustomTimespanFormat_MetaData), NewProp_CustomTimespanFormat_MetaData) }; void Z_Construct_UClass_UCommonDateTimeTextBlock_Statics::NewProp_bCustomTimespanLeadingZeros_SetBit(void* Obj) { ((UCommonDateTimeTextBlock*)Obj)->bCustomTimespanLeadingZeros = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UCommonDateTimeTextBlock_Statics::NewProp_bCustomTimespanLeadingZeros = { "bCustomTimespanLeadingZeros", nullptr, (EPropertyFlags)0x0020080000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UCommonDateTimeTextBlock), &Z_Construct_UClass_UCommonDateTimeTextBlock_Statics::NewProp_bCustomTimespanLeadingZeros_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCustomTimespanLeadingZeros_MetaData), NewProp_bCustomTimespanLeadingZeros_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCommonDateTimeTextBlock_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonDateTimeTextBlock_Statics::NewProp_CustomTimespanFormat, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCommonDateTimeTextBlock_Statics::NewProp_bCustomTimespanLeadingZeros, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonDateTimeTextBlock_Statics::PropPointers) < 2048); // ********** End Class UCommonDateTimeTextBlock Property Definitions ****************************** UObject* (*const Z_Construct_UClass_UCommonDateTimeTextBlock_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UCommonTextBlock, (UObject* (*)())Z_Construct_UPackage__Script_CommonUI, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonDateTimeTextBlock_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UCommonDateTimeTextBlock_Statics::ClassParams = { &UCommonDateTimeTextBlock::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, FuncInfo, Z_Construct_UClass_UCommonDateTimeTextBlock_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), UE_ARRAY_COUNT(FuncInfo), UE_ARRAY_COUNT(Z_Construct_UClass_UCommonDateTimeTextBlock_Statics::PropPointers), 0, 0x00A800A2u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCommonDateTimeTextBlock_Statics::Class_MetaDataParams), Z_Construct_UClass_UCommonDateTimeTextBlock_Statics::Class_MetaDataParams) }; void UCommonDateTimeTextBlock::StaticRegisterNativesUCommonDateTimeTextBlock() { UClass* Class = UCommonDateTimeTextBlock::StaticClass(); FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UCommonDateTimeTextBlock_Statics::Funcs)); } UClass* Z_Construct_UClass_UCommonDateTimeTextBlock() { if (!Z_Registration_Info_UClass_UCommonDateTimeTextBlock.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCommonDateTimeTextBlock.OuterSingleton, Z_Construct_UClass_UCommonDateTimeTextBlock_Statics::ClassParams); } return Z_Registration_Info_UClass_UCommonDateTimeTextBlock.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCommonDateTimeTextBlock); UCommonDateTimeTextBlock::~UCommonDateTimeTextBlock() {} // ********** End Class UCommonDateTimeTextBlock *************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonDateTimeTextBlock_h__Script_CommonUI_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UCommonDateTimeTextBlock, UCommonDateTimeTextBlock::StaticClass, TEXT("UCommonDateTimeTextBlock"), &Z_Registration_Info_UClass_UCommonDateTimeTextBlock, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCommonDateTimeTextBlock), 367224876U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonDateTimeTextBlock_h__Script_CommonUI_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonDateTimeTextBlock_h__Script_CommonUI_2517999891{ TEXT("/Script/CommonUI"), Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonDateTimeTextBlock_h__Script_CommonUI_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_CommonUI_Source_CommonUI_Public_CommonDateTimeTextBlock_h__Script_CommonUI_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS