mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
58 lines
5.1 KiB
C++
58 lines
5.1 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: GCL_Athena_Blade_Jumping
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "GameplayAbilities_structs.hpp"
|
|
|
|
|
|
namespace SDK::Params
|
|
{
|
|
|
|
// Function GCL_Athena_Blade_Jumping.GCL_Athena_Blade_Jumping_C.ExecuteUbergraph_GCL_Athena_Blade_Jumping
|
|
// 0x00E8 (0x00E8 - 0x0000)
|
|
struct GCL_Athena_Blade_Jumping_C_ExecuteUbergraph_GCL_Athena_Blade_Jumping final
|
|
{
|
|
public:
|
|
int32 EntryPoint; // 0x0000(0x0004)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_4[0x4]; // 0x0004(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class AActor* K2Node_Event_MyTarget; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
struct FGameplayCueParameters K2Node_Event_Parameters; // 0x0010(0x00B8)(ConstParm, ContainsInstancedReference)
|
|
TArray<class UParticleSystemComponent*> K2Node_Event_ParticleComponents; // 0x00C8(0x0010)(ConstParm, ZeroConstructor, ReferenceParm)
|
|
TArray<class UAudioComponent*> K2Node_Event_AudioComponents; // 0x00D8(0x0010)(ConstParm, ZeroConstructor, ReferenceParm)
|
|
};
|
|
static_assert(alignof(GCL_Athena_Blade_Jumping_C_ExecuteUbergraph_GCL_Athena_Blade_Jumping) == 0x000008, "Wrong alignment on GCL_Athena_Blade_Jumping_C_ExecuteUbergraph_GCL_Athena_Blade_Jumping");
|
|
static_assert(sizeof(GCL_Athena_Blade_Jumping_C_ExecuteUbergraph_GCL_Athena_Blade_Jumping) == 0x0000E8, "Wrong size on GCL_Athena_Blade_Jumping_C_ExecuteUbergraph_GCL_Athena_Blade_Jumping");
|
|
static_assert(offsetof(GCL_Athena_Blade_Jumping_C_ExecuteUbergraph_GCL_Athena_Blade_Jumping, EntryPoint) == 0x000000, "Member 'GCL_Athena_Blade_Jumping_C_ExecuteUbergraph_GCL_Athena_Blade_Jumping::EntryPoint' has a wrong offset!");
|
|
static_assert(offsetof(GCL_Athena_Blade_Jumping_C_ExecuteUbergraph_GCL_Athena_Blade_Jumping, K2Node_Event_MyTarget) == 0x000008, "Member 'GCL_Athena_Blade_Jumping_C_ExecuteUbergraph_GCL_Athena_Blade_Jumping::K2Node_Event_MyTarget' has a wrong offset!");
|
|
static_assert(offsetof(GCL_Athena_Blade_Jumping_C_ExecuteUbergraph_GCL_Athena_Blade_Jumping, K2Node_Event_Parameters) == 0x000010, "Member 'GCL_Athena_Blade_Jumping_C_ExecuteUbergraph_GCL_Athena_Blade_Jumping::K2Node_Event_Parameters' has a wrong offset!");
|
|
static_assert(offsetof(GCL_Athena_Blade_Jumping_C_ExecuteUbergraph_GCL_Athena_Blade_Jumping, K2Node_Event_ParticleComponents) == 0x0000C8, "Member 'GCL_Athena_Blade_Jumping_C_ExecuteUbergraph_GCL_Athena_Blade_Jumping::K2Node_Event_ParticleComponents' has a wrong offset!");
|
|
static_assert(offsetof(GCL_Athena_Blade_Jumping_C_ExecuteUbergraph_GCL_Athena_Blade_Jumping, K2Node_Event_AudioComponents) == 0x0000D8, "Member 'GCL_Athena_Blade_Jumping_C_ExecuteUbergraph_GCL_Athena_Blade_Jumping::K2Node_Event_AudioComponents' has a wrong offset!");
|
|
|
|
// Function GCL_Athena_Blade_Jumping.GCL_Athena_Blade_Jumping_C.OnLoopingStart
|
|
// 0x00E0 (0x00E0 - 0x0000)
|
|
struct GCL_Athena_Blade_Jumping_C_OnLoopingStart final
|
|
{
|
|
public:
|
|
class AActor* MyTarget; // 0x0000(0x0008)(BlueprintVisible, BlueprintReadOnly, Parm, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
struct FGameplayCueParameters Parameters; // 0x0008(0x00B8)(ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, OutParm, ReferenceParm, ContainsInstancedReference)
|
|
TArray<class UParticleSystemComponent*> ParticleComponents; // 0x00C0(0x0010)(ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, OutParm, ZeroConstructor, ReferenceParm)
|
|
TArray<class UAudioComponent*> AudioComponents; // 0x00D0(0x0010)(ConstParm, BlueprintVisible, BlueprintReadOnly, Parm, OutParm, ZeroConstructor, ReferenceParm)
|
|
};
|
|
static_assert(alignof(GCL_Athena_Blade_Jumping_C_OnLoopingStart) == 0x000008, "Wrong alignment on GCL_Athena_Blade_Jumping_C_OnLoopingStart");
|
|
static_assert(sizeof(GCL_Athena_Blade_Jumping_C_OnLoopingStart) == 0x0000E0, "Wrong size on GCL_Athena_Blade_Jumping_C_OnLoopingStart");
|
|
static_assert(offsetof(GCL_Athena_Blade_Jumping_C_OnLoopingStart, MyTarget) == 0x000000, "Member 'GCL_Athena_Blade_Jumping_C_OnLoopingStart::MyTarget' has a wrong offset!");
|
|
static_assert(offsetof(GCL_Athena_Blade_Jumping_C_OnLoopingStart, Parameters) == 0x000008, "Member 'GCL_Athena_Blade_Jumping_C_OnLoopingStart::Parameters' has a wrong offset!");
|
|
static_assert(offsetof(GCL_Athena_Blade_Jumping_C_OnLoopingStart, ParticleComponents) == 0x0000C0, "Member 'GCL_Athena_Blade_Jumping_C_OnLoopingStart::ParticleComponents' has a wrong offset!");
|
|
static_assert(offsetof(GCL_Athena_Blade_Jumping_C_OnLoopingStart, AudioComponents) == 0x0000D0, "Member 'GCL_Athena_Blade_Jumping_C_OnLoopingStart::AudioComponents' has a wrong offset!");
|
|
|
|
}
|
|
|