137 lines
8.1 KiB
C++
137 lines
8.1 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 "DataInterface/NiagaraDataInterfaceDebugDraw.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeNiagaraDataInterfaceDebugDraw() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraDataInterface();
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraDataInterfaceDebugDraw();
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraDataInterfaceDebugDraw_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_Niagara();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UNiagaraDataInterfaceDebugDraw *******************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UNiagaraDataInterfaceDebugDraw;
|
|
UClass* UNiagaraDataInterfaceDebugDraw::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UNiagaraDataInterfaceDebugDraw;
|
|
if (!Z_Registration_Info_UClass_UNiagaraDataInterfaceDebugDraw.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("NiagaraDataInterfaceDebugDraw"),
|
|
Z_Registration_Info_UClass_UNiagaraDataInterfaceDebugDraw.InnerSingleton,
|
|
StaticRegisterNativesUNiagaraDataInterfaceDebugDraw,
|
|
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_UNiagaraDataInterfaceDebugDraw.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UNiagaraDataInterfaceDebugDraw_NoRegister()
|
|
{
|
|
return UNiagaraDataInterfaceDebugDraw::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UNiagaraDataInterfaceDebugDraw_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Category", "Debug" },
|
|
{ "DisplayName", "DebugDraw" },
|
|
{ "IncludePath", "DataInterface/NiagaraDataInterfaceDebugDraw.h" },
|
|
{ "ModuleRelativePath", "Private/DataInterface/NiagaraDataInterfaceDebugDraw.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OverrideMaxLineInstances_MetaData[] = {
|
|
{ "Category", "Debug Draw" },
|
|
{ "Comment", "// Number of debug lines is set as the max of OverrideMaxLineInstances and fx.Niagara.GpuComputeDebug.MaxLineInstances\n" },
|
|
{ "ModuleRelativePath", "Private/DataInterface/NiagaraDataInterfaceDebugDraw.h" },
|
|
{ "ToolTip", "Number of debug lines is set as the max of OverrideMaxLineInstances and fx.Niagara.GpuComputeDebug.MaxLineInstances" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UNiagaraDataInterfaceDebugDraw constinit property declarations ***********
|
|
static const UECodeGen_Private::FUInt32PropertyParams NewProp_OverrideMaxLineInstances;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UNiagaraDataInterfaceDebugDraw constinit property declarations *************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UNiagaraDataInterfaceDebugDraw>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UNiagaraDataInterfaceDebugDraw_Statics
|
|
|
|
// ********** Begin Class UNiagaraDataInterfaceDebugDraw Property Definitions **********************
|
|
const UECodeGen_Private::FUInt32PropertyParams Z_Construct_UClass_UNiagaraDataInterfaceDebugDraw_Statics::NewProp_OverrideMaxLineInstances = { "OverrideMaxLineInstances", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::UInt32, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraDataInterfaceDebugDraw, OverrideMaxLineInstances), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OverrideMaxLineInstances_MetaData), NewProp_OverrideMaxLineInstances_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UNiagaraDataInterfaceDebugDraw_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraDataInterfaceDebugDraw_Statics::NewProp_OverrideMaxLineInstances,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraDataInterfaceDebugDraw_Statics::PropPointers) < 2048);
|
|
// ********** End Class UNiagaraDataInterfaceDebugDraw Property Definitions ************************
|
|
UObject* (*const Z_Construct_UClass_UNiagaraDataInterfaceDebugDraw_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UNiagaraDataInterface,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraDataInterfaceDebugDraw_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNiagaraDataInterfaceDebugDraw_Statics::ClassParams = {
|
|
&UNiagaraDataInterfaceDebugDraw::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UNiagaraDataInterfaceDebugDraw_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraDataInterfaceDebugDraw_Statics::PropPointers),
|
|
0,
|
|
0x000830A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraDataInterfaceDebugDraw_Statics::Class_MetaDataParams), Z_Construct_UClass_UNiagaraDataInterfaceDebugDraw_Statics::Class_MetaDataParams)
|
|
};
|
|
void UNiagaraDataInterfaceDebugDraw::StaticRegisterNativesUNiagaraDataInterfaceDebugDraw()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UNiagaraDataInterfaceDebugDraw()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UNiagaraDataInterfaceDebugDraw.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNiagaraDataInterfaceDebugDraw.OuterSingleton, Z_Construct_UClass_UNiagaraDataInterfaceDebugDraw_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UNiagaraDataInterfaceDebugDraw.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNiagaraDataInterfaceDebugDraw);
|
|
UNiagaraDataInterfaceDebugDraw::~UNiagaraDataInterfaceDebugDraw() {}
|
|
// ********** End Class UNiagaraDataInterfaceDebugDraw *********************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Private_DataInterface_NiagaraDataInterfaceDebugDraw_h__Script_Niagara_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UNiagaraDataInterfaceDebugDraw, UNiagaraDataInterfaceDebugDraw::StaticClass, TEXT("UNiagaraDataInterfaceDebugDraw"), &Z_Registration_Info_UClass_UNiagaraDataInterfaceDebugDraw, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNiagaraDataInterfaceDebugDraw), 3289506085U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Private_DataInterface_NiagaraDataInterfaceDebugDraw_h__Script_Niagara_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Private_DataInterface_NiagaraDataInterfaceDebugDraw_h__Script_Niagara_3803015582{
|
|
TEXT("/Script/Niagara"),
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Private_DataInterface_NiagaraDataInterfaceDebugDraw_h__Script_Niagara_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Private_DataInterface_NiagaraDataInterfaceDebugDraw_h__Script_Niagara_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|