Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/Niagara/UHT/NiagaraSystemCollection.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

479 lines
31 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 "NiagaraSystemCollection.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeNiagaraSystemCollection() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UDataAsset();
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraSystem_NoRegister();
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraSystemCollection();
NIAGARA_API UClass* Z_Construct_UClass_UNiagaraSystemCollection_NoRegister();
NIAGARA_API UScriptStruct* Z_Construct_UScriptStruct_FNiagaraSystemCollectionData();
UPackage* Z_Construct_UPackage__Script_Niagara();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FNiagaraSystemCollectionData **************************************
struct Z_Construct_UScriptStruct_FNiagaraSystemCollectionData_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FNiagaraSystemCollectionData); }
static inline consteval int16 GetStructAlignment() { return alignof(FNiagaraSystemCollectionData); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "//A collection of Niagara Systems that can be referenced and asynchronously loaded as needed.\n" },
{ "ModuleRelativePath", "Public/NiagaraSystemCollection.h" },
{ "ToolTip", "A collection of Niagara Systems that can be referenced and asynchronously loaded as needed." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Systems_MetaData[] = {
{ "Category", "Systems" },
{ "ModuleRelativePath", "Public/NiagaraSystemCollection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SystemsInternal_MetaData[] = {
{ "ModuleRelativePath", "Public/NiagaraSystemCollection.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FNiagaraSystemCollectionData constinit property declarations ******
static const UECodeGen_Private::FSoftObjectPropertyParams NewProp_Systems_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_Systems;
static const UECodeGen_Private::FObjectPropertyParams NewProp_SystemsInternal_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_SystemsInternal;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FNiagaraSystemCollectionData constinit property declarations ********
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FNiagaraSystemCollectionData>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FNiagaraSystemCollectionData_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNiagaraSystemCollectionData;
class UScriptStruct* FNiagaraSystemCollectionData::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FNiagaraSystemCollectionData.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FNiagaraSystemCollectionData.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNiagaraSystemCollectionData, (UObject*)Z_Construct_UPackage__Script_Niagara(), TEXT("NiagaraSystemCollectionData"));
}
return Z_Registration_Info_UScriptStruct_FNiagaraSystemCollectionData.OuterSingleton;
}
// ********** Begin ScriptStruct FNiagaraSystemCollectionData Property Definitions *****************
const UECodeGen_Private::FSoftObjectPropertyParams Z_Construct_UScriptStruct_FNiagaraSystemCollectionData_Statics::NewProp_Systems_Inner = { "Systems", nullptr, (EPropertyFlags)0x0004000000000000, UECodeGen_Private::EPropertyGenFlags::SoftObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UNiagaraSystem_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FNiagaraSystemCollectionData_Statics::NewProp_Systems = { "Systems", nullptr, (EPropertyFlags)0x0044000000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSystemCollectionData, Systems), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Systems_MetaData), NewProp_Systems_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FNiagaraSystemCollectionData_Statics::NewProp_SystemsInternal_Inner = { "SystemsInternal", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UNiagaraSystem_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FNiagaraSystemCollectionData_Statics::NewProp_SystemsInternal = { "SystemsInternal", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNiagaraSystemCollectionData, SystemsInternal), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SystemsInternal_MetaData), NewProp_SystemsInternal_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNiagaraSystemCollectionData_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSystemCollectionData_Statics::NewProp_Systems_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSystemCollectionData_Statics::NewProp_Systems,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSystemCollectionData_Statics::NewProp_SystemsInternal_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNiagaraSystemCollectionData_Statics::NewProp_SystemsInternal,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSystemCollectionData_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FNiagaraSystemCollectionData Property Definitions *******************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNiagaraSystemCollectionData_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
nullptr,
&NewStructOps,
"NiagaraSystemCollectionData",
Z_Construct_UScriptStruct_FNiagaraSystemCollectionData_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSystemCollectionData_Statics::PropPointers),
sizeof(FNiagaraSystemCollectionData),
alignof(FNiagaraSystemCollectionData),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNiagaraSystemCollectionData_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNiagaraSystemCollectionData_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FNiagaraSystemCollectionData()
{
if (!Z_Registration_Info_UScriptStruct_FNiagaraSystemCollectionData.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNiagaraSystemCollectionData.InnerSingleton, Z_Construct_UScriptStruct_FNiagaraSystemCollectionData_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FNiagaraSystemCollectionData.InnerSingleton);
}
// ********** End ScriptStruct FNiagaraSystemCollectionData ****************************************
// ********** Begin Class UNiagaraSystemCollection Function GetSystems *****************************
struct Z_Construct_UFunction_UNiagaraSystemCollection_GetSystems_Statics
{
struct NiagaraSystemCollection_eventGetSystems_Parms
{
TArray<UNiagaraSystem*> ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "System Collection" },
{ "Comment", "/** Returns the Systems as an array, Loading them if needed. */" },
{ "ModuleRelativePath", "Public/NiagaraSystemCollection.h" },
{ "ToolTip", "Returns the Systems as an array, Loading them if needed." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
{ "NativeConst", "" },
};
#endif // WITH_METADATA
// ********** Begin Function GetSystems constinit property declarations ****************************
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function GetSystems constinit property declarations ******************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function GetSystems Property Definitions ***************************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UNiagaraSystemCollection_GetSystems_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UNiagaraSystem_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UNiagaraSystemCollection_GetSystems_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000008000582, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSystemCollection_eventGetSystems_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSystemCollection_GetSystems_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSystemCollection_GetSystems_Statics::NewProp_ReturnValue_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSystemCollection_GetSystems_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSystemCollection_GetSystems_Statics::PropPointers) < 2048);
// ********** End Function GetSystems Property Definitions *****************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSystemCollection_GetSystems_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSystemCollection, nullptr, "GetSystems", Z_Construct_UFunction_UNiagaraSystemCollection_GetSystems_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSystemCollection_GetSystems_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraSystemCollection_GetSystems_Statics::NiagaraSystemCollection_eventGetSystems_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSystemCollection_GetSystems_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSystemCollection_GetSystems_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSystemCollection_GetSystems_Statics::NiagaraSystemCollection_eventGetSystems_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraSystemCollection_GetSystems()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSystemCollection_GetSystems_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraSystemCollection::execGetSystems)
{
P_FINISH;
P_NATIVE_BEGIN;
*(TArray<UNiagaraSystem*>*)Z_Param__Result=P_THIS->GetSystems();
P_NATIVE_END;
}
// ********** End Class UNiagaraSystemCollection Function GetSystems *******************************
// ********** Begin Class UNiagaraSystemCollection Function LoadAsync ******************************
struct Z_Construct_UFunction_UNiagaraSystemCollection_LoadAsync_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "System Collection" },
{ "Comment", "/** Triggers async loading of all systems in this collection. */" },
{ "ModuleRelativePath", "Public/NiagaraSystemCollection.h" },
{ "ToolTip", "Triggers async loading of all systems in this collection." },
};
#endif // WITH_METADATA
// ********** Begin Function LoadAsync constinit property declarations *****************************
// ********** End Function LoadAsync constinit property declarations *******************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSystemCollection_LoadAsync_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSystemCollection, nullptr, "LoadAsync", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x44020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSystemCollection_LoadAsync_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSystemCollection_LoadAsync_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_UNiagaraSystemCollection_LoadAsync()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSystemCollection_LoadAsync_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraSystemCollection::execLoadAsync)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->LoadAsync();
P_NATIVE_END;
}
// ********** End Class UNiagaraSystemCollection Function LoadAsync ********************************
// ********** Begin Class UNiagaraSystemCollection Function LoadSynchronous ************************
struct Z_Construct_UFunction_UNiagaraSystemCollection_LoadSynchronous_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "System Collection" },
{ "Comment", "/** Triggers synchronous (blocking) loading of all systems in this collection. */" },
{ "ModuleRelativePath", "Public/NiagaraSystemCollection.h" },
{ "ToolTip", "Triggers synchronous (blocking) loading of all systems in this collection." },
};
#endif // WITH_METADATA
// ********** Begin Function LoadSynchronous constinit property declarations ***********************
// ********** End Function LoadSynchronous constinit property declarations *************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSystemCollection_LoadSynchronous_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSystemCollection, nullptr, "LoadSynchronous", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x44020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSystemCollection_LoadSynchronous_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSystemCollection_LoadSynchronous_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_UNiagaraSystemCollection_LoadSynchronous()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSystemCollection_LoadSynchronous_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraSystemCollection::execLoadSynchronous)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->LoadSynchronous();
P_NATIVE_END;
}
// ********** End Class UNiagaraSystemCollection Function LoadSynchronous **************************
// ********** Begin Class UNiagaraSystemCollection Function Num ************************************
struct Z_Construct_UFunction_UNiagaraSystemCollection_Num_Statics
{
struct NiagaraSystemCollection_eventNum_Parms
{
int32 ReturnValue;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "System Collection" },
{ "Comment", "/** The number of systems in this collection. */" },
{ "ModuleRelativePath", "Public/NiagaraSystemCollection.h" },
{ "ToolTip", "The number of systems in this collection." },
};
#endif // WITH_METADATA
// ********** Begin Function Num constinit property declarations ***********************************
static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function Num constinit property declarations *************************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function Num Property Definitions **********************************************
const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UNiagaraSystemCollection_Num_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NiagaraSystemCollection_eventNum_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UNiagaraSystemCollection_Num_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UNiagaraSystemCollection_Num_Statics::NewProp_ReturnValue,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSystemCollection_Num_Statics::PropPointers) < 2048);
// ********** End Function Num Property Definitions ************************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSystemCollection_Num_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSystemCollection, nullptr, "Num", Z_Construct_UFunction_UNiagaraSystemCollection_Num_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSystemCollection_Num_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UNiagaraSystemCollection_Num_Statics::NiagaraSystemCollection_eventNum_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSystemCollection_Num_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSystemCollection_Num_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UNiagaraSystemCollection_Num_Statics::NiagaraSystemCollection_eventNum_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UNiagaraSystemCollection_Num()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSystemCollection_Num_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraSystemCollection::execNum)
{
P_FINISH;
P_NATIVE_BEGIN;
*(int32*)Z_Param__Result=P_THIS->Num();
P_NATIVE_END;
}
// ********** End Class UNiagaraSystemCollection Function Num **************************************
// ********** Begin Class UNiagaraSystemCollection Function Release ********************************
struct Z_Construct_UFunction_UNiagaraSystemCollection_Release_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "Category", "System Collection" },
{ "Comment", "/** Release any currently loaded Niagara Systems. Cancel any pending loads. */" },
{ "ModuleRelativePath", "Public/NiagaraSystemCollection.h" },
{ "ToolTip", "Release any currently loaded Niagara Systems. Cancel any pending loads." },
};
#endif // WITH_METADATA
// ********** Begin Function Release constinit property declarations *******************************
// ********** End Function Release constinit property declarations *********************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UNiagaraSystemCollection_Release_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UNiagaraSystemCollection, nullptr, "Release", nullptr,
0,
0,
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UNiagaraSystemCollection_Release_Statics::Function_MetaDataParams), Z_Construct_UFunction_UNiagaraSystemCollection_Release_Statics::Function_MetaDataParams)}, };
UFunction* Z_Construct_UFunction_UNiagaraSystemCollection_Release()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UNiagaraSystemCollection_Release_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UNiagaraSystemCollection::execRelease)
{
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->Release();
P_NATIVE_END;
}
// ********** End Class UNiagaraSystemCollection Function Release **********************************
// ********** Begin Class UNiagaraSystemCollection *************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UNiagaraSystemCollection;
UClass* UNiagaraSystemCollection::GetPrivateStaticClass()
{
using TClass = UNiagaraSystemCollection;
if (!Z_Registration_Info_UClass_UNiagaraSystemCollection.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("NiagaraSystemCollection"),
Z_Registration_Info_UClass_UNiagaraSystemCollection.InnerSingleton,
StaticRegisterNativesUNiagaraSystemCollection,
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_UNiagaraSystemCollection.InnerSingleton;
}
UClass* Z_Construct_UClass_UNiagaraSystemCollection_NoRegister()
{
return UNiagaraSystemCollection::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UNiagaraSystemCollection_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/** A collection of Niagara Systems. */" },
{ "IncludePath", "NiagaraSystemCollection.h" },
{ "ModuleRelativePath", "Public/NiagaraSystemCollection.h" },
{ "ToolTip", "A collection of Niagara Systems." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SystemCollection_MetaData[] = {
{ "Category", "Systems" },
{ "ModuleRelativePath", "Public/NiagaraSystemCollection.h" },
{ "ShowOnlyInnerProperties", "" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLoadImmediately_MetaData[] = {
{ "Category", "Systems" },
{ "ModuleRelativePath", "Public/NiagaraSystemCollection.h" },
{ "ShowOnlyInnerProperties", "" },
};
#endif // WITH_METADATA
// ********** Begin Class UNiagaraSystemCollection constinit property declarations *****************
static const UECodeGen_Private::FStructPropertyParams NewProp_SystemCollection;
static void NewProp_bLoadImmediately_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bLoadImmediately;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UNiagaraSystemCollection constinit property declarations *******************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("GetSystems"), .Pointer = &UNiagaraSystemCollection::execGetSystems },
{ .NameUTF8 = UTF8TEXT("LoadAsync"), .Pointer = &UNiagaraSystemCollection::execLoadAsync },
{ .NameUTF8 = UTF8TEXT("LoadSynchronous"), .Pointer = &UNiagaraSystemCollection::execLoadSynchronous },
{ .NameUTF8 = UTF8TEXT("Num"), .Pointer = &UNiagaraSystemCollection::execNum },
{ .NameUTF8 = UTF8TEXT("Release"), .Pointer = &UNiagaraSystemCollection::execRelease },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UNiagaraSystemCollection_GetSystems, "GetSystems" }, // 1291423389
{ &Z_Construct_UFunction_UNiagaraSystemCollection_LoadAsync, "LoadAsync" }, // 765234306
{ &Z_Construct_UFunction_UNiagaraSystemCollection_LoadSynchronous, "LoadSynchronous" }, // 3786420680
{ &Z_Construct_UFunction_UNiagaraSystemCollection_Num, "Num" }, // 352843955
{ &Z_Construct_UFunction_UNiagaraSystemCollection_Release, "Release" }, // 2509859266
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UNiagaraSystemCollection>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UNiagaraSystemCollection_Statics
// ********** Begin Class UNiagaraSystemCollection Property Definitions ****************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNiagaraSystemCollection_Statics::NewProp_SystemCollection = { "SystemCollection", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNiagaraSystemCollection, SystemCollection), Z_Construct_UScriptStruct_FNiagaraSystemCollectionData, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SystemCollection_MetaData), NewProp_SystemCollection_MetaData) }; // 328747609
void Z_Construct_UClass_UNiagaraSystemCollection_Statics::NewProp_bLoadImmediately_SetBit(void* Obj)
{
((UNiagaraSystemCollection*)Obj)->bLoadImmediately = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UNiagaraSystemCollection_Statics::NewProp_bLoadImmediately = { "bLoadImmediately", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UNiagaraSystemCollection), &Z_Construct_UClass_UNiagaraSystemCollection_Statics::NewProp_bLoadImmediately_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLoadImmediately_MetaData), NewProp_bLoadImmediately_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UNiagaraSystemCollection_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraSystemCollection_Statics::NewProp_SystemCollection,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNiagaraSystemCollection_Statics::NewProp_bLoadImmediately,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraSystemCollection_Statics::PropPointers) < 2048);
// ********** End Class UNiagaraSystemCollection Property Definitions ******************************
UObject* (*const Z_Construct_UClass_UNiagaraSystemCollection_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDataAsset,
(UObject* (*)())Z_Construct_UPackage__Script_Niagara,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraSystemCollection_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNiagaraSystemCollection_Statics::ClassParams = {
&UNiagaraSystemCollection::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UNiagaraSystemCollection_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraSystemCollection_Statics::PropPointers),
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNiagaraSystemCollection_Statics::Class_MetaDataParams), Z_Construct_UClass_UNiagaraSystemCollection_Statics::Class_MetaDataParams)
};
void UNiagaraSystemCollection::StaticRegisterNativesUNiagaraSystemCollection()
{
UClass* Class = UNiagaraSystemCollection::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UNiagaraSystemCollection_Statics::Funcs));
}
UClass* Z_Construct_UClass_UNiagaraSystemCollection()
{
if (!Z_Registration_Info_UClass_UNiagaraSystemCollection.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNiagaraSystemCollection.OuterSingleton, Z_Construct_UClass_UNiagaraSystemCollection_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UNiagaraSystemCollection.OuterSingleton;
}
UNiagaraSystemCollection::UNiagaraSystemCollection(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNiagaraSystemCollection);
UNiagaraSystemCollection::~UNiagaraSystemCollection() {}
// ********** End Class UNiagaraSystemCollection ***************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraSystemCollection_h__Script_Niagara_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FNiagaraSystemCollectionData::StaticStruct, Z_Construct_UScriptStruct_FNiagaraSystemCollectionData_Statics::NewStructOps, TEXT("NiagaraSystemCollectionData"),&Z_Registration_Info_UScriptStruct_FNiagaraSystemCollectionData, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNiagaraSystemCollectionData), 328747609U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UNiagaraSystemCollection, UNiagaraSystemCollection::StaticClass, TEXT("UNiagaraSystemCollection"), &Z_Registration_Info_UClass_UNiagaraSystemCollection, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNiagaraSystemCollection), 3115312932U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraSystemCollection_h__Script_Niagara_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraSystemCollection_h__Script_Niagara_3767257834{
TEXT("/Script/Niagara"),
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraSystemCollection_h__Script_Niagara_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraSystemCollection_h__Script_Niagara_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraSystemCollection_h__Script_Niagara_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_FX_Niagara_Source_Niagara_Public_NiagaraSystemCollection_h__Script_Niagara_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS