Files
ReshadePluginsCore/WuchangFF/SDK/ST_AnimationViewer_structs.hpp
2026-03-12 15:00:32 +01:00

30 lines
915 B
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: ST_AnimationViewer
#include "Basic.hpp"
namespace SDK
{
// UserDefinedStruct ST_AnimationViewer.ST_AnimationViewer
// 0x0018 (0x0018 - 0x0000)
struct FST_AnimationViewer final
{
public:
class UAnimSequence* animation_10_58D1DFDD4FE6BA0A62BB248798D2267B; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class UAnimMontage* montage_5_FDB24F694A9480DD3E7896B52AD565A9; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
class UBlendSpace* blend2d_9_8B483F704B2E03FFB69C62ACCE1D3B61; // 0x0010(0x0008)(Edit, BlueprintVisible, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
};
DUMPER7_ASSERTS_FST_AnimationViewer;
}