Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
D:\UE_5_7_1\Engine\Plugins\Animation\TweeningUtils\Source\TweeningUtilsEditor\Public\TweeningToolsUserSettings.h
D:\UE_5_7_1\Engine\Plugins\Animation\TweeningUtils\Source\TweeningUtilsEditor\Public\Widgets\TweenSliderStyle.h

View File

@@ -0,0 +1,325 @@
// 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 "Widgets/TweenSliderStyle.h"
#include "Layout/Margin.h"
#include "Styling/SlateBrush.h"
#include "Styling/SlateColor.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeTweenSliderStyle() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D();
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FMargin();
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FSlateBrush();
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FSlateColor();
SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FSlateWidgetStyle();
TWEENINGUTILSEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FTweenPointStyle();
TWEENINGUTILSEDITOR_API UScriptStruct* Z_Construct_UScriptStruct_FTweenSliderStyle();
UPackage* Z_Construct_UPackage__Script_TweeningUtilsEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FTweenPointStyle **************************************************
struct Z_Construct_UScriptStruct_FTweenPointStyle_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FTweenPointStyle); }
static inline consteval int16 GetStructAlignment() { return alignof(FTweenPointStyle); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/Widgets/TweenSliderStyle.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Normal_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Brush when a point on the bar is not hovered or pressed */" },
{ "ModuleRelativePath", "Public/Widgets/TweenSliderStyle.h" },
{ "ToolTip", "Brush when a point on the bar is not hovered or pressed" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Hovered_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Brush when a point on the bar is hovered */" },
{ "ModuleRelativePath", "Public/Widgets/TweenSliderStyle.h" },
{ "ToolTip", "Brush when a point on the bar is hovered" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Pressed_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Brush when a point on the bar is pressed */" },
{ "ModuleRelativePath", "Public/Widgets/TweenSliderStyle.h" },
{ "ToolTip", "Brush when a point on the bar is pressed" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PassedPoint_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Brush when the slider has passed a point*/" },
{ "ModuleRelativePath", "Public/Widgets/TweenSliderStyle.h" },
{ "ToolTip", "Brush when the slider has passed a point" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HitTestSize_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** The size of the hit box against which hit tests are made for this point (so the user does not need to click them pixel perfectly). */" },
{ "ModuleRelativePath", "Public/Widgets/TweenSliderStyle.h" },
{ "ToolTip", "The size of the hit box against which hit tests are made for this point (so the user does not need to click them pixel perfectly)." },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FTweenPointStyle constinit property declarations ******************
static const UECodeGen_Private::FStructPropertyParams NewProp_Normal;
static const UECodeGen_Private::FStructPropertyParams NewProp_Hovered;
static const UECodeGen_Private::FStructPropertyParams NewProp_Pressed;
static const UECodeGen_Private::FStructPropertyParams NewProp_PassedPoint;
static const UECodeGen_Private::FStructPropertyParams NewProp_HitTestSize;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FTweenPointStyle constinit property declarations ********************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FTweenPointStyle>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FTweenPointStyle_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FTweenPointStyle;
class UScriptStruct* FTweenPointStyle::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FTweenPointStyle.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FTweenPointStyle.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FTweenPointStyle, (UObject*)Z_Construct_UPackage__Script_TweeningUtilsEditor(), TEXT("TweenPointStyle"));
}
return Z_Registration_Info_UScriptStruct_FTweenPointStyle.OuterSingleton;
}
// ********** Begin ScriptStruct FTweenPointStyle Property Definitions *****************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FTweenPointStyle_Statics::NewProp_Normal = { "Normal", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTweenPointStyle, Normal), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Normal_MetaData), NewProp_Normal_MetaData) }; // 4278521822
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FTweenPointStyle_Statics::NewProp_Hovered = { "Hovered", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTweenPointStyle, Hovered), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Hovered_MetaData), NewProp_Hovered_MetaData) }; // 4278521822
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FTweenPointStyle_Statics::NewProp_Pressed = { "Pressed", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTweenPointStyle, Pressed), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Pressed_MetaData), NewProp_Pressed_MetaData) }; // 4278521822
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FTweenPointStyle_Statics::NewProp_PassedPoint = { "PassedPoint", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTweenPointStyle, PassedPoint), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PassedPoint_MetaData), NewProp_PassedPoint_MetaData) }; // 4278521822
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FTweenPointStyle_Statics::NewProp_HitTestSize = { "HitTestSize", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTweenPointStyle, HitTestSize), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HitTestSize_MetaData), NewProp_HitTestSize_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FTweenPointStyle_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTweenPointStyle_Statics::NewProp_Normal,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTweenPointStyle_Statics::NewProp_Hovered,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTweenPointStyle_Statics::NewProp_Pressed,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTweenPointStyle_Statics::NewProp_PassedPoint,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTweenPointStyle_Statics::NewProp_HitTestSize,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTweenPointStyle_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FTweenPointStyle Property Definitions *******************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FTweenPointStyle_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_TweeningUtilsEditor,
nullptr,
&NewStructOps,
"TweenPointStyle",
Z_Construct_UScriptStruct_FTweenPointStyle_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTweenPointStyle_Statics::PropPointers),
sizeof(FTweenPointStyle),
alignof(FTweenPointStyle),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTweenPointStyle_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FTweenPointStyle_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FTweenPointStyle()
{
if (!Z_Registration_Info_UScriptStruct_FTweenPointStyle.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FTweenPointStyle.InnerSingleton, Z_Construct_UScriptStruct_FTweenPointStyle_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FTweenPointStyle.InnerSingleton);
}
// ********** End ScriptStruct FTweenPointStyle ****************************************************
// ********** Begin ScriptStruct FTweenSliderStyle *************************************************
struct Z_Construct_UScriptStruct_FTweenSliderStyle_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FTweenSliderStyle); }
static inline consteval int16 GetStructAlignment() { return alignof(FTweenSliderStyle); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/** Style for STweenSlider */" },
{ "ModuleRelativePath", "Public/Widgets/TweenSliderStyle.h" },
{ "ToolTip", "Style for STweenSlider" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BarDimensions_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** The dimensions of the slider. */" },
{ "ModuleRelativePath", "Public/Widgets/TweenSliderStyle.h" },
{ "ToolTip", "The dimensions of the slider." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BarBrush_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Brush of the bar on which the points are drawn. The slider brush is drawn over it. Usually the bar's brush is smaller than the button. */" },
{ "ModuleRelativePath", "Public/Widgets/TweenSliderStyle.h" },
{ "ToolTip", "Brush of the bar on which the points are drawn. The slider brush is drawn over it. Usually the bar's brush is smaller than the button." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NormalSliderButton_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Brush when the button is not hovered or pressed */" },
{ "ModuleRelativePath", "Public/Widgets/TweenSliderStyle.h" },
{ "ToolTip", "Brush when the button is not hovered or pressed" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HoveredSliderButton_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Brush when hovered */" },
{ "ModuleRelativePath", "Public/Widgets/TweenSliderStyle.h" },
{ "ToolTip", "Brush when hovered" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PressedSliderButton_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Brush when pressed */" },
{ "ModuleRelativePath", "Public/Widgets/TweenSliderStyle.h" },
{ "ToolTip", "Brush when pressed" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NormalIconTint_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Tint for the icon when the button is not hovered or pressed */" },
{ "ModuleRelativePath", "Public/Widgets/TweenSliderStyle.h" },
{ "ToolTip", "Tint for the icon when the button is not hovered or pressed" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HoveredIconTint_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Tint for the icon when hovered */" },
{ "ModuleRelativePath", "Public/Widgets/TweenSliderStyle.h" },
{ "ToolTip", "Tint for the icon when hovered" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PressedIconTint_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Tint for the icon when pressed */" },
{ "ModuleRelativePath", "Public/Widgets/TweenSliderStyle.h" },
{ "ToolTip", "Tint for the icon when pressed" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SmallPoint_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Brushes for the small points on the bar. */" },
{ "ModuleRelativePath", "Public/Widgets/TweenSliderStyle.h" },
{ "ToolTip", "Brushes for the small points on the bar." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MediumPoint_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** When overshoot mode is enabled, the bars at 100% and -100%. */" },
{ "ModuleRelativePath", "Public/Widgets/TweenSliderStyle.h" },
{ "ToolTip", "When overshoot mode is enabled, the bars at 100% and -100%." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EndPoint_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Brushes for points on the left or right end. */" },
{ "ModuleRelativePath", "Public/Widgets/TweenSliderStyle.h" },
{ "ToolTip", "Brushes for points on the left or right end." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PassedValueBackground_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Brush drawn from center to slider when moving the slider (should be a little transparent, drawn over points but under the slider). */" },
{ "ModuleRelativePath", "Public/Widgets/TweenSliderStyle.h" },
{ "ToolTip", "Brush drawn from center to slider when moving the slider (should be a little transparent, drawn over points but under the slider)." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IconPadding_MetaData[] = {
{ "Category", "Appearance" },
{ "Comment", "/** Padding of the icon placed in the slider button */" },
{ "ModuleRelativePath", "Public/Widgets/TweenSliderStyle.h" },
{ "ToolTip", "Padding of the icon placed in the slider button" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FTweenSliderStyle constinit property declarations *****************
static const UECodeGen_Private::FStructPropertyParams NewProp_BarDimensions;
static const UECodeGen_Private::FStructPropertyParams NewProp_BarBrush;
static const UECodeGen_Private::FStructPropertyParams NewProp_NormalSliderButton;
static const UECodeGen_Private::FStructPropertyParams NewProp_HoveredSliderButton;
static const UECodeGen_Private::FStructPropertyParams NewProp_PressedSliderButton;
static const UECodeGen_Private::FStructPropertyParams NewProp_NormalIconTint;
static const UECodeGen_Private::FStructPropertyParams NewProp_HoveredIconTint;
static const UECodeGen_Private::FStructPropertyParams NewProp_PressedIconTint;
static const UECodeGen_Private::FStructPropertyParams NewProp_SmallPoint;
static const UECodeGen_Private::FStructPropertyParams NewProp_MediumPoint;
static const UECodeGen_Private::FStructPropertyParams NewProp_EndPoint;
static const UECodeGen_Private::FStructPropertyParams NewProp_PassedValueBackground;
static const UECodeGen_Private::FStructPropertyParams NewProp_IconPadding;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FTweenSliderStyle constinit property declarations *******************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FTweenSliderStyle>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FTweenSliderStyle_Statics
static_assert(std::is_polymorphic<FTweenSliderStyle>() == std::is_polymorphic<FSlateWidgetStyle>(), "USTRUCT FTweenSliderStyle cannot be polymorphic unless super FSlateWidgetStyle is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FTweenSliderStyle;
class UScriptStruct* FTweenSliderStyle::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FTweenSliderStyle.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FTweenSliderStyle.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FTweenSliderStyle, (UObject*)Z_Construct_UPackage__Script_TweeningUtilsEditor(), TEXT("TweenSliderStyle"));
}
return Z_Registration_Info_UScriptStruct_FTweenSliderStyle.OuterSingleton;
}
// ********** Begin ScriptStruct FTweenSliderStyle Property Definitions ****************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_BarDimensions = { "BarDimensions", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTweenSliderStyle, BarDimensions), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BarDimensions_MetaData), NewProp_BarDimensions_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_BarBrush = { "BarBrush", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTweenSliderStyle, BarBrush), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BarBrush_MetaData), NewProp_BarBrush_MetaData) }; // 4278521822
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_NormalSliderButton = { "NormalSliderButton", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTweenSliderStyle, NormalSliderButton), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NormalSliderButton_MetaData), NewProp_NormalSliderButton_MetaData) }; // 4278521822
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_HoveredSliderButton = { "HoveredSliderButton", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTweenSliderStyle, HoveredSliderButton), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HoveredSliderButton_MetaData), NewProp_HoveredSliderButton_MetaData) }; // 4278521822
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_PressedSliderButton = { "PressedSliderButton", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTweenSliderStyle, PressedSliderButton), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PressedSliderButton_MetaData), NewProp_PressedSliderButton_MetaData) }; // 4278521822
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_NormalIconTint = { "NormalIconTint", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTweenSliderStyle, NormalIconTint), Z_Construct_UScriptStruct_FSlateColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NormalIconTint_MetaData), NewProp_NormalIconTint_MetaData) }; // 1663967387
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_HoveredIconTint = { "HoveredIconTint", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTweenSliderStyle, HoveredIconTint), Z_Construct_UScriptStruct_FSlateColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HoveredIconTint_MetaData), NewProp_HoveredIconTint_MetaData) }; // 1663967387
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_PressedIconTint = { "PressedIconTint", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTweenSliderStyle, PressedIconTint), Z_Construct_UScriptStruct_FSlateColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PressedIconTint_MetaData), NewProp_PressedIconTint_MetaData) }; // 1663967387
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_SmallPoint = { "SmallPoint", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTweenSliderStyle, SmallPoint), Z_Construct_UScriptStruct_FTweenPointStyle, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SmallPoint_MetaData), NewProp_SmallPoint_MetaData) }; // 148959326
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_MediumPoint = { "MediumPoint", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTweenSliderStyle, MediumPoint), Z_Construct_UScriptStruct_FTweenPointStyle, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MediumPoint_MetaData), NewProp_MediumPoint_MetaData) }; // 148959326
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_EndPoint = { "EndPoint", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTweenSliderStyle, EndPoint), Z_Construct_UScriptStruct_FTweenPointStyle, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EndPoint_MetaData), NewProp_EndPoint_MetaData) }; // 148959326
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_PassedValueBackground = { "PassedValueBackground", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTweenSliderStyle, PassedValueBackground), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PassedValueBackground_MetaData), NewProp_PassedValueBackground_MetaData) }; // 4278521822
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_IconPadding = { "IconPadding", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FTweenSliderStyle, IconPadding), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IconPadding_MetaData), NewProp_IconPadding_MetaData) }; // 4099648758
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_BarDimensions,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_BarBrush,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_NormalSliderButton,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_HoveredSliderButton,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_PressedSliderButton,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_NormalIconTint,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_HoveredIconTint,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_PressedIconTint,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_SmallPoint,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_MediumPoint,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_EndPoint,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_PassedValueBackground,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewProp_IconPadding,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FTweenSliderStyle Property Definitions ******************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_TweeningUtilsEditor,
Z_Construct_UScriptStruct_FSlateWidgetStyle,
&NewStructOps,
"TweenSliderStyle",
Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::PropPointers),
sizeof(FTweenSliderStyle),
alignof(FTweenSliderStyle),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FTweenSliderStyle()
{
if (!Z_Registration_Info_UScriptStruct_FTweenSliderStyle.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FTweenSliderStyle.InnerSingleton, Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FTweenSliderStyle.InnerSingleton);
}
// ********** End ScriptStruct FTweenSliderStyle ***************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_TweeningUtils_Source_TweeningUtilsEditor_Public_Widgets_TweenSliderStyle_h__Script_TweeningUtilsEditor_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FTweenPointStyle::StaticStruct, Z_Construct_UScriptStruct_FTweenPointStyle_Statics::NewStructOps, TEXT("TweenPointStyle"),&Z_Registration_Info_UScriptStruct_FTweenPointStyle, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FTweenPointStyle), 148959326U) },
{ FTweenSliderStyle::StaticStruct, Z_Construct_UScriptStruct_FTweenSliderStyle_Statics::NewStructOps, TEXT("TweenSliderStyle"),&Z_Registration_Info_UScriptStruct_FTweenSliderStyle, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FTweenSliderStyle), 1563101943U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_TweeningUtils_Source_TweeningUtilsEditor_Public_Widgets_TweenSliderStyle_h__Script_TweeningUtilsEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_TweeningUtils_Source_TweeningUtilsEditor_Public_Widgets_TweenSliderStyle_h__Script_TweeningUtilsEditor_1062235071{
TEXT("/Script/TweeningUtilsEditor"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_TweeningUtils_Source_TweeningUtilsEditor_Public_Widgets_TweenSliderStyle_h__Script_TweeningUtilsEditor_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_TweeningUtils_Source_TweeningUtilsEditor_Public_Widgets_TweenSliderStyle_h__Script_TweeningUtilsEditor_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,43 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "Widgets/TweenSliderStyle.h"
#ifdef TWEENINGUTILSEDITOR_TweenSliderStyle_generated_h
#error "TweenSliderStyle.generated.h already included, missing '#pragma once' in TweenSliderStyle.h"
#endif
#define TWEENINGUTILSEDITOR_TweenSliderStyle_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FTweenPointStyle **************************************************
struct Z_Construct_UScriptStruct_FTweenPointStyle_Statics;
#define FID_Engine_Plugins_Animation_TweeningUtils_Source_TweeningUtilsEditor_Public_Widgets_TweenSliderStyle_h_16_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FTweenPointStyle_Statics; \
TWEENINGUTILSEDITOR_API static class UScriptStruct* StaticStruct();
struct FTweenPointStyle;
// ********** End ScriptStruct FTweenPointStyle ****************************************************
// ********** Begin ScriptStruct FTweenSliderStyle *************************************************
struct Z_Construct_UScriptStruct_FTweenSliderStyle_Statics;
#define FID_Engine_Plugins_Animation_TweeningUtils_Source_TweeningUtilsEditor_Public_Widgets_TweenSliderStyle_h_55_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FTweenSliderStyle_Statics; \
TWEENINGUTILSEDITOR_API static class UScriptStruct* StaticStruct(); \
typedef FSlateWidgetStyle Super;
struct FTweenSliderStyle;
// ********** End ScriptStruct FTweenSliderStyle ***************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Animation_TweeningUtils_Source_TweeningUtilsEditor_Public_Widgets_TweenSliderStyle_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,140 @@
// 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 "TweeningToolsUserSettings.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeTweeningToolsUserSettings() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
TWEENINGUTILSEDITOR_API UClass* Z_Construct_UClass_UTweeningToolsUserSettings();
TWEENINGUTILSEDITOR_API UClass* Z_Construct_UClass_UTweeningToolsUserSettings_NoRegister();
UPackage* Z_Construct_UPackage__Script_TweeningUtilsEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UTweeningToolsUserSettings ***********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UTweeningToolsUserSettings;
UClass* UTweeningToolsUserSettings::GetPrivateStaticClass()
{
using TClass = UTweeningToolsUserSettings;
if (!Z_Registration_Info_UClass_UTweeningToolsUserSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("TweeningToolsUserSettings"),
Z_Registration_Info_UClass_UTweeningToolsUserSettings.InnerSingleton,
StaticRegisterNativesUTweeningToolsUserSettings,
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_UTweeningToolsUserSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UTweeningToolsUserSettings_NoRegister()
{
return UTweeningToolsUserSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UTweeningToolsUserSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "TweeningToolsUserSettings.h" },
{ "ModuleRelativePath", "Public/TweeningToolsUserSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PreferredTweenFunction_MetaData[] = {
{ "Comment", "/**\n\x09 * Associates features with the preferred function in that feature.\n\x09 * If you want multiple locations in the editor to share the same setting, use the same key.\n\x09 * This tween function should be selected by default when a curve editor is created. It is the function that was used last time in the editor.\n\x09 */" },
{ "ModuleRelativePath", "Public/TweeningToolsUserSettings.h" },
{ "ToolTip", "Associates features with the preferred function in that feature.\nIf you want multiple locations in the editor to share the same setting, use the same key.\nThis tween function should be selected by default when a curve editor is created. It is the function that was used last time in the editor." },
};
#endif // WITH_METADATA
// ********** Begin Class UTweeningToolsUserSettings constinit property declarations ***************
static const UECodeGen_Private::FStrPropertyParams NewProp_PreferredTweenFunction_ValueProp;
static const UECodeGen_Private::FNamePropertyParams NewProp_PreferredTweenFunction_Key_KeyProp;
static const UECodeGen_Private::FMapPropertyParams NewProp_PreferredTweenFunction;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UTweeningToolsUserSettings constinit property declarations *****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UTweeningToolsUserSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UTweeningToolsUserSettings_Statics
// ********** Begin Class UTweeningToolsUserSettings Property Definitions **************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UTweeningToolsUserSettings_Statics::NewProp_PreferredTweenFunction_ValueProp = { "PreferredTweenFunction", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UTweeningToolsUserSettings_Statics::NewProp_PreferredTweenFunction_Key_KeyProp = { "PreferredTweenFunction_Key", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UTweeningToolsUserSettings_Statics::NewProp_PreferredTweenFunction = { "PreferredTweenFunction", nullptr, (EPropertyFlags)0x0040000000004000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UTweeningToolsUserSettings, PreferredTweenFunction), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PreferredTweenFunction_MetaData), NewProp_PreferredTweenFunction_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UTweeningToolsUserSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTweeningToolsUserSettings_Statics::NewProp_PreferredTweenFunction_ValueProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTweeningToolsUserSettings_Statics::NewProp_PreferredTweenFunction_Key_KeyProp,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UTweeningToolsUserSettings_Statics::NewProp_PreferredTweenFunction,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UTweeningToolsUserSettings_Statics::PropPointers) < 2048);
// ********** End Class UTweeningToolsUserSettings Property Definitions ****************************
UObject* (*const Z_Construct_UClass_UTweeningToolsUserSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_TweeningUtilsEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UTweeningToolsUserSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UTweeningToolsUserSettings_Statics::ClassParams = {
&UTweeningToolsUserSettings::StaticClass,
"EditorPerProjectUserSettings",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UTweeningToolsUserSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UTweeningToolsUserSettings_Statics::PropPointers),
0,
0x000800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UTweeningToolsUserSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UTweeningToolsUserSettings_Statics::Class_MetaDataParams)
};
void UTweeningToolsUserSettings::StaticRegisterNativesUTweeningToolsUserSettings()
{
}
UClass* Z_Construct_UClass_UTweeningToolsUserSettings()
{
if (!Z_Registration_Info_UClass_UTweeningToolsUserSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UTweeningToolsUserSettings.OuterSingleton, Z_Construct_UClass_UTweeningToolsUserSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UTweeningToolsUserSettings.OuterSingleton;
}
UTweeningToolsUserSettings::UTweeningToolsUserSettings(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UTweeningToolsUserSettings);
UTweeningToolsUserSettings::~UTweeningToolsUserSettings() {}
// ********** End Class UTweeningToolsUserSettings *************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_TweeningUtils_Source_TweeningUtilsEditor_Public_TweeningToolsUserSettings_h__Script_TweeningUtilsEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UTweeningToolsUserSettings, UTweeningToolsUserSettings::StaticClass, TEXT("UTweeningToolsUserSettings"), &Z_Registration_Info_UClass_UTweeningToolsUserSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UTweeningToolsUserSettings), 1536273646U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_TweeningUtils_Source_TweeningUtilsEditor_Public_TweeningToolsUserSettings_h__Script_TweeningUtilsEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_TweeningUtils_Source_TweeningUtilsEditor_Public_TweeningToolsUserSettings_h__Script_TweeningUtilsEditor_2994109270{
TEXT("/Script/TweeningUtilsEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_TweeningUtils_Source_TweeningUtilsEditor_Public_TweeningToolsUserSettings_h__Script_TweeningUtilsEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Animation_TweeningUtils_Source_TweeningUtilsEditor_Public_TweeningToolsUserSettings_h__Script_TweeningUtilsEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,65 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "TweeningToolsUserSettings.h"
#ifdef TWEENINGUTILSEDITOR_TweeningToolsUserSettings_generated_h
#error "TweeningToolsUserSettings.generated.h already included, missing '#pragma once' in TweeningToolsUserSettings.h"
#endif
#define TWEENINGUTILSEDITOR_TweeningToolsUserSettings_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UTweeningToolsUserSettings ***********************************************
struct Z_Construct_UClass_UTweeningToolsUserSettings_Statics;
TWEENINGUTILSEDITOR_API UClass* Z_Construct_UClass_UTweeningToolsUserSettings_NoRegister();
#define FID_Engine_Plugins_Animation_TweeningUtils_Source_TweeningUtilsEditor_Public_TweeningToolsUserSettings_h_16_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUTweeningToolsUserSettings(); \
friend struct ::Z_Construct_UClass_UTweeningToolsUserSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend TWEENINGUTILSEDITOR_API UClass* ::Z_Construct_UClass_UTweeningToolsUserSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UTweeningToolsUserSettings, UObject, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/TweeningUtilsEditor"), Z_Construct_UClass_UTweeningToolsUserSettings_NoRegister) \
DECLARE_SERIALIZER(UTweeningToolsUserSettings) \
static constexpr const TCHAR* StaticConfigName() {return TEXT("EditorPerProjectUserSettings");} \
#define FID_Engine_Plugins_Animation_TweeningUtils_Source_TweeningUtilsEditor_Public_TweeningToolsUserSettings_h_16_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
TWEENINGUTILSEDITOR_API UTweeningToolsUserSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UTweeningToolsUserSettings(UTweeningToolsUserSettings&&) = delete; \
UTweeningToolsUserSettings(const UTweeningToolsUserSettings&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(TWEENINGUTILSEDITOR_API, UTweeningToolsUserSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UTweeningToolsUserSettings); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UTweeningToolsUserSettings) \
TWEENINGUTILSEDITOR_API virtual ~UTweeningToolsUserSettings();
#define FID_Engine_Plugins_Animation_TweeningUtils_Source_TweeningUtilsEditor_Public_TweeningToolsUserSettings_h_13_PROLOG
#define FID_Engine_Plugins_Animation_TweeningUtils_Source_TweeningUtilsEditor_Public_TweeningToolsUserSettings_h_16_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Animation_TweeningUtils_Source_TweeningUtilsEditor_Public_TweeningToolsUserSettings_h_16_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Animation_TweeningUtils_Source_TweeningUtilsEditor_Public_TweeningToolsUserSettings_h_16_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UTweeningToolsUserSettings;
// ********** End Class UTweeningToolsUserSettings *************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Animation_TweeningUtils_Source_TweeningUtilsEditor_Public_TweeningToolsUserSettings_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,29 @@
// 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"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeTweeningUtilsEditor_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_TweeningUtilsEditor;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_TweeningUtilsEditor()
{
if (!Z_Registration_Info_UPackage__Script_TweeningUtilsEditor.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/TweeningUtilsEditor",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0x0301F986,
0x12EA6CDE,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_TweeningUtilsEditor.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_TweeningUtilsEditor.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_TweeningUtilsEditor(Z_Construct_UPackage__Script_TweeningUtilsEditor, TEXT("/Script/TweeningUtilsEditor"), Z_Registration_Info_UPackage__Script_TweeningUtilsEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x0301F986, 0x12EA6CDE));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once