Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/Niagara/UHT/NiagaraDataInterfaceParticleRead.gen.cpp

153 lines
9.4 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 "NiagaraDataInterfaceParticleRead.h"
#include "NiagaraDataInterfaceEmitterBinding.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeNiagaraDataInterfaceParticleRead() {}
// ********** Begin Cross Module References ********************************************************
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraDataInterfaceParticleRead();
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraDataInterfaceParticleRead_NoRegister();
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraDataInterfaceRWBase();
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraDataInterfaceEmitterBinding();
UPackage* Z_Construct_UPackage__Script_Niagara();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UNiagaraDataInterfaceParticleRead ****************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UNiagaraDataInterfaceParticleRead;
UClass* UNiagaraDataInterfaceParticleRead::GetPrivateStaticClass()
{
using TClass = UNiagaraDataInterfaceParticleRead;
if (!Z_Registration_Info_UClass_UNiagaraDataInterfaceParticleRead.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("NiagaraDataInterfaceParticleRead"),
Z_Registration_Info_UClass_UNiagaraDataInterfaceParticleRead.InnerSingleton,
StaticRegisterNativesUNiagaraDataInterfaceParticleRead,
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_UNiagaraDataInterfaceParticleRead.InnerSingleton;
}
UClass* Z_Construct_UClass_UNiagaraDataInterfaceParticleRead_NoRegister()
{
return UNiagaraDataInterfaceParticleRead::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UNiagaraDataInterfaceParticleRead_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Category", "ParticleRead" },
{ "DisplayName", "Particle Attribute Reader" },
{ "IncludePath", "NiagaraDataInterfaceParticleRead.h" },
{ "ModuleRelativePath", "Classes/NiagaraDataInterfaceParticleRead.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EmitterBinding_MetaData[] = {
{ "Category", "Emitter" },
{ "Comment", "/** Selects which emitter the data interface will bind to, i.e the emitter we are contained within or a named emitter. */" },
{ "ModuleRelativePath", "Classes/NiagaraDataInterfaceParticleRead.h" },
{ "ToolTip", "Selects which emitter the data interface will bind to, i.e the emitter we are contained within or a named emitter." },
};
#if WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EmitterName_MetaData[] = {
{ "ModuleRelativePath", "Classes/NiagaraDataInterfaceParticleRead.h" },
};
#endif // WITH_EDITORONLY_DATA
#endif // WITH_METADATA
// ********** Begin Class UNiagaraDataInterfaceParticleRead constinit property declarations ********
static const UECodeGen_Private::FStructPropertyParams NewProp_EmitterBinding;
#if WITH_EDITORONLY_DATA
static const UECodeGen_Private::FStrPropertyParams NewProp_EmitterName;
#endif // WITH_EDITORONLY_DATA
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UNiagaraDataInterfaceParticleRead constinit property declarations **********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UNiagaraDataInterfaceParticleRead>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UNiagaraDataInterfaceParticleRead_Statics
// ********** Begin Class UNiagaraDataInterfaceParticleRead Property Definitions *******************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraDataInterfaceParticleRead_Statics::NewProp_EmitterBinding = { "EmitterBinding", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraDataInterfaceParticleRead, EmitterBinding), Z_Construct_UScriptStruct_FNiagaraDataInterfaceEmitterBinding, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EmitterBinding_MetaData), NewProp_EmitterBinding_MetaData) }; // 1024893841
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UNiagaraDataInterfaceParticleRead_Statics::NewProp_EmitterName = { "EmitterName", nullptr, (EPropertyFlags)0x0020080820000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraDataInterfaceParticleRead, EmitterName_DEPRECATED), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EmitterName_MetaData), NewProp_EmitterName_MetaData) };
#endif // WITH_EDITORONLY_DATA
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UNiagaraDataInterfaceParticleRead_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraDataInterfaceParticleRead_Statics::NewProp_EmitterBinding,
#if WITH_EDITORONLY_DATA
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraDataInterfaceParticleRead_Statics::NewProp_EmitterName,
#endif // WITH_EDITORONLY_DATA
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraDataInterfaceParticleRead_Statics::PropPointers) < 2048);
// ********** End Class UNiagaraDataInterfaceParticleRead Property Definitions *********************
UObject* (*const Z_Construct_UClass_UNiagaraDataInterfaceParticleRead_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UNiagaraDataInterfaceRWBase,
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraDataInterfaceParticleRead_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNiagaraDataInterfaceParticleRead_Statics::ClassParams = {
&UNiagaraDataInterfaceParticleRead::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UNiagaraDataInterfaceParticleRead_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraDataInterfaceParticleRead_Statics::PropPointers),
0,
0x000830A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraDataInterfaceParticleRead_Statics::Class_MetaDataParams), Z_Construct_UClass_UNiagaraDataInterfaceParticleRead_Statics::Class_MetaDataParams)
};
void UNiagaraDataInterfaceParticleRead::StaticRegisterNativesUNiagaraDataInterfaceParticleRead()
{
}
UClass* Z_Construct_UClass_UNiagaraDataInterfaceParticleRead()
{
if (!Z_Registration_Info_UClass_UNiagaraDataInterfaceParticleRead.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNiagaraDataInterfaceParticleRead.OuterSingleton, Z_Construct_UClass_UNiagaraDataInterfaceParticleRead_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UNiagaraDataInterfaceParticleRead.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNiagaraDataInterfaceParticleRead);
UNiagaraDataInterfaceParticleRead::~UNiagaraDataInterfaceParticleRead() {}
// ********** End Class UNiagaraDataInterfaceParticleRead ******************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraDataInterfaceParticleRead_h__Script_Niagara_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UNiagaraDataInterfaceParticleRead, UNiagaraDataInterfaceParticleRead::StaticClass, TEXT("UNiagaraDataInterfaceParticleRead"), &Z_Registration_Info_UClass_UNiagaraDataInterfaceParticleRead, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNiagaraDataInterfaceParticleRead), 4050364971U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraDataInterfaceParticleRead_h__Script_Niagara_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraDataInterfaceParticleRead_h__Script_Niagara_707769454{
TEXT("/Script/Niagara"),
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraDataInterfaceParticleRead_h__Script_Niagara_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraDataInterfaceParticleRead_h__Script_Niagara_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS