Files
ReshadePluginsCore/Reanimal/SDK/EditorUtilitiesRuntime_structs.hpp
2026-03-06 01:33:02 +01:00

54 lines
1.3 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: EditorUtilitiesRuntime
#include "Basic.hpp"
namespace SDK
{
// Enum EditorUtilitiesRuntime.ELogLevel
// NumValues: 0x0009
enum class ELogLevel : uint8
{
None = 0,
Fatal = 1,
Error = 2,
Warning = 3,
Display = 4,
Log = 5,
Verbose = 6,
VeryVerbose = 7,
ELogLevel_MAX = 8,
};
// Enum EditorUtilitiesRuntime.EEditableWidgetType
// NumValues: 0x0005
enum class EEditableWidgetType : uint8
{
None = 0,
MinExtent = 1,
MaxExtent = 2,
Transform = 3,
EEditableWidgetType_MAX = 4,
};
// ScriptStruct EditorUtilitiesRuntime.EditorInfo
// 0x0010 (0x0010 - 0x0000)
struct FEditorInfo final
{
public:
class FText Text; // 0x0000(0x0010)(Edit, NativeAccessSpecifierPublic)
};
DUMPER7_ASSERTS_FEditorInfo;
}