Update Unreal Engine SDK

This commit is contained in:
2026-04-11 09:27:45 +02:00
parent a2d139ba76
commit e48d9b00dd
97 changed files with 170161 additions and 0 deletions

View File

@@ -0,0 +1,49 @@
#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: PropertyBindingUtils
#include "Basic.hpp"
#include "CoreUObject_classes.hpp"
namespace SDK
{
// Class PropertyBindingUtils.PropertyBindingBindingCollectionOwner
// 0x0000 (0x0000 - 0x0000)
class IPropertyBindingBindingCollectionOwner final
{
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("PropertyBindingBindingCollectionOwner")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"PropertyBindingBindingCollectionOwner")
}
static class IPropertyBindingBindingCollectionOwner* GetDefaultObj()
{
return GetDefaultObjImpl<IPropertyBindingBindingCollectionOwner>();
}
class UObject* AsUObject()
{
return reinterpret_cast<UObject*>(this);
}
const class UObject* AsUObject() const
{
return reinterpret_cast<const UObject*>(this);
}
};
DUMPER7_ASSERTS_IPropertyBindingBindingCollectionOwner;
}