mirror of
https://github.com/ApfelTeeSaft/Alphanium.git
synced 2026-08-27 03:33:27 +00:00
36 lines
1.1 KiB
C++
36 lines
1.1 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: Path
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "RoadPathConnections_structs.hpp"
|
|
|
|
|
|
#pragma pack(push, 0x4)
|
|
namespace SDK
|
|
{
|
|
|
|
// UserDefinedStruct Path.Path
|
|
// 0x0018 (0x0018 - 0x0000)
|
|
struct FPath final
|
|
{
|
|
public:
|
|
TArray<class AActor*> Actor_7_86BEAFE04D2B9312ECBBE6BCDF2EF288; // 0x0000(0x000C)(Edit, BlueprintVisible, ZeroConstructor)
|
|
TArray<ERoadPathConnections> RoadConnectionSocket_9_0947CB614B0C1C7CEFECA2AFBFE57F4A; // 0x000C(0x000C)(Edit, BlueprintVisible, ZeroConstructor)
|
|
};
|
|
static_assert(alignof(FPath) == 0x000004, "Wrong alignment on FPath");
|
|
static_assert(sizeof(FPath) == 0x000018, "Wrong size on FPath");
|
|
static_assert(offsetof(FPath, Actor_7_86BEAFE04D2B9312ECBBE6BCDF2EF288) == 0x000000, "Member 'FPath::Actor_7_86BEAFE04D2B9312ECBBE6BCDF2EF288' has a wrong offset!");
|
|
static_assert(offsetof(FPath, RoadConnectionSocket_9_0947CB614B0C1C7CEFECA2AFBFE57F4A) == 0x00000C, "Member 'FPath::RoadConnectionSocket_9_0947CB614B0C1C7CEFECA2AFBFE57F4A' has a wrong offset!");
|
|
|
|
}
|
|
|
|
#pragma pack(pop)
|