Files
Alphanium/CppSDK/SDK/Prop_Sign_Stop_classes.hpp

50 lines
1.5 KiB
C++

#pragma once
/*
* SDK generated by Dumper-7
*
* https://github.com/Encryqed/Dumper-7
*/
// Package: Prop_Sign_Stop
#include "Basic.hpp"
#include "Engine_structs.hpp"
#include "FortniteGame_classes.hpp"
#pragma pack(push, 0x4)
namespace SDK
{
// BlueprintGeneratedClass Prop_Sign_Stop.Prop_Sign_Stop_C
// 0x0004 (0x0948 - 0x0944)
class AProp_Sign_Stop_C final : public ABuildingProp
{
public:
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0944(0x0004)(ZeroConstructor, Transient, DuplicateTransient)
public:
void ExecuteUbergraph_Prop_Sign_Stop(int32 EntryPoint);
void OnDamagePlayEffects(float Damage, const struct FGameplayTagContainer& DamageTags, const struct FVector& Momentum, const struct FHitResult& HitInfo, class AFortPawn* InstigatedBy, class AActor* DamageCauser, const struct FGameplayEffectContextHandle& EffectContext);
void UserConstructionScript();
public:
static class UClass* StaticClass()
{
return StaticBPGeneratedClassImpl<"Prop_Sign_Stop_C">();
}
static class AProp_Sign_Stop_C* GetDefaultObj()
{
return GetDefaultObjImpl<AProp_Sign_Stop_C>();
}
};
static_assert(alignof(AProp_Sign_Stop_C) == 0x000004, "Wrong alignment on AProp_Sign_Stop_C");
static_assert(sizeof(AProp_Sign_Stop_C) == 0x000948, "Wrong size on AProp_Sign_Stop_C");
static_assert(offsetof(AProp_Sign_Stop_C, UberGraphFrame) == 0x000944, "Member 'AProp_Sign_Stop_C::UberGraphFrame' has a wrong offset!");
}
#pragma pack(pop)