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

60 lines
3.3 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: GC_Athena_Fly
#include "Basic.hpp"
#include "Engine_structs.hpp"
#include "FortniteGame_classes.hpp"
namespace SDK
{
// BlueprintGeneratedClass GC_Athena_Fly.GC_Athena_Fly_C
// 0x0038 (0x08B8 - 0x0880)
class AGC_Athena_Fly_C final : public AFortGameplayCueNotify_Loop
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0880(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
class AFortPlayerPawnAthena* Player_Pawn; // 0x0888(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
class USoundBase* Fly_Stop; // 0x0890(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
TArray<class UAudioComponent*> SpawnedAudioComps; // 0x0898(0x0010)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance)
class AFortPlayerPawn* TargetPlayer; // 0x08A8(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
float VelocitySmoothed; // 0x08B0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
public:
void ExecuteUbergraph_GC_Athena_Fly(int32 EntryPoint);
void OnLoopingStart(class AActor* MyTarget, const struct FGameplayCueParameters& Parameters, const TArray<class UParticleSystemComponent*>& ParticleComponents, const TArray<class UAudioComponent*>& AudioComponents);
void ReceiveTick(float DeltaSeconds);
void UserConstructionScript();
bool OnRemove(class AActor* MyTarget, const struct FGameplayCueParameters& Parameters);
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"GC_Athena_Fly_C">();
}
static class AGC_Athena_Fly_C* GetDefaultObj()
{
return GetDefaultObjImpl<AGC_Athena_Fly_C>();
}
};
static_assert(alignof(AGC_Athena_Fly_C) == 0x000008, "Wrong alignment on AGC_Athena_Fly_C");
static_assert(sizeof(AGC_Athena_Fly_C) == 0x0008B8, "Wrong size on AGC_Athena_Fly_C");
static_assert(offsetof(AGC_Athena_Fly_C, UberGraphFrame) == 0x000880, "Member 'AGC_Athena_Fly_C::UberGraphFrame' has a wrong offset!");
static_assert(offsetof(AGC_Athena_Fly_C, Player_Pawn) == 0x000888, "Member 'AGC_Athena_Fly_C::Player_Pawn' has a wrong offset!");
static_assert(offsetof(AGC_Athena_Fly_C, Fly_Stop) == 0x000890, "Member 'AGC_Athena_Fly_C::Fly_Stop' has a wrong offset!");
static_assert(offsetof(AGC_Athena_Fly_C, SpawnedAudioComps) == 0x000898, "Member 'AGC_Athena_Fly_C::SpawnedAudioComps' has a wrong offset!");
static_assert(offsetof(AGC_Athena_Fly_C, TargetPlayer) == 0x0008A8, "Member 'AGC_Athena_Fly_C::TargetPlayer' has a wrong offset!");
static_assert(offsetof(AGC_Athena_Fly_C, VelocitySmoothed) == 0x0008B0, "Member 'AGC_Athena_Fly_C::VelocitySmoothed' has a wrong offset!");
}