mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
65 lines
4.5 KiB
C++
65 lines
4.5 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: Athena_Player_SneakySnowman
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "GameplayAbilities_structs.hpp"
|
|
#include "FortniteGame_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass Athena_Player_SneakySnowman.Athena_Player_SneakySnowman_C
|
|
// 0x0050 (0x07D0 - 0x0780)
|
|
class AAthena_Player_SneakySnowman_C final : public ABuildingGameplayActorBalloon
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0780(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
class UStaticMeshComponent* SM_SneakySnowman; // 0x0788(0x0008)(BlueprintVisible, ZeroConstructor, InstancedReference, IsPlainOldData, NonTransactional, NoDestructor, HasGetValueTypeHash)
|
|
bool Effects; // 0x0790(0x0001)(Edit, BlueprintVisible, Net, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor)
|
|
uint8 Pad_791[0x7]; // 0x0791(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class AFortPlayerPawn* PlayerPawn; // 0x0798(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
float TotalDamage; // 0x07A0(0x0004)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
uint8 Pad_7A4[0x4]; // 0x07A4(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
|
|
class AB_Prj_Athena_SneakySnowman_C* SneakySnowmanProj; // 0x07A8(0x0008)(Edit, BlueprintVisible, ZeroConstructor, DisableEditOnTemplate, DisableEditOnInstance, IsPlainOldData, NoDestructor, HasGetValueTypeHash)
|
|
struct FScalableFloat MaxHealth; // 0x07B0(0x0020)(Edit, BlueprintVisible, DisableEditOnInstance)
|
|
|
|
public:
|
|
void ExecuteUbergraph_Athena_Player_SneakySnowman(int32 EntryPoint);
|
|
void OnDeathServer(float Damage, const struct FGameplayTagContainer& DamageTags, const struct FVector& Momentum, const struct FHitResult& HitInfo, class AController* InstigatedBy, class AActor* DamageCauser, const struct FGameplayEffectContextHandle& EffectContext);
|
|
void ReceiveBeginPlay();
|
|
void OnDamageServer(float Damage, const struct FGameplayTagContainer& DamageTags, const struct FVector& Momentum, const struct FHitResult& HitInfo, class AController* InstigatedBy, class AActor* DamageCauser, const struct FGameplayEffectContextHandle& EffectContext);
|
|
void UserConstructionScript();
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"Athena_Player_SneakySnowman_C">();
|
|
}
|
|
static class AAthena_Player_SneakySnowman_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<AAthena_Player_SneakySnowman_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(AAthena_Player_SneakySnowman_C) == 0x000008, "Wrong alignment on AAthena_Player_SneakySnowman_C");
|
|
static_assert(sizeof(AAthena_Player_SneakySnowman_C) == 0x0007D0, "Wrong size on AAthena_Player_SneakySnowman_C");
|
|
static_assert(offsetof(AAthena_Player_SneakySnowman_C, UberGraphFrame) == 0x000780, "Member 'AAthena_Player_SneakySnowman_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(AAthena_Player_SneakySnowman_C, SM_SneakySnowman) == 0x000788, "Member 'AAthena_Player_SneakySnowman_C::SM_SneakySnowman' has a wrong offset!");
|
|
static_assert(offsetof(AAthena_Player_SneakySnowman_C, Effects) == 0x000790, "Member 'AAthena_Player_SneakySnowman_C::Effects' has a wrong offset!");
|
|
static_assert(offsetof(AAthena_Player_SneakySnowman_C, PlayerPawn) == 0x000798, "Member 'AAthena_Player_SneakySnowman_C::PlayerPawn' has a wrong offset!");
|
|
static_assert(offsetof(AAthena_Player_SneakySnowman_C, TotalDamage) == 0x0007A0, "Member 'AAthena_Player_SneakySnowman_C::TotalDamage' has a wrong offset!");
|
|
static_assert(offsetof(AAthena_Player_SneakySnowman_C, SneakySnowmanProj) == 0x0007A8, "Member 'AAthena_Player_SneakySnowman_C::SneakySnowmanProj' has a wrong offset!");
|
|
static_assert(offsetof(AAthena_Player_SneakySnowman_C, MaxHealth) == 0x0007B0, "Member 'AAthena_Player_SneakySnowman_C::MaxHealth' has a wrong offset!");
|
|
|
|
}
|
|
|