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

70 lines
4.8 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: GCN_UG_Vortex
#include "Basic.hpp"
#include "Engine_structs.hpp"
#include "FortniteGame_classes.hpp"
#include "GameplayAbilities_structs.hpp"
namespace SDK
{
// BlueprintGeneratedClass GCN_UG_Vortex.GCN_UG_Vortex_C
// 0x0040 (0x0468 - 0x0428)
class AGCN_UG_Vortex_C final : public AFortGameplayCueNotify_Looping
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0428(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
class UDecalComponent* Decal; // 0x0430(0x0008)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
float Timeline_0_Fadein_75866BE446FADE6DDBA68D8D8FA84BF7; // 0x0438(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
ETimelineDirection Timeline_0__Direction_75866BE446FADE6DDBA68D8D8FA84BF7; // 0x043C(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_43D[0x3]; // 0x043D(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
class UTimelineComponent* Timeline_0; // 0x0440(0x0008)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
float OpacMult; // 0x0448(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_44C[0x4]; // 0x044C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class UMaterialInstanceDynamic* Decal_MID; // 0x0450(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
float EmissiveMult; // 0x0458(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
uint8 Pad_45C[0x4]; // 0x045C(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
class USoundBase* Vortex_Powerup_Sound; // 0x0460(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
public:
void ExecuteUbergraph_GCN_UG_Vortex(int32 EntryPoint);
void K2_HandleGameplayCue(class AActor* MyTarget, EGameplayCueEvent EventType, const struct FGameplayCueParameters& Parameters);
void Timeline_0__FinishedFunc();
void Timeline_0__UpdateFunc();
void UserConstructionScript();
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"GCN_UG_Vortex_C">();
}
static class AGCN_UG_Vortex_C* GetDefaultObj()
{
return GetDefaultObjImpl<AGCN_UG_Vortex_C>();
}
};
static_assert(alignof(AGCN_UG_Vortex_C) == 0x000008, "Wrong alignment on AGCN_UG_Vortex_C");
static_assert(sizeof(AGCN_UG_Vortex_C) == 0x000468, "Wrong size on AGCN_UG_Vortex_C");
static_assert(offsetof(AGCN_UG_Vortex_C, UberGraphFrame) == 0x000428, "Member 'AGCN_UG_Vortex_C::UberGraphFrame' has a wrong offset!");
static_assert(offsetof(AGCN_UG_Vortex_C, Decal) == 0x000430, "Member 'AGCN_UG_Vortex_C::Decal' has a wrong offset!");
static_assert(offsetof(AGCN_UG_Vortex_C, Timeline_0_Fadein_75866BE446FADE6DDBA68D8D8FA84BF7) == 0x000438, "Member 'AGCN_UG_Vortex_C::Timeline_0_Fadein_75866BE446FADE6DDBA68D8D8FA84BF7' has a wrong offset!");
static_assert(offsetof(AGCN_UG_Vortex_C, Timeline_0__Direction_75866BE446FADE6DDBA68D8D8FA84BF7) == 0x00043C, "Member 'AGCN_UG_Vortex_C::Timeline_0__Direction_75866BE446FADE6DDBA68D8D8FA84BF7' has a wrong offset!");
static_assert(offsetof(AGCN_UG_Vortex_C, Timeline_0) == 0x000440, "Member 'AGCN_UG_Vortex_C::Timeline_0' has a wrong offset!");
static_assert(offsetof(AGCN_UG_Vortex_C, OpacMult) == 0x000448, "Member 'AGCN_UG_Vortex_C::OpacMult' has a wrong offset!");
static_assert(offsetof(AGCN_UG_Vortex_C, Decal_MID) == 0x000450, "Member 'AGCN_UG_Vortex_C::Decal_MID' has a wrong offset!");
static_assert(offsetof(AGCN_UG_Vortex_C, EmissiveMult) == 0x000458, "Member 'AGCN_UG_Vortex_C::EmissiveMult' has a wrong offset!");
static_assert(offsetof(AGCN_UG_Vortex_C, Vortex_Powerup_Sound) == 0x000460, "Member 'AGCN_UG_Vortex_C::Vortex_Powerup_Sound' has a wrong offset!");
}