Add Unreal Engine SDK
This commit is contained in:
98
The Callisto Protocol/SDK/PropertyAccess_classes.hpp
Normal file
98
The Callisto Protocol/SDK/PropertyAccess_classes.hpp
Normal file
@@ -0,0 +1,98 @@
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* SDK generated by Dumper-7
|
||||
*
|
||||
* https://github.com/Encryqed/Dumper-7
|
||||
*/
|
||||
|
||||
// Package: PropertyAccess
|
||||
|
||||
#include "Basic.hpp"
|
||||
|
||||
#include "CoreUObject_classes.hpp"
|
||||
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
|
||||
// Class PropertyAccess.PropertyAccess
|
||||
// 0x0000 (0x0000 - 0x0000)
|
||||
class IPropertyAccess final
|
||||
{
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
return StaticClassImpl<"PropertyAccess">();
|
||||
}
|
||||
static class IPropertyAccess* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<IPropertyAccess>();
|
||||
}
|
||||
|
||||
class UObject* AsUObject()
|
||||
{
|
||||
return reinterpret_cast<UObject*>(this);
|
||||
}
|
||||
const class UObject* AsUObject() const
|
||||
{
|
||||
return reinterpret_cast<const UObject*>(this);
|
||||
}
|
||||
};
|
||||
static_assert(alignof(IPropertyAccess) == 0x000001, "Wrong alignment on IPropertyAccess");
|
||||
static_assert(sizeof(IPropertyAccess) == 0x000001, "Wrong size on IPropertyAccess");
|
||||
|
||||
// Class PropertyAccess.PropertyEventBroadcaster
|
||||
// 0x0000 (0x0000 - 0x0000)
|
||||
class IPropertyEventBroadcaster final
|
||||
{
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
return StaticClassImpl<"PropertyEventBroadcaster">();
|
||||
}
|
||||
static class IPropertyEventBroadcaster* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<IPropertyEventBroadcaster>();
|
||||
}
|
||||
|
||||
class UObject* AsUObject()
|
||||
{
|
||||
return reinterpret_cast<UObject*>(this);
|
||||
}
|
||||
const class UObject* AsUObject() const
|
||||
{
|
||||
return reinterpret_cast<const UObject*>(this);
|
||||
}
|
||||
};
|
||||
static_assert(alignof(IPropertyEventBroadcaster) == 0x000001, "Wrong alignment on IPropertyEventBroadcaster");
|
||||
static_assert(sizeof(IPropertyEventBroadcaster) == 0x000001, "Wrong size on IPropertyEventBroadcaster");
|
||||
|
||||
// Class PropertyAccess.PropertyEventSubscriber
|
||||
// 0x0000 (0x0000 - 0x0000)
|
||||
class IPropertyEventSubscriber final
|
||||
{
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
return StaticClassImpl<"PropertyEventSubscriber">();
|
||||
}
|
||||
static class IPropertyEventSubscriber* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<IPropertyEventSubscriber>();
|
||||
}
|
||||
|
||||
class UObject* AsUObject()
|
||||
{
|
||||
return reinterpret_cast<UObject*>(this);
|
||||
}
|
||||
const class UObject* AsUObject() const
|
||||
{
|
||||
return reinterpret_cast<const UObject*>(this);
|
||||
}
|
||||
};
|
||||
static_assert(alignof(IPropertyEventSubscriber) == 0x000001, "Wrong alignment on IPropertyEventSubscriber");
|
||||
static_assert(sizeof(IPropertyEventSubscriber) == 0x000001, "Wrong size on IPropertyEventSubscriber");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user