Files
ReshadePluginsCore/WuchangFF/SDK/ST_CustomMovement_structs.hpp

31 lines
801 B
C++
Raw Permalink Normal View History

2026-03-12 15:00:32 +01:00
#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;
}