Unreal Engine SDK update

This commit is contained in:
2025-10-23 18:39:50 +02:00
parent 931a588cf6
commit 6bb33c18ec
28 changed files with 7026 additions and 982 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;
}