Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/AudioWidgets/UHT/TriggerThresholdLineStyle.gen.cpp

108 lines
7.4 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "TriggerThresholdLineStyle.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeTriggerThresholdLineStyle() {}
// ********** Begin Cross Module References ********************************************************
AUDIOWIDGETS_API UScriptStruct* Z_Construct_UScriptStruct_FTriggerThresholdLineStyle();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor();
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FSlateWidgetStyle();
UPackage* Z_Construct_UPackage__Script_AudioWidgets();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FTriggerThresholdLineStyle ****************************************
struct Z_Construct_UScriptStruct_FTriggerThresholdLineStyle_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FTriggerThresholdLineStyle); }
static inline consteval int16 GetStructAlignment() { return alignof(FTriggerThresholdLineStyle); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * Represents the appearance of a trigger threshold line\n */" },
{ "ModuleRelativePath", "Public/TriggerThresholdLineStyle.h" },
{ "ToolTip", "Represents the appearance of a trigger threshold line" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LineColor_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** The trigger threshold line color. */" },
{ "ModuleRelativePath", "Public/TriggerThresholdLineStyle.h" },
{ "ToolTip", "The trigger threshold line color." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FTriggerThresholdLineStyle constinit property declarations ********
static const UECodeGen_Private::FStructPropertyParams NewProp_LineColor;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FTriggerThresholdLineStyle constinit property declarations **********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FTriggerThresholdLineStyle>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FTriggerThresholdLineStyle_Statics
static_assert(std::is_polymorphic<FTriggerThresholdLineStyle>() == std::is_polymorphic<FSlateWidgetStyle>(), "USTRUCT FTriggerThresholdLineStyle cannot be polymorphic unless super FSlateWidgetStyle is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FTriggerThresholdLineStyle;
class UScriptStruct* FTriggerThresholdLineStyle::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FTriggerThresholdLineStyle.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FTriggerThresholdLineStyle.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FTriggerThresholdLineStyle, (UObject*)Z_Construct_UPackage__Script_AudioWidgets(), TEXT("TriggerThresholdLineStyle"));
}
return Z_Registration_Info_UScriptStruct_FTriggerThresholdLineStyle.OuterSingleton;
}
// ********** Begin ScriptStruct FTriggerThresholdLineStyle Property Definitions *******************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FTriggerThresholdLineStyle_Statics::NewProp_LineColor = { "LineColor", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTriggerThresholdLineStyle, LineColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LineColor_MetaData), NewProp_LineColor_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FTriggerThresholdLineStyle_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTriggerThresholdLineStyle_Statics::NewProp_LineColor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTriggerThresholdLineStyle_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FTriggerThresholdLineStyle Property Definitions *********************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FTriggerThresholdLineStyle_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_AudioWidgets,
Z_Construct_UScriptStruct_FSlateWidgetStyle,
&NewStructOps,
"TriggerThresholdLineStyle",
Z_Construct_UScriptStruct_FTriggerThresholdLineStyle_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTriggerThresholdLineStyle_Statics::PropPointers),
sizeof(FTriggerThresholdLineStyle),
alignof(FTriggerThresholdLineStyle),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTriggerThresholdLineStyle_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FTriggerThresholdLineStyle_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FTriggerThresholdLineStyle()
{
if (!Z_Registration_Info_UScriptStruct_FTriggerThresholdLineStyle.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FTriggerThresholdLineStyle.InnerSingleton, Z_Construct_UScriptStruct_FTriggerThresholdLineStyle_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FTriggerThresholdLineStyle.InnerSingleton);
}
// ********** End ScriptStruct FTriggerThresholdLineStyle ******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioWidgets_Source_AudioWidgets_Public_TriggerThresholdLineStyle_h__Script_AudioWidgets_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FTriggerThresholdLineStyle::StaticStruct, Z_Construct_UScriptStruct_FTriggerThresholdLineStyle_Statics::NewStructOps, TEXT("TriggerThresholdLineStyle"),&Z_Registration_Info_UScriptStruct_FTriggerThresholdLineStyle, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FTriggerThresholdLineStyle), 1779755238U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioWidgets_Source_AudioWidgets_Public_TriggerThresholdLineStyle_h__Script_AudioWidgets_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioWidgets_Source_AudioWidgets_Public_TriggerThresholdLineStyle_h__Script_AudioWidgets_3538618904{
TEXT("/Script/AudioWidgets"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioWidgets_Source_AudioWidgets_Public_TriggerThresholdLineStyle_h__Script_AudioWidgets_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_AudioWidgets_Source_AudioWidgets_Public_TriggerThresholdLineStyle_h__Script_AudioWidgets_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS