198 lines
12 KiB
C++
198 lines
12 KiB
C++
// 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 "GeometryCacheMeshData.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeGeometryCacheMeshData() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
GEOMETRYCACHE_API UScriptStruct* Z_Construct_UScriptStruct_FGeometryCacheMeshBatchInfo();
|
|
GEOMETRYCACHE_API UScriptStruct* Z_Construct_UScriptStruct_FGeometryCacheMeshData();
|
|
GEOMETRYCACHE_API UScriptStruct* Z_Construct_UScriptStruct_FGeometryCacheVertexInfo();
|
|
UPackage* Z_Construct_UPackage__Script_GeometryCache();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin ScriptStruct FGeometryCacheMeshBatchInfo ***************************************
|
|
struct Z_Construct_UScriptStruct_FGeometryCacheMeshBatchInfo_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FGeometryCacheMeshBatchInfo); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FGeometryCacheMeshBatchInfo); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Stores per-batch data used for rendering */" },
|
|
{ "ModuleRelativePath", "Classes/GeometryCacheMeshData.h" },
|
|
{ "ToolTip", "Stores per-batch data used for rendering" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FGeometryCacheMeshBatchInfo constinit property declarations *******
|
|
// ********** End ScriptStruct FGeometryCacheMeshBatchInfo constinit property declarations *********
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FGeometryCacheMeshBatchInfo>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FGeometryCacheMeshBatchInfo_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FGeometryCacheMeshBatchInfo;
|
|
class UScriptStruct* FGeometryCacheMeshBatchInfo::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FGeometryCacheMeshBatchInfo.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FGeometryCacheMeshBatchInfo.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FGeometryCacheMeshBatchInfo, (UObject*)Z_Construct_UPackage__Script_GeometryCache(), TEXT("GeometryCacheMeshBatchInfo"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FGeometryCacheMeshBatchInfo.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FGeometryCacheMeshBatchInfo_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCache,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"GeometryCacheMeshBatchInfo",
|
|
nullptr,
|
|
0,
|
|
sizeof(FGeometryCacheMeshBatchInfo),
|
|
alignof(FGeometryCacheMeshBatchInfo),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGeometryCacheMeshBatchInfo_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FGeometryCacheMeshBatchInfo_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FGeometryCacheMeshBatchInfo()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FGeometryCacheMeshBatchInfo.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FGeometryCacheMeshBatchInfo.InnerSingleton, Z_Construct_UScriptStruct_FGeometryCacheMeshBatchInfo_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FGeometryCacheMeshBatchInfo.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FGeometryCacheMeshBatchInfo *****************************************
|
|
|
|
// ********** Begin ScriptStruct FGeometryCacheVertexInfo ******************************************
|
|
struct Z_Construct_UScriptStruct_FGeometryCacheVertexInfo_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FGeometryCacheVertexInfo); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FGeometryCacheVertexInfo); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Stores info on the attributes of a vertex in a mesh */" },
|
|
{ "ModuleRelativePath", "Classes/GeometryCacheMeshData.h" },
|
|
{ "ToolTip", "Stores info on the attributes of a vertex in a mesh" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FGeometryCacheVertexInfo constinit property declarations **********
|
|
// ********** End ScriptStruct FGeometryCacheVertexInfo constinit property declarations ************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FGeometryCacheVertexInfo>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FGeometryCacheVertexInfo_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FGeometryCacheVertexInfo;
|
|
class UScriptStruct* FGeometryCacheVertexInfo::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FGeometryCacheVertexInfo.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FGeometryCacheVertexInfo.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FGeometryCacheVertexInfo, (UObject*)Z_Construct_UPackage__Script_GeometryCache(), TEXT("GeometryCacheVertexInfo"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FGeometryCacheVertexInfo.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FGeometryCacheVertexInfo_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCache,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"GeometryCacheVertexInfo",
|
|
nullptr,
|
|
0,
|
|
sizeof(FGeometryCacheVertexInfo),
|
|
alignof(FGeometryCacheVertexInfo),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGeometryCacheVertexInfo_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FGeometryCacheVertexInfo_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FGeometryCacheVertexInfo()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FGeometryCacheVertexInfo.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FGeometryCacheVertexInfo.InnerSingleton, Z_Construct_UScriptStruct_FGeometryCacheVertexInfo_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FGeometryCacheVertexInfo.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FGeometryCacheVertexInfo ********************************************
|
|
|
|
// ********** Begin ScriptStruct FGeometryCacheMeshData ********************************************
|
|
struct Z_Construct_UScriptStruct_FGeometryCacheMeshData_Statics
|
|
{
|
|
static inline consteval int32 GetStructSize() { return sizeof(FGeometryCacheMeshData); }
|
|
static inline consteval int16 GetStructAlignment() { return alignof(FGeometryCacheMeshData); }
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
|
|
{ "Comment", "/** Stores per Track/Mesh data used for rendering*/" },
|
|
{ "ModuleRelativePath", "Classes/GeometryCacheMeshData.h" },
|
|
{ "ToolTip", "Stores per Track/Mesh data used for rendering" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin ScriptStruct FGeometryCacheMeshData constinit property declarations ************
|
|
// ********** End ScriptStruct FGeometryCacheMeshData constinit property declarations **************
|
|
static void* NewStructOps()
|
|
{
|
|
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FGeometryCacheMeshData>();
|
|
}
|
|
static const UECodeGen_Private::FStructParams StructParams;
|
|
}; // struct Z_Construct_UScriptStruct_FGeometryCacheMeshData_Statics
|
|
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FGeometryCacheMeshData;
|
|
class UScriptStruct* FGeometryCacheMeshData::StaticStruct()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FGeometryCacheMeshData.OuterSingleton)
|
|
{
|
|
Z_Registration_Info_UScriptStruct_FGeometryCacheMeshData.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FGeometryCacheMeshData, (UObject*)Z_Construct_UPackage__Script_GeometryCache(), TEXT("GeometryCacheMeshData"));
|
|
}
|
|
return Z_Registration_Info_UScriptStruct_FGeometryCacheMeshData.OuterSingleton;
|
|
}
|
|
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FGeometryCacheMeshData_Statics::StructParams = {
|
|
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCache,
|
|
nullptr,
|
|
&NewStructOps,
|
|
"GeometryCacheMeshData",
|
|
nullptr,
|
|
0,
|
|
sizeof(FGeometryCacheMeshData),
|
|
alignof(FGeometryCacheMeshData),
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
|
EStructFlags(0x00000001),
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FGeometryCacheMeshData_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FGeometryCacheMeshData_Statics::Struct_MetaDataParams)
|
|
};
|
|
UScriptStruct* Z_Construct_UScriptStruct_FGeometryCacheMeshData()
|
|
{
|
|
if (!Z_Registration_Info_UScriptStruct_FGeometryCacheMeshData.InnerSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FGeometryCacheMeshData.InnerSingleton, Z_Construct_UScriptStruct_FGeometryCacheMeshData_Statics::StructParams);
|
|
}
|
|
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FGeometryCacheMeshData.InnerSingleton);
|
|
}
|
|
// ********** End ScriptStruct FGeometryCacheMeshData **********************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheMeshData_h__Script_GeometryCache_Statics
|
|
{
|
|
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
|
|
{ FGeometryCacheMeshBatchInfo::StaticStruct, Z_Construct_UScriptStruct_FGeometryCacheMeshBatchInfo_Statics::NewStructOps, TEXT("GeometryCacheMeshBatchInfo"),&Z_Registration_Info_UScriptStruct_FGeometryCacheMeshBatchInfo, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FGeometryCacheMeshBatchInfo), 1196384920U) },
|
|
{ FGeometryCacheVertexInfo::StaticStruct, Z_Construct_UScriptStruct_FGeometryCacheVertexInfo_Statics::NewStructOps, TEXT("GeometryCacheVertexInfo"),&Z_Registration_Info_UScriptStruct_FGeometryCacheVertexInfo, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FGeometryCacheVertexInfo), 2389427578U) },
|
|
{ FGeometryCacheMeshData::StaticStruct, Z_Construct_UScriptStruct_FGeometryCacheMeshData_Statics::NewStructOps, TEXT("GeometryCacheMeshData"),&Z_Registration_Info_UScriptStruct_FGeometryCacheMeshData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FGeometryCacheMeshData), 4011384445U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheMeshData_h__Script_GeometryCache_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheMeshData_h__Script_GeometryCache_1530119675{
|
|
TEXT("/Script/GeometryCache"),
|
|
nullptr, 0,
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheMeshData_h__Script_GeometryCache_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_GeometryCache_Source_GeometryCache_Classes_GeometryCacheMeshData_h__Script_GeometryCache_Statics::ScriptStructInfo),
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|