Add Unreal Engine SDK

This commit is contained in:
2025-11-07 17:29:49 +01:00
parent c9385336dc
commit 9b6261cbf9
50 changed files with 473741 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: ImageCore
#include "Basic.hpp"
#include "CoreUObject_classes.hpp"
namespace SDK
{
// Class ImageCore.SharedImageConstRefBlueprintFns
// 0x0000 (0x0028 - 0x0028)
class USharedImageConstRefBlueprintFns final : public UObject
{
public:
static int32 GetHeight(const struct FSharedImageConstRefBlueprint& Image);
static struct FLinearColor GetPixelLinearColor(const struct FSharedImageConstRefBlueprint& Image, int32 X, int32 Y, bool* bValid, const struct FLinearColor& FailureColor);
static struct FVector4f GetPixelValue(const struct FSharedImageConstRefBlueprint& Image, int32 X, int32 Y, bool* bValid);
static struct FVector2f GetSize(const struct FSharedImageConstRefBlueprint& Image);
static int32 GetWidth(const struct FSharedImageConstRefBlueprint& Image);
static bool IsValid(const struct FSharedImageConstRefBlueprint& Image);
public:
static class UClass* StaticClass()
{
STATIC_CLASS_IMPL("SharedImageConstRefBlueprintFns")
}
static const class FName& StaticName()
{
STATIC_NAME_IMPL(L"SharedImageConstRefBlueprintFns")
}
static class USharedImageConstRefBlueprintFns* GetDefaultObj()
{
return GetDefaultObjImpl<USharedImageConstRefBlueprintFns>();
}
};
DUMPER7_ASSERTS_USharedImageConstRefBlueprintFns;
}