Add Unreal Engine SDK
This commit is contained in:
28
FearTheTimeloop/SDK/S_DialogueAnimation_structs.hpp
Normal file
28
FearTheTimeloop/SDK/S_DialogueAnimation_structs.hpp
Normal file
@@ -0,0 +1,28 @@
|
||||
#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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user