49 lines
1.3 KiB
C++
49 lines
1.3 KiB
C++
|
|
#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;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|