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,142 @@
// 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 "ChaosVDSolverDataSelection.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeChaosVDSolverDataSelection() {}
// ********** Begin Cross Module References ********************************************************
CHAOSVD_API UScriptStruct* Z_Construct_UScriptStruct_FChaosVDSelectionContext();
CHAOSVD_API UScriptStruct* Z_Construct_UScriptStruct_FChaosVDSelectionMultipleView();
UPackage* Z_Construct_UPackage__Script_ChaosVD();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FChaosVDSelectionContext ******************************************
struct Z_Construct_UScriptStruct_FChaosVDSelectionContext_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FChaosVDSelectionContext); }
static inline consteval int16 GetStructAlignment() { return alignof(FChaosVDSelectionContext); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/** Base struct type used for any context data we want to add for a selection handle */" },
{ "ModuleRelativePath", "Public/ChaosVDSolverDataSelection.h" },
{ "ToolTip", "Base struct type used for any context data we want to add for a selection handle" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FChaosVDSelectionContext constinit property declarations **********
// ********** End ScriptStruct FChaosVDSelectionContext constinit property declarations ************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FChaosVDSelectionContext>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FChaosVDSelectionContext_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FChaosVDSelectionContext;
class UScriptStruct* FChaosVDSelectionContext::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FChaosVDSelectionContext.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FChaosVDSelectionContext.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FChaosVDSelectionContext, (UObject*)Z_Construct_UPackage__Script_ChaosVD(), TEXT("ChaosVDSelectionContext"));
}
return Z_Registration_Info_UScriptStruct_FChaosVDSelectionContext.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FChaosVDSelectionContext_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ChaosVD,
nullptr,
&NewStructOps,
"ChaosVDSelectionContext",
nullptr,
0,
sizeof(FChaosVDSelectionContext),
alignof(FChaosVDSelectionContext),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChaosVDSelectionContext_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FChaosVDSelectionContext_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FChaosVDSelectionContext()
{
if (!Z_Registration_Info_UScriptStruct_FChaosVDSelectionContext.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FChaosVDSelectionContext.InnerSingleton, Z_Construct_UScriptStruct_FChaosVDSelectionContext_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FChaosVDSelectionContext.InnerSingleton);
}
// ********** End ScriptStruct FChaosVDSelectionContext ********************************************
// ********** Begin ScriptStruct FChaosVDSelectionMultipleView *************************************
struct Z_Construct_UScriptStruct_FChaosVDSelectionMultipleView_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FChaosVDSelectionMultipleView); }
static inline consteval int16 GetStructAlignment() { return alignof(FChaosVDSelectionMultipleView); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "/** Struct used to create a combined view of multiple structs to be used in a vanilla details panel.\n * This struct type has a customization that will show each data entry as an individual property\n */" },
{ "ModuleRelativePath", "Public/ChaosVDSolverDataSelection.h" },
{ "ToolTip", "Struct used to create a combined view of multiple structs to be used in a vanilla details panel.\nThis struct type has a customization that will show each data entry as an individual property" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FChaosVDSelectionMultipleView constinit property declarations *****
// ********** End ScriptStruct FChaosVDSelectionMultipleView constinit property declarations *******
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FChaosVDSelectionMultipleView>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FChaosVDSelectionMultipleView_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FChaosVDSelectionMultipleView;
class UScriptStruct* FChaosVDSelectionMultipleView::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FChaosVDSelectionMultipleView.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FChaosVDSelectionMultipleView.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FChaosVDSelectionMultipleView, (UObject*)Z_Construct_UPackage__Script_ChaosVD(), TEXT("ChaosVDSelectionMultipleView"));
}
return Z_Registration_Info_UScriptStruct_FChaosVDSelectionMultipleView.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FChaosVDSelectionMultipleView_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ChaosVD,
nullptr,
&NewStructOps,
"ChaosVDSelectionMultipleView",
nullptr,
0,
sizeof(FChaosVDSelectionMultipleView),
alignof(FChaosVDSelectionMultipleView),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChaosVDSelectionMultipleView_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FChaosVDSelectionMultipleView_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FChaosVDSelectionMultipleView()
{
if (!Z_Registration_Info_UScriptStruct_FChaosVDSelectionMultipleView.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FChaosVDSelectionMultipleView.InnerSingleton, Z_Construct_UScriptStruct_FChaosVDSelectionMultipleView_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FChaosVDSelectionMultipleView.InnerSingleton);
}
// ********** End ScriptStruct FChaosVDSelectionMultipleView ***************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Public_ChaosVDSolverDataSelection_h__Script_ChaosVD_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FChaosVDSelectionContext::StaticStruct, Z_Construct_UScriptStruct_FChaosVDSelectionContext_Statics::NewStructOps, TEXT("ChaosVDSelectionContext"),&Z_Registration_Info_UScriptStruct_FChaosVDSelectionContext, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FChaosVDSelectionContext), 3004900567U) },
{ FChaosVDSelectionMultipleView::StaticStruct, Z_Construct_UScriptStruct_FChaosVDSelectionMultipleView_Statics::NewStructOps, TEXT("ChaosVDSelectionMultipleView"),&Z_Registration_Info_UScriptStruct_FChaosVDSelectionMultipleView, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FChaosVDSelectionMultipleView), 890331625U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Public_ChaosVDSolverDataSelection_h__Script_ChaosVD_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Public_ChaosVDSolverDataSelection_h__Script_ChaosVD_2497581883{
TEXT("/Script/ChaosVD"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Public_ChaosVDSolverDataSelection_h__Script_ChaosVD_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_ChaosVD_Source_ChaosVD_Public_ChaosVDSolverDataSelection_h__Script_ChaosVD_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS