mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
51 lines
1.9 KiB
C++
51 lines
1.9 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: Athena_Prop_Prop_Bear
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "FortniteGame_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass Athena_Prop_Prop_Bear.Athena_Prop_Prop_Bear_C
|
|
// 0x0010 (0x0C40 - 0x0C30)
|
|
class AAthena_Prop_Prop_Bear_C final : public ABuildingProp
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0C30(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
bool Effects; // 0x0C38(0x0001)(Edit, BlueprintVisible, Net, ZeroConstructor, DisableEditOnInstance, IsPlainOldData, RepNotify, NoDestructor)
|
|
|
|
public:
|
|
void ExecuteUbergraph_Athena_Prop_Prop_Bear(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 UserConstructionScript();
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"Athena_Prop_Prop_Bear_C">();
|
|
}
|
|
static class AAthena_Prop_Prop_Bear_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<AAthena_Prop_Prop_Bear_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(AAthena_Prop_Prop_Bear_C) == 0x000008, "Wrong alignment on AAthena_Prop_Prop_Bear_C");
|
|
static_assert(sizeof(AAthena_Prop_Prop_Bear_C) == 0x000C40, "Wrong size on AAthena_Prop_Prop_Bear_C");
|
|
static_assert(offsetof(AAthena_Prop_Prop_Bear_C, UberGraphFrame) == 0x000C30, "Member 'AAthena_Prop_Prop_Bear_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(AAthena_Prop_Prop_Bear_C, Effects) == 0x000C38, "Member 'AAthena_Prop_Prop_Bear_C::Effects' has a wrong offset!");
|
|
|
|
}
|
|
|