166 lines
11 KiB
C++
166 lines
11 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 "Particles/VectorField/ParticleModuleVectorFieldGlobal.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 EmptyLinkFunctionForGeneratedCodeParticleModuleVectorFieldGlobal() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UParticleModuleVectorFieldBase();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UParticleModuleVectorFieldGlobal();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UParticleModuleVectorFieldGlobal_NoRegister();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UParticleModuleVectorFieldGlobal *****************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UParticleModuleVectorFieldGlobal;
|
||
|
|
UClass* UParticleModuleVectorFieldGlobal::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UParticleModuleVectorFieldGlobal;
|
||
|
|
if (!Z_Registration_Info_UClass_UParticleModuleVectorFieldGlobal.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("ParticleModuleVectorFieldGlobal"),
|
||
|
|
Z_Registration_Info_UClass_UParticleModuleVectorFieldGlobal.InnerSingleton,
|
||
|
|
StaticRegisterNativesUParticleModuleVectorFieldGlobal,
|
||
|
|
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_UParticleModuleVectorFieldGlobal.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UParticleModuleVectorFieldGlobal_NoRegister()
|
||
|
|
{
|
||
|
|
return UParticleModuleVectorFieldGlobal::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UParticleModuleVectorFieldGlobal_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "DisplayName", "Global Vector Fields" },
|
||
|
|
{ "HideCategories", "Object Object Object" },
|
||
|
|
{ "IncludePath", "Particles/VectorField/ParticleModuleVectorFieldGlobal.h" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Particles/VectorField/ParticleModuleVectorFieldGlobal.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bOverrideGlobalVectorFieldTightness_MetaData[] = {
|
||
|
|
{ "Category", "VectorField" },
|
||
|
|
{ "Comment", "/** Property override value for global vector field tightness. */" },
|
||
|
|
{ "InlineEditConditionToggle", "" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Particles/VectorField/ParticleModuleVectorFieldGlobal.h" },
|
||
|
|
{ "ToolTip", "Property override value for global vector field tightness." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GlobalVectorFieldScale_MetaData[] = {
|
||
|
|
{ "Category", "VectorField" },
|
||
|
|
{ "Comment", "/** Global vector field scale. */" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Particles/VectorField/ParticleModuleVectorFieldGlobal.h" },
|
||
|
|
{ "ToolTip", "Global vector field scale." },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_GlobalVectorFieldTightness_MetaData[] = {
|
||
|
|
{ "Category", "VectorField" },
|
||
|
|
{ "ClampMin", "0.0" },
|
||
|
|
{ "Comment", "/** Global vector field tightness override. */" },
|
||
|
|
{ "editcondition", "bOverrideGlobalVectorFieldTightness" },
|
||
|
|
{ "ModuleRelativePath", "Classes/Particles/VectorField/ParticleModuleVectorFieldGlobal.h" },
|
||
|
|
{ "ToolTip", "Global vector field tightness override." },
|
||
|
|
{ "UIMax", "1.0" },
|
||
|
|
{ "UIMin", "0.0" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UParticleModuleVectorFieldGlobal constinit property declarations *********
|
||
|
|
static void NewProp_bOverrideGlobalVectorFieldTightness_SetBit(void* Obj);
|
||
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bOverrideGlobalVectorFieldTightness;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_GlobalVectorFieldScale;
|
||
|
|
static const UECodeGen_Private::FFloatPropertyParams NewProp_GlobalVectorFieldTightness;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UParticleModuleVectorFieldGlobal constinit property declarations ***********
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UParticleModuleVectorFieldGlobal>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UParticleModuleVectorFieldGlobal_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UParticleModuleVectorFieldGlobal Property Definitions ********************
|
||
|
|
void Z_Construct_UClass_UParticleModuleVectorFieldGlobal_Statics::NewProp_bOverrideGlobalVectorFieldTightness_SetBit(void* Obj)
|
||
|
|
{
|
||
|
|
((UParticleModuleVectorFieldGlobal*)Obj)->bOverrideGlobalVectorFieldTightness = 1;
|
||
|
|
}
|
||
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UParticleModuleVectorFieldGlobal_Statics::NewProp_bOverrideGlobalVectorFieldTightness = { "bOverrideGlobalVectorFieldTightness", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UParticleModuleVectorFieldGlobal), &Z_Construct_UClass_UParticleModuleVectorFieldGlobal_Statics::NewProp_bOverrideGlobalVectorFieldTightness_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bOverrideGlobalVectorFieldTightness_MetaData), NewProp_bOverrideGlobalVectorFieldTightness_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UParticleModuleVectorFieldGlobal_Statics::NewProp_GlobalVectorFieldScale = { "GlobalVectorFieldScale", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleModuleVectorFieldGlobal, GlobalVectorFieldScale), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GlobalVectorFieldScale_MetaData), NewProp_GlobalVectorFieldScale_MetaData) };
|
||
|
|
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UParticleModuleVectorFieldGlobal_Statics::NewProp_GlobalVectorFieldTightness = { "GlobalVectorFieldTightness", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UParticleModuleVectorFieldGlobal, GlobalVectorFieldTightness), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_GlobalVectorFieldTightness_MetaData), NewProp_GlobalVectorFieldTightness_MetaData) };
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UParticleModuleVectorFieldGlobal_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleVectorFieldGlobal_Statics::NewProp_bOverrideGlobalVectorFieldTightness,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleVectorFieldGlobal_Statics::NewProp_GlobalVectorFieldScale,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UParticleModuleVectorFieldGlobal_Statics::NewProp_GlobalVectorFieldTightness,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleVectorFieldGlobal_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UParticleModuleVectorFieldGlobal Property Definitions **********************
|
||
|
|
UObject* (*const Z_Construct_UClass_UParticleModuleVectorFieldGlobal_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UParticleModuleVectorFieldBase,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleVectorFieldGlobal_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UParticleModuleVectorFieldGlobal_Statics::ClassParams = {
|
||
|
|
&UParticleModuleVectorFieldGlobal::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UParticleModuleVectorFieldGlobal_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleVectorFieldGlobal_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000010A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UParticleModuleVectorFieldGlobal_Statics::Class_MetaDataParams), Z_Construct_UClass_UParticleModuleVectorFieldGlobal_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UParticleModuleVectorFieldGlobal::StaticRegisterNativesUParticleModuleVectorFieldGlobal()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UParticleModuleVectorFieldGlobal()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UParticleModuleVectorFieldGlobal.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UParticleModuleVectorFieldGlobal.OuterSingleton, Z_Construct_UClass_UParticleModuleVectorFieldGlobal_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UParticleModuleVectorFieldGlobal.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UParticleModuleVectorFieldGlobal);
|
||
|
|
UParticleModuleVectorFieldGlobal::~UParticleModuleVectorFieldGlobal() {}
|
||
|
|
// ********** End Class UParticleModuleVectorFieldGlobal *******************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_VectorField_ParticleModuleVectorFieldGlobal_h__Script_Engine_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UParticleModuleVectorFieldGlobal, UParticleModuleVectorFieldGlobal::StaticClass, TEXT("UParticleModuleVectorFieldGlobal"), &Z_Registration_Info_UClass_UParticleModuleVectorFieldGlobal, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UParticleModuleVectorFieldGlobal), 3085941944U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_VectorField_ParticleModuleVectorFieldGlobal_h__Script_Engine_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_VectorField_ParticleModuleVectorFieldGlobal_h__Script_Engine_3595817151{
|
||
|
|
TEXT("/Script/Engine"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_VectorField_ParticleModuleVectorFieldGlobal_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_Particles_VectorField_ParticleModuleVectorFieldGlobal_h__Script_Engine_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|