mirror of
https://github.com/ApfelTeeSaft/UnrealEvent.git
synced 2026-08-26 19:33:43 +00:00
51 lines
1.5 KiB
C++
51 lines
1.5 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: PBW_BP_Parent
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "Engine_structs.hpp"
|
|
#include "FortniteGame_classes.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// BlueprintGeneratedClass PBW_BP_Parent.PBW_BP_Parent_C
|
|
// 0x0018 (0x0D00 - 0x0CE8)
|
|
class APBW_BP_Parent_C final : public ABuildingWall
|
|
{
|
|
public:
|
|
struct FPointerToUberGraphFrame UberGraphFrame; // 0x0CE8(0x0008)(ZeroConstructor, Transient, DuplicateTransient)
|
|
TArray<class UStaticMesh*> StaticMeshAlternateArray; // 0x0CF0(0x0010)(Edit, BlueprintVisible, ZeroConstructor)
|
|
|
|
public:
|
|
void ExecuteUbergraph_PBW_BP_Parent(int32 EntryPoint);
|
|
void OnRep_Random_Chance();
|
|
void ReceiveBeginPlay();
|
|
void UserConstructionScript();
|
|
|
|
public:
|
|
static class UClass* StaticClass()
|
|
{
|
|
return StaticBPGeneratedClassImpl<"PBW_BP_Parent_C">();
|
|
}
|
|
static class APBW_BP_Parent_C* GetDefaultObj()
|
|
{
|
|
return GetDefaultObjImpl<APBW_BP_Parent_C>();
|
|
}
|
|
};
|
|
static_assert(alignof(APBW_BP_Parent_C) == 0x000008, "Wrong alignment on APBW_BP_Parent_C");
|
|
static_assert(sizeof(APBW_BP_Parent_C) == 0x000D00, "Wrong size on APBW_BP_Parent_C");
|
|
static_assert(offsetof(APBW_BP_Parent_C, UberGraphFrame) == 0x000CE8, "Member 'APBW_BP_Parent_C::UberGraphFrame' has a wrong offset!");
|
|
static_assert(offsetof(APBW_BP_Parent_C, StaticMeshAlternateArray) == 0x000CF0, "Member 'APBW_BP_Parent_C::StaticMeshAlternateArray' has a wrong offset!");
|
|
|
|
}
|
|
|