mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
47 lines
1.5 KiB
C++
47 lines
1.5 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: GCN_BluGloPylon_RunSpeed_Activate
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "FortniteGame_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass GCN_BluGloPylon_RunSpeed_Activate.GCN_BluGloPylon_RunSpeed_Activate_C
|
|
// 0x0008 (0x0430 - 0x0428)
|
|
class AGCN_BluGloPylon_RunSpeed_Activate_C final : public AFortGameplayCueNotify_Looping
|
|
{
|
|
public:
|
|
class UTexture* IconTexture; // 0x0428(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
|
|
public:
|
|
void UserConstructionScript();
|
|
|
|
void OnStartParticleSystemSpawned(class UParticleSystemComponent* SpawnedParticleSysComponent, const struct FGameplayCueParameters& Parameters) const;
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"GCN_BluGloPylon_RunSpeed_Activate_C">();
|
|
}
|
|
static class AGCN_BluGloPylon_RunSpeed_Activate_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<AGCN_BluGloPylon_RunSpeed_Activate_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(AGCN_BluGloPylon_RunSpeed_Activate_C) == 0x000008, "Wrong alignment on AGCN_BluGloPylon_RunSpeed_Activate_C");
|
|
static_assert(sizeof(AGCN_BluGloPylon_RunSpeed_Activate_C) == 0x000430, "Wrong size on AGCN_BluGloPylon_RunSpeed_Activate_C");
|
|
static_assert(offsetof(AGCN_BluGloPylon_RunSpeed_Activate_C, IconTexture) == 0x000428, "Member 'AGCN_BluGloPylon_RunSpeed_Activate_C::IconTexture' has a wrong offset!");
|
|
|
|
}
|
|
|