61 lines
1.1 KiB
C++
61 lines
1.1 KiB
C++
|
|
#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;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|