Add Unreal Engine SDK

This commit is contained in:
2026-03-12 15:00:32 +01:00
parent 4102983f2c
commit 331aaf1217
160 changed files with 324232 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: ST_CustomMovement
#include "Basic.hpp"
#include "En_CustomedMovement_structs.hpp"
namespace SDK
{
// UserDefinedStruct ST_CustomMovement.ST_CustomMovement
// 0x0010 (0x0010 - 0x0000)
struct FST_CustomMovement final
{
public:
class AActor* Target_2_4874114C45B51135C7E054AE908C6F61; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, NoDestructor, HasGetValueTypeHash)
En_CustomedMovement Movement_5_222F147C430C40F52DE8DA8039E91EEE; // 0x0008(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
DUMPER7_ASSERTS_FST_CustomMovement;
}