Files
ReshadePluginsCore/FearTheTimeloop/SDK/S_DialogueAnimation_structs.hpp

29 lines
744 B
C++
Raw Normal View History

2026-03-06 01:33:57 +01:00
#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: S_DialogueAnimation
#include "Basic.hpp"
namespace SDK
{
// UserDefinedStruct S_DialogueAnimation.S_DialogueAnimation
// 0x0010 (0x0010 - 0x0000)
struct FS_DialogueAnimation final
{
public:
class UAnimMontage* Animation_8_0AB13D5948F04843ECB1DB9F3BD9DC73; // 0x0000(0x0008)(Edit, BlueprintVisible, ZeroConstructor, NoDestructor, HasGetValueTypeHash)
double Delay_7_1C20C965481AFCFF7C9DA4939DCE9392; // 0x0008(0x0008)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
DUMPER7_ASSERTS_FS_DialogueAnimation;
}