Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/Niagara/UHT/NiagaraDataInterfaceMeshCommon.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

110 lines
7.4 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 "NiagaraDataInterfaceMeshCommon.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeNiagaraDataInterfaceMeshCommon() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector3f();
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FMeshTriCoordinate();
UPackage* Z_Construct_UPackage__Script_Niagara();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMeshTriCoordinate ************************************************
struct Z_Construct_UScriptStruct_FMeshTriCoordinate_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMeshTriCoordinate); }
static inline consteval int16 GetStructAlignment() { return alignof(FMeshTriCoordinate); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "Comment", "//A coordinate on a mesh usable in Niagara.\n//Do not alter this struct without updating the data interfaces that use it!\n" },
{ "ModuleRelativePath", "Classes/NiagaraDataInterfaceMeshCommon.h" },
{ "ToolTip", "A coordinate on a mesh usable in Niagara.\nDo not alter this struct without updating the data interfaces that use it!" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Tri_MetaData[] = {
{ "Category", "Coordinate" },
{ "ModuleRelativePath", "Classes/NiagaraDataInterfaceMeshCommon.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BaryCoord_MetaData[] = {
{ "Category", "Coordinate" },
{ "ModuleRelativePath", "Classes/NiagaraDataInterfaceMeshCommon.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMeshTriCoordinate constinit property declarations ****************
static const UECodeGen_Private::FIntPropertyParams NewProp_Tri;
static const UECodeGen_Private::FStructPropertyParams NewProp_BaryCoord;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMeshTriCoordinate constinit property declarations ******************
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMeshTriCoordinate>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMeshTriCoordinate_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMeshTriCoordinate;
class UScriptStruct* FMeshTriCoordinate::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMeshTriCoordinate.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMeshTriCoordinate.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMeshTriCoordinate, (UObject*)Z_Construct_UPackage__Script_Niagara(), TEXT("MeshTriCoordinate"));
}
return Z_Registration_Info_UScriptStruct_FMeshTriCoordinate.OuterSingleton;
}
// ********** Begin ScriptStruct FMeshTriCoordinate Property Definitions ***************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FMeshTriCoordinate_Statics::NewProp_Tri = { "Tri", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMeshTriCoordinate, Tri), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Tri_MetaData), NewProp_Tri_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMeshTriCoordinate_Statics::NewProp_BaryCoord = { "BaryCoord", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMeshTriCoordinate, BaryCoord), Z_Construct_UScriptStruct_FVector3f, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BaryCoord_MetaData), NewProp_BaryCoord_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMeshTriCoordinate_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMeshTriCoordinate_Statics::NewProp_Tri,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMeshTriCoordinate_Statics::NewProp_BaryCoord,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMeshTriCoordinate_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMeshTriCoordinate Property Definitions *****************************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMeshTriCoordinate_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
nullptr,
&NewStructOps,
"MeshTriCoordinate",
Z_Construct_UScriptStruct_FMeshTriCoordinate_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMeshTriCoordinate_Statics::PropPointers),
sizeof(FMeshTriCoordinate),
alignof(FMeshTriCoordinate),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMeshTriCoordinate_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMeshTriCoordinate_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMeshTriCoordinate()
{
if (!Z_Registration_Info_UScriptStruct_FMeshTriCoordinate.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMeshTriCoordinate.InnerSingleton, Z_Construct_UScriptStruct_FMeshTriCoordinate_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMeshTriCoordinate.InnerSingleton);
}
// ********** End ScriptStruct FMeshTriCoordinate **************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraDataInterfaceMeshCommon_h__Script_Niagara_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMeshTriCoordinate::StaticStruct, Z_Construct_UScriptStruct_FMeshTriCoordinate_Statics::NewStructOps, TEXT("MeshTriCoordinate"),&Z_Registration_Info_UScriptStruct_FMeshTriCoordinate, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMeshTriCoordinate), 2773420791U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraDataInterfaceMeshCommon_h__Script_Niagara_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraDataInterfaceMeshCommon_h__Script_Niagara_3940627390{
TEXT("/Script/Niagara"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraDataInterfaceMeshCommon_h__Script_Niagara_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraDataInterfaceMeshCommon_h__Script_Niagara_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS