Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/ChaosVDRuntime/UHT/ChaosVDDebugShapeDataWrapper.gen.cpp

510 lines
40 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 "DataWrappers/ChaosVDDebugShapeDataWrapper.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeChaosVDDebugShapeDataWrapper() {}
// ********** Begin Cross Module References ********************************************************
CHAOSVDRUNTIME_API UEnum* Z_Construct_UEnum_ChaosVDRuntime_EChaosVDParticleContext();
CHAOSVDRUNTIME_API UScriptStruct* Z_Construct_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper();
CHAOSVDRUNTIME_API UScriptStruct* Z_Construct_UScriptStruct_FChaosVDDebugDrawImplicitObjectDataWrapper();
CHAOSVDRUNTIME_API UScriptStruct* Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper();
CHAOSVDRUNTIME_API UScriptStruct* Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase();
CHAOSVDRUNTIME_API UScriptStruct* Z_Construct_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper();
CHAOSVDRUNTIME_API UScriptStruct* Z_Construct_UScriptStruct_FChaosVDDebugShapeDataContainer();
CHAOSVDRUNTIME_API UScriptStruct* Z_Construct_UScriptStruct_FChaosVDMultiSolverDebugShapeDataContainer();
CHAOSVDRUNTIME_API UScriptStruct* Z_Construct_UScriptStruct_FChaosVDWrapperDataBase();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FBox();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FColor();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector();
UPackage* Z_Construct_UPackage__Script_ChaosVDRuntime();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FChaosVDDebugShapeDataContainer ***********************************
struct Z_Construct_UScriptStruct_FChaosVDDebugShapeDataContainer_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FChaosVDDebugShapeDataContainer); }
static inline consteval int16 GetStructAlignment() { return alignof(FChaosVDDebugShapeDataContainer); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/DataWrappers/ChaosVDDebugShapeDataWrapper.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FChaosVDDebugShapeDataContainer constinit property declarations ***
// ********** End ScriptStruct FChaosVDDebugShapeDataContainer constinit property declarations *****
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FChaosVDDebugShapeDataContainer>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FChaosVDDebugShapeDataContainer_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FChaosVDDebugShapeDataContainer;
class UScriptStruct* FChaosVDDebugShapeDataContainer::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FChaosVDDebugShapeDataContainer.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FChaosVDDebugShapeDataContainer.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FChaosVDDebugShapeDataContainer, (UObject*)Z_Construct_UPackage__Script_ChaosVDRuntime(), TEXT("ChaosVDDebugShapeDataContainer"));
}
return Z_Registration_Info_UScriptStruct_FChaosVDDebugShapeDataContainer.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FChaosVDDebugShapeDataContainer_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ChaosVDRuntime,
nullptr,
&NewStructOps,
"ChaosVDDebugShapeDataContainer",
nullptr,
0,
sizeof(FChaosVDDebugShapeDataContainer),
alignof(FChaosVDDebugShapeDataContainer),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChaosVDDebugShapeDataContainer_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FChaosVDDebugShapeDataContainer_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FChaosVDDebugShapeDataContainer()
{
if (!Z_Registration_Info_UScriptStruct_FChaosVDDebugShapeDataContainer.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FChaosVDDebugShapeDataContainer.InnerSingleton, Z_Construct_UScriptStruct_FChaosVDDebugShapeDataContainer_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FChaosVDDebugShapeDataContainer.InnerSingleton);
}
// ********** End ScriptStruct FChaosVDDebugShapeDataContainer *************************************
// ********** Begin ScriptStruct FChaosVDMultiSolverDebugShapeDataContainer ************************
struct Z_Construct_UScriptStruct_FChaosVDMultiSolverDebugShapeDataContainer_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FChaosVDMultiSolverDebugShapeDataContainer); }
static inline consteval int16 GetStructAlignment() { return alignof(FChaosVDMultiSolverDebugShapeDataContainer); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/DataWrappers/ChaosVDDebugShapeDataWrapper.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FChaosVDMultiSolverDebugShapeDataContainer constinit property declarations
// ********** End ScriptStruct FChaosVDMultiSolverDebugShapeDataContainer constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FChaosVDMultiSolverDebugShapeDataContainer>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FChaosVDMultiSolverDebugShapeDataContainer_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FChaosVDMultiSolverDebugShapeDataContainer;
class UScriptStruct* FChaosVDMultiSolverDebugShapeDataContainer::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FChaosVDMultiSolverDebugShapeDataContainer.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FChaosVDMultiSolverDebugShapeDataContainer.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FChaosVDMultiSolverDebugShapeDataContainer, (UObject*)Z_Construct_UPackage__Script_ChaosVDRuntime(), TEXT("ChaosVDMultiSolverDebugShapeDataContainer"));
}
return Z_Registration_Info_UScriptStruct_FChaosVDMultiSolverDebugShapeDataContainer.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FChaosVDMultiSolverDebugShapeDataContainer_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ChaosVDRuntime,
nullptr,
&NewStructOps,
"ChaosVDMultiSolverDebugShapeDataContainer",
nullptr,
0,
sizeof(FChaosVDMultiSolverDebugShapeDataContainer),
alignof(FChaosVDMultiSolverDebugShapeDataContainer),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChaosVDMultiSolverDebugShapeDataContainer_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FChaosVDMultiSolverDebugShapeDataContainer_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FChaosVDMultiSolverDebugShapeDataContainer()
{
if (!Z_Registration_Info_UScriptStruct_FChaosVDMultiSolverDebugShapeDataContainer.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FChaosVDMultiSolverDebugShapeDataContainer.InnerSingleton, Z_Construct_UScriptStruct_FChaosVDMultiSolverDebugShapeDataContainer_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FChaosVDMultiSolverDebugShapeDataContainer.InnerSingleton);
}
// ********** End ScriptStruct FChaosVDMultiSolverDebugShapeDataContainer **************************
// ********** Begin ScriptStruct FChaosVDDebugDrawShapeBase ****************************************
struct Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FChaosVDDebugDrawShapeBase); }
static inline consteval int16 GetStructAlignment() { return alignof(FChaosVDDebugDrawShapeBase); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/DataWrappers/ChaosVDDebugShapeDataWrapper.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SolverID_MetaData[] = {
{ "ModuleRelativePath", "Public/DataWrappers/ChaosVDDebugShapeDataWrapper.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Tag_MetaData[] = {
{ "ModuleRelativePath", "Public/DataWrappers/ChaosVDDebugShapeDataWrapper.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Color_MetaData[] = {
{ "ModuleRelativePath", "Public/DataWrappers/ChaosVDDebugShapeDataWrapper.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ThreadContext_MetaData[] = {
{ "ModuleRelativePath", "Public/DataWrappers/ChaosVDDebugShapeDataWrapper.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FChaosVDDebugDrawShapeBase constinit property declarations ********
static const UECodeGen_Private::FIntPropertyParams NewProp_SolverID;
static const UECodeGen_Private::FNamePropertyParams NewProp_Tag;
static const UECodeGen_Private::FStructPropertyParams NewProp_Color;
static const UECodeGen_Private::FIntPropertyParams NewProp_ThreadContext_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_ThreadContext;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FChaosVDDebugDrawShapeBase constinit property declarations **********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FChaosVDDebugDrawShapeBase>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase_Statics
static_assert(std::is_polymorphic<FChaosVDDebugDrawShapeBase>() == std::is_polymorphic<FChaosVDWrapperDataBase>(), "USTRUCT FChaosVDDebugDrawShapeBase cannot be polymorphic unless super FChaosVDWrapperDataBase is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawShapeBase;
class UScriptStruct* FChaosVDDebugDrawShapeBase::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawShapeBase.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawShapeBase.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase, (UObject*)Z_Construct_UPackage__Script_ChaosVDRuntime(), TEXT("ChaosVDDebugDrawShapeBase"));
}
return Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawShapeBase.OuterSingleton;
}
// ********** Begin ScriptStruct FChaosVDDebugDrawShapeBase Property Definitions *******************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase_Statics::NewProp_SolverID = { "SolverID", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FChaosVDDebugDrawShapeBase, SolverID), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SolverID_MetaData), NewProp_SolverID_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase_Statics::NewProp_Tag = { "Tag", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FChaosVDDebugDrawShapeBase, Tag), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Tag_MetaData), NewProp_Tag_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase_Statics::NewProp_Color = { "Color", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FChaosVDDebugDrawShapeBase, Color), Z_Construct_UScriptStruct_FColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Color_MetaData), NewProp_Color_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase_Statics::NewProp_ThreadContext_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase_Statics::NewProp_ThreadContext = { "ThreadContext", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FChaosVDDebugDrawShapeBase, ThreadContext), Z_Construct_UEnum_ChaosVDRuntime_EChaosVDParticleContext, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ThreadContext_MetaData), NewProp_ThreadContext_MetaData) }; // 3331661106
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase_Statics::NewProp_SolverID,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase_Statics::NewProp_Tag,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase_Statics::NewProp_Color,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase_Statics::NewProp_ThreadContext_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase_Statics::NewProp_ThreadContext,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FChaosVDDebugDrawShapeBase Property Definitions *********************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ChaosVDRuntime,
Z_Construct_UScriptStruct_FChaosVDWrapperDataBase,
&NewStructOps,
"ChaosVDDebugDrawShapeBase",
Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase_Statics::PropPointers),
sizeof(FChaosVDDebugDrawShapeBase),
alignof(FChaosVDDebugDrawShapeBase),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase()
{
if (!Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawShapeBase.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawShapeBase.InnerSingleton, Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawShapeBase.InnerSingleton);
}
// ********** End ScriptStruct FChaosVDDebugDrawShapeBase ******************************************
// ********** Begin ScriptStruct FChaosVDDebugDrawBoxDataWrapper ***********************************
struct Z_Construct_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FChaosVDDebugDrawBoxDataWrapper); }
static inline consteval int16 GetStructAlignment() { return alignof(FChaosVDDebugDrawBoxDataWrapper); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/DataWrappers/ChaosVDDebugShapeDataWrapper.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Box_MetaData[] = {
{ "ModuleRelativePath", "Public/DataWrappers/ChaosVDDebugShapeDataWrapper.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FChaosVDDebugDrawBoxDataWrapper constinit property declarations ***
static const UECodeGen_Private::FStructPropertyParams NewProp_Box;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FChaosVDDebugDrawBoxDataWrapper constinit property declarations *****
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FChaosVDDebugDrawBoxDataWrapper>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper_Statics
static_assert(std::is_polymorphic<FChaosVDDebugDrawBoxDataWrapper>() == std::is_polymorphic<FChaosVDDebugDrawShapeBase>(), "USTRUCT FChaosVDDebugDrawBoxDataWrapper cannot be polymorphic unless super FChaosVDDebugDrawShapeBase is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper;
class UScriptStruct* FChaosVDDebugDrawBoxDataWrapper::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper, (UObject*)Z_Construct_UPackage__Script_ChaosVDRuntime(), TEXT("ChaosVDDebugDrawBoxDataWrapper"));
}
return Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper.OuterSingleton;
}
// ********** Begin ScriptStruct FChaosVDDebugDrawBoxDataWrapper Property Definitions **************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper_Statics::NewProp_Box = { "Box", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FChaosVDDebugDrawBoxDataWrapper, Box), Z_Construct_UScriptStruct_FBox, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Box_MetaData), NewProp_Box_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper_Statics::NewProp_Box,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FChaosVDDebugDrawBoxDataWrapper Property Definitions ****************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ChaosVDRuntime,
Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase,
&NewStructOps,
"ChaosVDDebugDrawBoxDataWrapper",
Z_Construct_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper_Statics::PropPointers),
sizeof(FChaosVDDebugDrawBoxDataWrapper),
alignof(FChaosVDDebugDrawBoxDataWrapper),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper()
{
if (!Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper.InnerSingleton, Z_Construct_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper.InnerSingleton);
}
// ********** End ScriptStruct FChaosVDDebugDrawBoxDataWrapper *************************************
// ********** Begin ScriptStruct FChaosVDDebugDrawSphereDataWrapper ********************************
struct Z_Construct_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FChaosVDDebugDrawSphereDataWrapper); }
static inline consteval int16 GetStructAlignment() { return alignof(FChaosVDDebugDrawSphereDataWrapper); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/DataWrappers/ChaosVDDebugShapeDataWrapper.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Origin_MetaData[] = {
{ "ModuleRelativePath", "Public/DataWrappers/ChaosVDDebugShapeDataWrapper.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Radius_MetaData[] = {
{ "ModuleRelativePath", "Public/DataWrappers/ChaosVDDebugShapeDataWrapper.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FChaosVDDebugDrawSphereDataWrapper constinit property declarations
static const UECodeGen_Private::FStructPropertyParams NewProp_Origin;
static const UECodeGen_Private::FFloatPropertyParams NewProp_Radius;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FChaosVDDebugDrawSphereDataWrapper constinit property declarations **
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FChaosVDDebugDrawSphereDataWrapper>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper_Statics
static_assert(std::is_polymorphic<FChaosVDDebugDrawSphereDataWrapper>() == std::is_polymorphic<FChaosVDDebugDrawShapeBase>(), "USTRUCT FChaosVDDebugDrawSphereDataWrapper cannot be polymorphic unless super FChaosVDDebugDrawShapeBase is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper;
class UScriptStruct* FChaosVDDebugDrawSphereDataWrapper::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper, (UObject*)Z_Construct_UPackage__Script_ChaosVDRuntime(), TEXT("ChaosVDDebugDrawSphereDataWrapper"));
}
return Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper.OuterSingleton;
}
// ********** Begin ScriptStruct FChaosVDDebugDrawSphereDataWrapper Property Definitions ***********
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper_Statics::NewProp_Origin = { "Origin", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FChaosVDDebugDrawSphereDataWrapper, Origin), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Origin_MetaData), NewProp_Origin_MetaData) };
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper_Statics::NewProp_Radius = { "Radius", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FChaosVDDebugDrawSphereDataWrapper, Radius), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Radius_MetaData), NewProp_Radius_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper_Statics::NewProp_Origin,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper_Statics::NewProp_Radius,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FChaosVDDebugDrawSphereDataWrapper Property Definitions *************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ChaosVDRuntime,
Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase,
&NewStructOps,
"ChaosVDDebugDrawSphereDataWrapper",
Z_Construct_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper_Statics::PropPointers),
sizeof(FChaosVDDebugDrawSphereDataWrapper),
alignof(FChaosVDDebugDrawSphereDataWrapper),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper()
{
if (!Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper.InnerSingleton, Z_Construct_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper.InnerSingleton);
}
// ********** End ScriptStruct FChaosVDDebugDrawSphereDataWrapper **********************************
// ********** Begin ScriptStruct FChaosVDDebugDrawLineDataWrapper **********************************
struct Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FChaosVDDebugDrawLineDataWrapper); }
static inline consteval int16 GetStructAlignment() { return alignof(FChaosVDDebugDrawLineDataWrapper); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/DataWrappers/ChaosVDDebugShapeDataWrapper.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StartLocation_MetaData[] = {
{ "ModuleRelativePath", "Public/DataWrappers/ChaosVDDebugShapeDataWrapper.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EndLocation_MetaData[] = {
{ "ModuleRelativePath", "Public/DataWrappers/ChaosVDDebugShapeDataWrapper.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsArrow_MetaData[] = {
{ "ModuleRelativePath", "Public/DataWrappers/ChaosVDDebugShapeDataWrapper.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FChaosVDDebugDrawLineDataWrapper constinit property declarations **
static const UECodeGen_Private::FStructPropertyParams NewProp_StartLocation;
static const UECodeGen_Private::FStructPropertyParams NewProp_EndLocation;
static void NewProp_bIsArrow_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsArrow;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FChaosVDDebugDrawLineDataWrapper constinit property declarations ****
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FChaosVDDebugDrawLineDataWrapper>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper_Statics
static_assert(std::is_polymorphic<FChaosVDDebugDrawLineDataWrapper>() == std::is_polymorphic<FChaosVDDebugDrawShapeBase>(), "USTRUCT FChaosVDDebugDrawLineDataWrapper cannot be polymorphic unless super FChaosVDDebugDrawShapeBase is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawLineDataWrapper;
class UScriptStruct* FChaosVDDebugDrawLineDataWrapper::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawLineDataWrapper.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawLineDataWrapper.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper, (UObject*)Z_Construct_UPackage__Script_ChaosVDRuntime(), TEXT("ChaosVDDebugDrawLineDataWrapper"));
}
return Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawLineDataWrapper.OuterSingleton;
}
// ********** Begin ScriptStruct FChaosVDDebugDrawLineDataWrapper Property Definitions *************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper_Statics::NewProp_StartLocation = { "StartLocation", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FChaosVDDebugDrawLineDataWrapper, StartLocation), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StartLocation_MetaData), NewProp_StartLocation_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper_Statics::NewProp_EndLocation = { "EndLocation", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FChaosVDDebugDrawLineDataWrapper, EndLocation), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EndLocation_MetaData), NewProp_EndLocation_MetaData) };
void Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper_Statics::NewProp_bIsArrow_SetBit(void* Obj)
{
((FChaosVDDebugDrawLineDataWrapper*)Obj)->bIsArrow = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper_Statics::NewProp_bIsArrow = { "bIsArrow", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FChaosVDDebugDrawLineDataWrapper), &Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper_Statics::NewProp_bIsArrow_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsArrow_MetaData), NewProp_bIsArrow_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper_Statics::NewProp_StartLocation,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper_Statics::NewProp_EndLocation,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper_Statics::NewProp_bIsArrow,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FChaosVDDebugDrawLineDataWrapper Property Definitions ***************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ChaosVDRuntime,
Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase,
&NewStructOps,
"ChaosVDDebugDrawLineDataWrapper",
Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper_Statics::PropPointers),
sizeof(FChaosVDDebugDrawLineDataWrapper),
alignof(FChaosVDDebugDrawLineDataWrapper),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper()
{
if (!Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawLineDataWrapper.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawLineDataWrapper.InnerSingleton, Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawLineDataWrapper.InnerSingleton);
}
// ********** End ScriptStruct FChaosVDDebugDrawLineDataWrapper ************************************
// ********** Begin ScriptStruct FChaosVDDebugDrawImplicitObjectDataWrapper ************************
struct Z_Construct_UScriptStruct_FChaosVDDebugDrawImplicitObjectDataWrapper_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FChaosVDDebugDrawImplicitObjectDataWrapper); }
static inline consteval int16 GetStructAlignment() { return alignof(FChaosVDDebugDrawImplicitObjectDataWrapper); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Public/DataWrappers/ChaosVDDebugShapeDataWrapper.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FChaosVDDebugDrawImplicitObjectDataWrapper constinit property declarations
// ********** End ScriptStruct FChaosVDDebugDrawImplicitObjectDataWrapper constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FChaosVDDebugDrawImplicitObjectDataWrapper>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FChaosVDDebugDrawImplicitObjectDataWrapper_Statics
static_assert(std::is_polymorphic<FChaosVDDebugDrawImplicitObjectDataWrapper>() == std::is_polymorphic<FChaosVDDebugDrawShapeBase>(), "USTRUCT FChaosVDDebugDrawImplicitObjectDataWrapper cannot be polymorphic unless super FChaosVDDebugDrawShapeBase is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawImplicitObjectDataWrapper;
class UScriptStruct* FChaosVDDebugDrawImplicitObjectDataWrapper::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawImplicitObjectDataWrapper.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawImplicitObjectDataWrapper.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FChaosVDDebugDrawImplicitObjectDataWrapper, (UObject*)Z_Construct_UPackage__Script_ChaosVDRuntime(), TEXT("ChaosVDDebugDrawImplicitObjectDataWrapper"));
}
return Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawImplicitObjectDataWrapper.OuterSingleton;
}
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FChaosVDDebugDrawImplicitObjectDataWrapper_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_ChaosVDRuntime,
Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase,
&NewStructOps,
"ChaosVDDebugDrawImplicitObjectDataWrapper",
nullptr,
0,
sizeof(FChaosVDDebugDrawImplicitObjectDataWrapper),
alignof(FChaosVDDebugDrawImplicitObjectDataWrapper),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChaosVDDebugDrawImplicitObjectDataWrapper_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FChaosVDDebugDrawImplicitObjectDataWrapper_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FChaosVDDebugDrawImplicitObjectDataWrapper()
{
if (!Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawImplicitObjectDataWrapper.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawImplicitObjectDataWrapper.InnerSingleton, Z_Construct_UScriptStruct_FChaosVDDebugDrawImplicitObjectDataWrapper_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawImplicitObjectDataWrapper.InnerSingleton);
}
// ********** End ScriptStruct FChaosVDDebugDrawImplicitObjectDataWrapper **************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ChaosVisualDebugger_Public_DataWrappers_ChaosVDDebugShapeDataWrapper_h__Script_ChaosVDRuntime_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FChaosVDDebugShapeDataContainer::StaticStruct, Z_Construct_UScriptStruct_FChaosVDDebugShapeDataContainer_Statics::NewStructOps, TEXT("ChaosVDDebugShapeDataContainer"),&Z_Registration_Info_UScriptStruct_FChaosVDDebugShapeDataContainer, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FChaosVDDebugShapeDataContainer), 376973657U) },
{ FChaosVDMultiSolverDebugShapeDataContainer::StaticStruct, Z_Construct_UScriptStruct_FChaosVDMultiSolverDebugShapeDataContainer_Statics::NewStructOps, TEXT("ChaosVDMultiSolverDebugShapeDataContainer"),&Z_Registration_Info_UScriptStruct_FChaosVDMultiSolverDebugShapeDataContainer, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FChaosVDMultiSolverDebugShapeDataContainer), 3893985601U) },
{ FChaosVDDebugDrawShapeBase::StaticStruct, Z_Construct_UScriptStruct_FChaosVDDebugDrawShapeBase_Statics::NewStructOps, TEXT("ChaosVDDebugDrawShapeBase"),&Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawShapeBase, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FChaosVDDebugDrawShapeBase), 2327151345U) },
{ FChaosVDDebugDrawBoxDataWrapper::StaticStruct, Z_Construct_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper_Statics::NewStructOps, TEXT("ChaosVDDebugDrawBoxDataWrapper"),&Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawBoxDataWrapper, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FChaosVDDebugDrawBoxDataWrapper), 2616122055U) },
{ FChaosVDDebugDrawSphereDataWrapper::StaticStruct, Z_Construct_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper_Statics::NewStructOps, TEXT("ChaosVDDebugDrawSphereDataWrapper"),&Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawSphereDataWrapper, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FChaosVDDebugDrawSphereDataWrapper), 1219909260U) },
{ FChaosVDDebugDrawLineDataWrapper::StaticStruct, Z_Construct_UScriptStruct_FChaosVDDebugDrawLineDataWrapper_Statics::NewStructOps, TEXT("ChaosVDDebugDrawLineDataWrapper"),&Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawLineDataWrapper, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FChaosVDDebugDrawLineDataWrapper), 1572327913U) },
{ FChaosVDDebugDrawImplicitObjectDataWrapper::StaticStruct, Z_Construct_UScriptStruct_FChaosVDDebugDrawImplicitObjectDataWrapper_Statics::NewStructOps, TEXT("ChaosVDDebugDrawImplicitObjectDataWrapper"),&Z_Registration_Info_UScriptStruct_FChaosVDDebugDrawImplicitObjectDataWrapper, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FChaosVDDebugDrawImplicitObjectDataWrapper), 4256105778U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ChaosVisualDebugger_Public_DataWrappers_ChaosVDDebugShapeDataWrapper_h__Script_ChaosVDRuntime_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ChaosVisualDebugger_Public_DataWrappers_ChaosVDDebugShapeDataWrapper_h__Script_ChaosVDRuntime_655750876{
TEXT("/Script/ChaosVDRuntime"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ChaosVisualDebugger_Public_DataWrappers_ChaosVDDebugShapeDataWrapper_h__Script_ChaosVDRuntime_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_ChaosVisualDebugger_Public_DataWrappers_ChaosVDDebugShapeDataWrapper_h__Script_ChaosVDRuntime_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS