Add Unreal Engine SDK
This commit is contained in:
43
LostEmber/SDK/ImageWriteQueue_classes.hpp
Normal file
43
LostEmber/SDK/ImageWriteQueue_classes.hpp
Normal file
@@ -0,0 +1,43 @@
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* SDK generated by Dumper-7
|
||||
*
|
||||
* https://github.com/Encryqed/Dumper-7
|
||||
*/
|
||||
|
||||
// Package: ImageWriteQueue
|
||||
|
||||
#include "Basic.hpp"
|
||||
|
||||
#include "Engine_classes.hpp"
|
||||
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
|
||||
// Class ImageWriteQueue.ImageWriteBlueprintLibrary
|
||||
// 0x0000 (0x0028 - 0x0028)
|
||||
class UImageWriteBlueprintLibrary final : public UBlueprintFunctionLibrary
|
||||
{
|
||||
public:
|
||||
static void ExportToDisk(class UTexture* Texture, const class FString& Filename, const struct FImageWriteOptions& Options);
|
||||
|
||||
public:
|
||||
static class UClass* StaticClass()
|
||||
{
|
||||
STATIC_CLASS_IMPL("ImageWriteBlueprintLibrary")
|
||||
}
|
||||
static const class FName& StaticName()
|
||||
{
|
||||
STATIC_NAME_IMPL(L"ImageWriteBlueprintLibrary")
|
||||
}
|
||||
static class UImageWriteBlueprintLibrary* GetDefaultObj()
|
||||
{
|
||||
return GetDefaultObjImpl<UImageWriteBlueprintLibrary>();
|
||||
}
|
||||
};
|
||||
DUMPER7_ASSERTS_UImageWriteBlueprintLibrary;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user