Files
ReshadePluginsCore/WuchangFF/SDK/ST_PairedAnimation_structs.hpp

42 lines
2.6 KiB
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_PairedAnimation
#include "Basic.hpp"
#include "CoreUObject_structs.hpp"
#include "E_PairedAnimationTemplate_structs.hpp"
namespace SDK
{
// UserDefinedStruct ST_PairedAnimation.ST_PairedAnimation
// 0x0180 (0x0180 - 0x0000)
struct FST_PairedAnimation final
{
public:
class FString desc_25_A59F32DE40673AAE97C382BC27429ECA; // 0x0000(0x0010)(Edit, BlueprintVisible, ZeroConstructor, HasGetValueTypeHash)
TSoftObjectPtr<class UAnimMontage> AnimationStarter_42_EA56EBD14C1AF54BFCFECCB37C91CF2C; // 0x0010(0x0030)(Edit, BlueprintVisible, HasGetValueTypeHash)
TSoftObjectPtr<class UAnimMontage> AnimationVictim_43_5A3071D54DB28F325DA38FB1231A2563; // 0x0040(0x0030)(Edit, BlueprintVisible, HasGetValueTypeHash)
TSoftObjectPtr<class UAnimMontage> AnimationCamera_44_AB25B0F44A591CCB2FF896A22CD025CE; // 0x0070(0x0030)(Edit, BlueprintVisible, HasGetValueTypeHash)
bool AdjustStarterOnBegin_14_FBFE874C43B2496D017C3EABF2C9D492; // 0x00A0(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool AdjustVictimOnBegin_16_024C8D2A46A5F453BA6D18B1C4C03BC2; // 0x00A1(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_A2[0xE]; // 0x00A2(0x000E)(Fixing Size After Last Property [ Dumper-7 ])
struct FTransform AdjustIfVictimNeed_21_30729EB84E8D0750AF8EA5A5A3F8CDFB; // 0x00B0(0x0060)(Edit, BlueprintVisible, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
struct FTransform AdjustIfStarterNeed_19_1A9E03A94F51454E8962E58A2F089FD2; // 0x0110(0x0060)(Edit, BlueprintVisible, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool PlayerBeExecuted_28_2AB4EB804194E3E57CEF3A81AAEE8DAB; // 0x0170(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool AttachToTarget_31_7E37682F48B9D6164E1F03A2F646C74F; // 0x0171(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
E_PairedAnimationTemplate 使_41_89CEF6DC4D354130AC72848ECE894CF1; // 0x0172(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
};
DUMPER7_ASSERTS_FST_PairedAnimation;
}