Update SDK

This commit is contained in:
2025-09-09 06:15:46 +02:00
parent 36fc207a09
commit e8bb910427
118 changed files with 250002 additions and 0 deletions

View File

@@ -0,0 +1,60 @@
#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: NiagaraCore
#include "Basic.hpp"
#include "CoreUObject_classes.hpp"
namespace SDK
{
// Class NiagaraCore.NiagaraMergeable
// 0x0000 (0x0028 - 0x0028)
class UNiagaraMergeable : public UObject
{
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("NiagaraMergeable")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"NiagaraMergeable")
}
static class UNiagaraMergeable* GetDefaultObj()
{
return GetDefaultObjImpl<UNiagaraMergeable>();
}
};
DUMPER7_ASSERTS_UNiagaraMergeable;
// Class NiagaraCore.NiagaraDataInterfaceBase
// 0x0000 (0x0028 - 0x0028)
class UNiagaraDataInterfaceBase : public UNiagaraMergeable
{
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("NiagaraDataInterfaceBase")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"NiagaraDataInterfaceBase")
}
static class UNiagaraDataInterfaceBase* GetDefaultObj()
{
return GetDefaultObjImpl<UNiagaraDataInterfaceBase>();
}
};
DUMPER7_ASSERTS_UNiagaraDataInterfaceBase;
}