Add Unreal Engine SDK

This commit is contained in:
2026-03-06 01:34:47 +01:00
parent 0ae509d10b
commit 91f6d9b6aa
165 changed files with 538826 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: DaedalicTestAutomationPlugin
#include "Basic.hpp"
namespace SDK
{
// Enum DaedalicTestAutomationPlugin.EDaeTestComparisonMethod
// NumValues: 0x0005
enum class EDaeTestComparisonMethod : uint8
{
LessThan = 0,
LessThanOrEqualTo = 1,
GreaterThanOrEqualTo = 2,
GreaterThan = 3,
EDaeTestComparisonMethod_MAX = 4,
};
}