Files
UnrealEvent/Aeon-740/SDK/AnimNotifyState_TeleportFinished_parameters.hpp
2024-10-18 01:01:36 +01:00

58 lines
5.6 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: AnimNotifyState_TeleportFinished
#include "Basic.hpp"
namespace SDK::Params
{
// Function AnimNotifyState_TeleportFinished.AnimNotifyState_TeleportFinished_C.Received_NotifyBegin
// 0x0030 (0x0030 - 0x0000)
struct AnimNotifyState_TeleportFinished_C_Received_NotifyBegin final
{
public:
class USkeletalMeshComponent* MeshComp; // 0x0000(0x0008)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
class UAnimSequenceBase* Animation; // 0x0008(0x0008)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
float TotalDuration; // 0x0010(0x0004)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool ReturnValue; // 0x0014(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor)
uint8 Pad_15[0x3]; // 0x0015(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
class AActor* CallFunc_GetOwner_ReturnValue; // 0x0018(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
class ABP_VictoryDrone_C* K2Node_DynamicCast_AsBP_Victory_Drone; // 0x0020(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool K2Node_DynamicCast_bSuccess; // 0x0028(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor)
};
static_assert(alignof(AnimNotifyState_TeleportFinished_C_Received_NotifyBegin) == 0x000008, "Wrong alignment on AnimNotifyState_TeleportFinished_C_Received_NotifyBegin");
static_assert(sizeof(AnimNotifyState_TeleportFinished_C_Received_NotifyBegin) == 0x000030, "Wrong size on AnimNotifyState_TeleportFinished_C_Received_NotifyBegin");
static_assert(offsetof(AnimNotifyState_TeleportFinished_C_Received_NotifyBegin, MeshComp) == 0x000000, "Member 'AnimNotifyState_TeleportFinished_C_Received_NotifyBegin::MeshComp' has a wrong offset!");
static_assert(offsetof(AnimNotifyState_TeleportFinished_C_Received_NotifyBegin, Animation) == 0x000008, "Member 'AnimNotifyState_TeleportFinished_C_Received_NotifyBegin::Animation' has a wrong offset!");
static_assert(offsetof(AnimNotifyState_TeleportFinished_C_Received_NotifyBegin, TotalDuration) == 0x000010, "Member 'AnimNotifyState_TeleportFinished_C_Received_NotifyBegin::TotalDuration' has a wrong offset!");
static_assert(offsetof(AnimNotifyState_TeleportFinished_C_Received_NotifyBegin, ReturnValue) == 0x000014, "Member 'AnimNotifyState_TeleportFinished_C_Received_NotifyBegin::ReturnValue' has a wrong offset!");
static_assert(offsetof(AnimNotifyState_TeleportFinished_C_Received_NotifyBegin, CallFunc_GetOwner_ReturnValue) == 0x000018, "Member 'AnimNotifyState_TeleportFinished_C_Received_NotifyBegin::CallFunc_GetOwner_ReturnValue' has a wrong offset!");
static_assert(offsetof(AnimNotifyState_TeleportFinished_C_Received_NotifyBegin, K2Node_DynamicCast_AsBP_Victory_Drone) == 0x000020, "Member 'AnimNotifyState_TeleportFinished_C_Received_NotifyBegin::K2Node_DynamicCast_AsBP_Victory_Drone' has a wrong offset!");
static_assert(offsetof(AnimNotifyState_TeleportFinished_C_Received_NotifyBegin, K2Node_DynamicCast_bSuccess) == 0x000028, "Member 'AnimNotifyState_TeleportFinished_C_Received_NotifyBegin::K2Node_DynamicCast_bSuccess' has a wrong offset!");
// Function AnimNotifyState_TeleportFinished.AnimNotifyState_TeleportFinished_C.Received_NotifyEnd
// 0x0018 (0x0018 - 0x0000)
struct AnimNotifyState_TeleportFinished_C_Received_NotifyEnd final
{
public:
class USkeletalMeshComponent* MeshComp; // 0x0000(0x0008)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
class UAnimSequenceBase* Animation; // 0x0008(0x0008)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
bool ReturnValue; // 0x0010(0x0001)(Parm, OutParm, ZeroConstructor, ReturnParm, IsPlainOldData, NoDestructor)
};
static_assert(alignof(AnimNotifyState_TeleportFinished_C_Received_NotifyEnd) == 0x000008, "Wrong alignment on AnimNotifyState_TeleportFinished_C_Received_NotifyEnd");
static_assert(sizeof(AnimNotifyState_TeleportFinished_C_Received_NotifyEnd) == 0x000018, "Wrong size on AnimNotifyState_TeleportFinished_C_Received_NotifyEnd");
static_assert(offsetof(AnimNotifyState_TeleportFinished_C_Received_NotifyEnd, MeshComp) == 0x000000, "Member 'AnimNotifyState_TeleportFinished_C_Received_NotifyEnd::MeshComp' has a wrong offset!");
static_assert(offsetof(AnimNotifyState_TeleportFinished_C_Received_NotifyEnd, Animation) == 0x000008, "Member 'AnimNotifyState_TeleportFinished_C_Received_NotifyEnd::Animation' has a wrong offset!");
static_assert(offsetof(AnimNotifyState_TeleportFinished_C_Received_NotifyEnd, ReturnValue) == 0x000010, "Member 'AnimNotifyState_TeleportFinished_C_Received_NotifyEnd::ReturnValue' has a wrong offset!");
}