Add Unreal Engine SDK
This commit is contained in:
49
HellIsUs/SDK/FieldNotification_classes.hpp
Normal file
49
HellIsUs/SDK/FieldNotification_classes.hpp
Normal file
@@ -0,0 +1,49 @@
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* SDK generated by Dumper-7
|
||||
*
|
||||
* https://github.com/Encryqed/Dumper-7
|
||||
*/
|
||||
|
||||
// Package: FieldNotification
|
||||
|
||||
#include "Basic.hpp"
|
||||
|
||||
#include "CoreUObject_classes.hpp"
|
||||
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
|
||||
// Class FieldNotification.NotifyFieldValueChanged
|
||||
// 0x0000 (0x0000 - 0x0000)
|
||||
class INotifyFieldValueChanged final
|
||||
{
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
STATIC_CLASS_IMPL("NotifyFieldValueChanged")
|
||||
}
|
||||
static const class FName& StaticName()
|
||||
{
|
||||
STATIC_NAME_IMPL(L"NotifyFieldValueChanged")
|
||||
}
|
||||
static class INotifyFieldValueChanged* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<INotifyFieldValueChanged>();
|
||||
}
|
||||
|
||||
class UObject* AsUObject()
|
||||
{
|
||||
return reinterpret_cast<UObject*>(this);
|
||||
}
|
||||
const class UObject* AsUObject() const
|
||||
{
|
||||
return reinterpret_cast<const UObject*>(this);
|
||||
}
|
||||
};
|
||||
DUMPER7_ASSERTS_INotifyFieldValueChanged;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user