Add Unreal Engine SDK
This commit is contained in:
29
OfAshAndSteel/SDK/CoreUObject_parameters.hpp
Normal file
29
OfAshAndSteel/SDK/CoreUObject_parameters.hpp
Normal file
@@ -0,0 +1,29 @@
|
||||
#pragma once
|
||||
|
||||
/*
|
||||
* SDK generated by Dumper-7
|
||||
*
|
||||
* https://github.com/Encryqed/Dumper-7
|
||||
*/
|
||||
|
||||
// Package: CoreUObject
|
||||
|
||||
#include "Basic.hpp"
|
||||
|
||||
|
||||
namespace SDK::Params
|
||||
{
|
||||
|
||||
// Function CoreUObject.Object.ExecuteUbergraph
|
||||
// 0x0004 (0x0004 - 0x0000)
|
||||
struct Object_ExecuteUbergraph final
|
||||
{
|
||||
public:
|
||||
int32 EntryPoint; // 0x0000(0x0004)(Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
||||
};
|
||||
static_assert(alignof(Object_ExecuteUbergraph) == 0x000004, "Wrong alignment on Object_ExecuteUbergraph");
|
||||
static_assert(sizeof(Object_ExecuteUbergraph) == 0x000004, "Wrong size on Object_ExecuteUbergraph");
|
||||
static_assert(offsetof(Object_ExecuteUbergraph, EntryPoint) == 0x000000, "Member 'Object_ExecuteUbergraph::EntryPoint' has a wrong offset!");
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user