Unreal Engine SDK update
This commit is contained in:
60
EternalStrands/SDK/NiagaraCore_classes.hpp
Normal file
60
EternalStrands/SDK/NiagaraCore_classes.hpp
Normal 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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user