Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/Engine/UHT/ParticleModuleVelocityInheritParent.gen.cpp

140 lines
8.6 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 "Particles/Velocity/ParticleModuleVelocityInheritParent.h"
#include "Distributions/DistributionVector.h"
#include "Particles/ParticleSystem.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeParticleModuleVelocityInheritParent() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UParticleModuleVelocityBase();
ENGINE_API UClass* Z_Construct_UClass_UParticleModuleVelocityInheritParent();
ENGINE_API UClass* Z_Construct_UClass_UParticleModuleVelocityInheritParent_NoRegister();
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FRawDistributionVector();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UParticleModuleVelocityInheritParent *************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UParticleModuleVelocityInheritParent;
UClass* UParticleModuleVelocityInheritParent::GetPrivateStaticClass()
{
using TClass = UParticleModuleVelocityInheritParent;
if (!Z_Registration_Info_UClass_UParticleModuleVelocityInheritParent.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ParticleModuleVelocityInheritParent"),
Z_Registration_Info_UClass_UParticleModuleVelocityInheritParent.InnerSingleton,
StaticRegisterNativesUParticleModuleVelocityInheritParent,
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_UParticleModuleVelocityInheritParent.InnerSingleton;
}
UClass* Z_Construct_UClass_UParticleModuleVelocityInheritParent_NoRegister()
{
return UParticleModuleVelocityInheritParent::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UParticleModuleVelocityInheritParent_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "DisplayName", "Inherit Parent Velocity" },
{ "HideCategories", "Object Object Object" },
{ "IncludePath", "Particles/Velocity/ParticleModuleVelocityInheritParent.h" },
{ "ModuleRelativePath", "Classes/Particles/Velocity/ParticleModuleVelocityInheritParent.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Scale_MetaData[] = {
{ "Category", "Velocity" },
{ "Comment", "/**\n\x09 *\x09The scale to apply to the parent velocity prior to adding it to the particle velocity during spawn.\n\x09 *\x09Value is retrieved using the EmitterTime of the emitter.\n\x09 */" },
{ "ModuleRelativePath", "Classes/Particles/Velocity/ParticleModuleVelocityInheritParent.h" },
{ "ToolTip", "The scale to apply to the parent velocity prior to adding it to the particle velocity during spawn.\nValue is retrieved using the EmitterTime of the emitter." },
};
#endif // WITH_METADATA
// ********** Begin Class UParticleModuleVelocityInheritParent constinit property declarations *****
static const UECodeGen_Private::FStructPropertyParams NewProp_Scale;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UParticleModuleVelocityInheritParent constinit property declarations *******
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UParticleModuleVelocityInheritParent>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UParticleModuleVelocityInheritParent_Statics
// ********** Begin Class UParticleModuleVelocityInheritParent Property Definitions ****************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UParticleModuleVelocityInheritParent_Statics::NewProp_Scale = { "Scale", nullptr, (EPropertyFlags)0x0010008000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleModuleVelocityInheritParent, Scale), Z_Construct_UScriptStruct_FRawDistributionVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Scale_MetaData), NewProp_Scale_MetaData) }; // 2459468536
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UParticleModuleVelocityInheritParent_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleVelocityInheritParent_Statics::NewProp_Scale,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleVelocityInheritParent_Statics::PropPointers) < 2048);
// ********** End Class UParticleModuleVelocityInheritParent Property Definitions ******************
UObject* (*const Z_Construct_UClass_UParticleModuleVelocityInheritParent_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UParticleModuleVelocityBase,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleVelocityInheritParent_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UParticleModuleVelocityInheritParent_Statics::ClassParams = {
&UParticleModuleVelocityInheritParent::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UParticleModuleVelocityInheritParent_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleVelocityInheritParent_Statics::PropPointers),
0,
0x008810A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleVelocityInheritParent_Statics::Class_MetaDataParams), Z_Construct_UClass_UParticleModuleVelocityInheritParent_Statics::Class_MetaDataParams)
};
void UParticleModuleVelocityInheritParent::StaticRegisterNativesUParticleModuleVelocityInheritParent()
{
}
UClass* Z_Construct_UClass_UParticleModuleVelocityInheritParent()
{
if (!Z_Registration_Info_UClass_UParticleModuleVelocityInheritParent.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UParticleModuleVelocityInheritParent.OuterSingleton, Z_Construct_UClass_UParticleModuleVelocityInheritParent_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UParticleModuleVelocityInheritParent.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UParticleModuleVelocityInheritParent);
UParticleModuleVelocityInheritParent::~UParticleModuleVelocityInheritParent() {}
// ********** End Class UParticleModuleVelocityInheritParent ***************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Velocity_ParticleModuleVelocityInheritParent_h__Script_Engine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UParticleModuleVelocityInheritParent, UParticleModuleVelocityInheritParent::StaticClass, TEXT("UParticleModuleVelocityInheritParent"), &Z_Registration_Info_UClass_UParticleModuleVelocityInheritParent, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UParticleModuleVelocityInheritParent), 3234712214U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Velocity_ParticleModuleVelocityInheritParent_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Velocity_ParticleModuleVelocityInheritParent_h__Script_Engine_1694022908{
TEXT("/Script/Engine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Velocity_ParticleModuleVelocityInheritParent_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_Velocity_ParticleModuleVelocityInheritParent_h__Script_Engine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS