149 lines
9.4 KiB
C++
149 lines
9.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 "NiagaraDataInterfaceVolumeTexture.h"
|
||
|
|
#include "NiagaraCommon.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeNiagaraDataInterfaceVolumeTexture() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UTexture_NoRegister();
|
||
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraDataInterface();
|
||
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraDataInterfaceVolumeTexture();
|
||
|
|
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraDataInterfaceVolumeTexture_NoRegister();
|
||
|
|
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraUserParameterBinding();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_Niagara();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraDataInterfaceVolumeTexture ***************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UNiagaraDataInterfaceVolumeTexture;
|
||
|
|
UClass* UNiagaraDataInterfaceVolumeTexture::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UNiagaraDataInterfaceVolumeTexture;
|
||
|
|
if (!Z_Registration_Info_UClass_UNiagaraDataInterfaceVolumeTexture.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("NiagaraDataInterfaceVolumeTexture"),
|
||
|
|
Z_Registration_Info_UClass_UNiagaraDataInterfaceVolumeTexture.InnerSingleton,
|
||
|
|
StaticRegisterNativesUNiagaraDataInterfaceVolumeTexture,
|
||
|
|
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_UNiagaraDataInterfaceVolumeTexture.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UNiagaraDataInterfaceVolumeTexture_NoRegister()
|
||
|
|
{
|
||
|
|
return UNiagaraDataInterfaceVolumeTexture::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UNiagaraDataInterfaceVolumeTexture_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "Category", "Texture" },
|
||
|
|
{ "Comment", "/** Data Interface allowing sampling of a texture */" },
|
||
|
|
{ "DisplayName", "Volume Texture Sample" },
|
||
|
|
{ "IncludePath", "NiagaraDataInterfaceVolumeTexture.h" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraDataInterfaceVolumeTexture.h" },
|
||
|
|
{ "ToolTip", "Data Interface allowing sampling of a texture" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Texture_MetaData[] = {
|
||
|
|
{ "AllowedClasses", "/Script/Engine.VolumeTexture,/Script/Engine.TextureRenderTargetVolume" },
|
||
|
|
{ "Category", "Texture" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraDataInterfaceVolumeTexture.h" },
|
||
|
|
};
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TextureUserParameter_MetaData[] = {
|
||
|
|
{ "Category", "Texture" },
|
||
|
|
{ "ModuleRelativePath", "Classes/NiagaraDataInterfaceVolumeTexture.h" },
|
||
|
|
{ "ToolTip", "When valid the user parameter is used as the texture rather than the one on the data interface" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraDataInterfaceVolumeTexture constinit property declarations *******
|
||
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_Texture;
|
||
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_TextureUserParameter;
|
||
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
||
|
|
// ********** End Class UNiagaraDataInterfaceVolumeTexture constinit property declarations *********
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UNiagaraDataInterfaceVolumeTexture>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UNiagaraDataInterfaceVolumeTexture_Statics
|
||
|
|
|
||
|
|
// ********** Begin Class UNiagaraDataInterfaceVolumeTexture Property Definitions ******************
|
||
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UNiagaraDataInterfaceVolumeTexture_Statics::NewProp_Texture = { "Texture", nullptr, (EPropertyFlags)0x0114000000000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraDataInterfaceVolumeTexture, Texture), Z_Construct_UClass_UTexture_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Texture_MetaData), NewProp_Texture_MetaData) };
|
||
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraDataInterfaceVolumeTexture_Statics::NewProp_TextureUserParameter = { "TextureUserParameter", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraDataInterfaceVolumeTexture, TextureUserParameter), Z_Construct_UScriptStruct_FNiagaraUserParameterBinding, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TextureUserParameter_MetaData), NewProp_TextureUserParameter_MetaData) }; // 184253120
|
||
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UNiagaraDataInterfaceVolumeTexture_Statics::PropPointers[] = {
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraDataInterfaceVolumeTexture_Statics::NewProp_Texture,
|
||
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraDataInterfaceVolumeTexture_Statics::NewProp_TextureUserParameter,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraDataInterfaceVolumeTexture_Statics::PropPointers) < 2048);
|
||
|
|
// ********** End Class UNiagaraDataInterfaceVolumeTexture Property Definitions ********************
|
||
|
|
UObject* (*const Z_Construct_UClass_UNiagaraDataInterfaceVolumeTexture_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UNiagaraDataInterface,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraDataInterfaceVolumeTexture_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNiagaraDataInterfaceVolumeTexture_Statics::ClassParams = {
|
||
|
|
&UNiagaraDataInterfaceVolumeTexture::StaticClass,
|
||
|
|
nullptr,
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
Z_Construct_UClass_UNiagaraDataInterfaceVolumeTexture_Statics::PropPointers,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraDataInterfaceVolumeTexture_Statics::PropPointers),
|
||
|
|
0,
|
||
|
|
0x000830A0u,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraDataInterfaceVolumeTexture_Statics::Class_MetaDataParams), Z_Construct_UClass_UNiagaraDataInterfaceVolumeTexture_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UNiagaraDataInterfaceVolumeTexture::StaticRegisterNativesUNiagaraDataInterfaceVolumeTexture()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UNiagaraDataInterfaceVolumeTexture()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UNiagaraDataInterfaceVolumeTexture.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNiagaraDataInterfaceVolumeTexture.OuterSingleton, Z_Construct_UClass_UNiagaraDataInterfaceVolumeTexture_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UNiagaraDataInterfaceVolumeTexture.OuterSingleton;
|
||
|
|
}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNiagaraDataInterfaceVolumeTexture);
|
||
|
|
UNiagaraDataInterfaceVolumeTexture::~UNiagaraDataInterfaceVolumeTexture() {}
|
||
|
|
// ********** End Class UNiagaraDataInterfaceVolumeTexture *****************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraDataInterfaceVolumeTexture_h__Script_Niagara_Statics
|
||
|
|
{
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UNiagaraDataInterfaceVolumeTexture, UNiagaraDataInterfaceVolumeTexture::StaticClass, TEXT("UNiagaraDataInterfaceVolumeTexture"), &Z_Registration_Info_UClass_UNiagaraDataInterfaceVolumeTexture, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNiagaraDataInterfaceVolumeTexture), 1575629511U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraDataInterfaceVolumeTexture_h__Script_Niagara_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraDataInterfaceVolumeTexture_h__Script_Niagara_26177851{
|
||
|
|
TEXT("/Script/Niagara"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraDataInterfaceVolumeTexture_h__Script_Niagara_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Classes_NiagaraDataInterfaceVolumeTexture_h__Script_Niagara_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
nullptr, 0,
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|