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,40 @@
#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: NiagaraShader
#include "Basic.hpp"
#include "CoreUObject_classes.hpp"
namespace SDK
{
// Class NiagaraShader.NiagaraScriptBase
// 0x0000 (0x0028 - 0x0028)
class UNiagaraScriptBase : public UObject
{
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("NiagaraScriptBase")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"NiagaraScriptBase")
}
static class UNiagaraScriptBase* GetDefaultObj()
{
return GetDefaultObjImpl<UNiagaraScriptBase>();
}
};
DUMPER7_ASSERTS_UNiagaraScriptBase;
}