Unreal Engine SDK update
This commit is contained in:
36
EternalStrands/SDK/Enum_UI_NavigationCommands_structs.hpp
Normal file
36
EternalStrands/SDK/Enum_UI_NavigationCommands_structs.hpp
Normal file
@@ -0,0 +1,36 @@
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* SDK generated by Dumper-7
|
||||
*
|
||||
* https://github.com/Encryqed/Dumper-7
|
||||
*/
|
||||
|
||||
// Package: Enum_UI_NavigationCommands
|
||||
|
||||
#include "Basic.hpp"
|
||||
|
||||
|
||||
namespace SDK
|
||||
{
|
||||
|
||||
// UserDefinedEnum Enum_UI_NavigationCommands.Enum_UI_NavigationCommands
|
||||
// NumValues: 0x000C
|
||||
enum class Enum_UI_NavigationCommands : uint8
|
||||
{
|
||||
NewEnumerator0 = 0,
|
||||
NewEnumerator1 = 1,
|
||||
NewEnumerator2 = 2,
|
||||
NewEnumerator3 = 3,
|
||||
NewEnumerator4 = 4,
|
||||
NewEnumerator13 = 5,
|
||||
NewEnumerator5 = 6,
|
||||
NewEnumerator7 = 7,
|
||||
NewEnumerator8 = 8,
|
||||
NewEnumerator9 = 9,
|
||||
NewEnumerator10 = 10,
|
||||
Enum_UI_MAX = 11,
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user