163 lines
8.7 KiB
C++
163 lines
8.7 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: AIPathScheduler
|
|
|
|
#include "Basic.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Enum AIPathScheduler.EHoboType
|
|
// NumValues: 0x000D
|
|
enum class EHoboType : uint8
|
|
{
|
|
AnyType = 0,
|
|
DarkWizards = 1,
|
|
Ghosts = 2,
|
|
Students = 3,
|
|
TownsPeople = 4,
|
|
HouseElf = 5,
|
|
Authority = 6,
|
|
Worker = 7,
|
|
Child = 8,
|
|
YoungStudent = 9,
|
|
AzkabanPrisoner = 10,
|
|
Custom = 11,
|
|
EHoboType_MAX = 12,
|
|
};
|
|
|
|
// Enum AIPathScheduler.EHouseAndGender
|
|
// NumValues: 0x0008
|
|
enum class EHouseAndGender : uint8
|
|
{
|
|
Any = 0,
|
|
Male = 1,
|
|
Female = 2,
|
|
Gryffindor = 3,
|
|
Hufflepuff = 4,
|
|
Ravenclaw = 5,
|
|
Slytherin = 6,
|
|
EHouseAndGender_MAX = 7,
|
|
};
|
|
|
|
// Enum AIPathScheduler.ETagType
|
|
// NumValues: 0x0004
|
|
enum class ETagType : uint8
|
|
{
|
|
TagNone = 0,
|
|
TagBranch = 1,
|
|
TagStation = 2,
|
|
ETagType_MAX = 3,
|
|
};
|
|
|
|
// Enum AIPathScheduler.EBehaviorState
|
|
// NumValues: 0x0011
|
|
enum class EBehaviorState : uint8
|
|
{
|
|
Simulated = 0,
|
|
Restarting = 1,
|
|
Alive = 2,
|
|
Reacting_MoveToStation = 3,
|
|
Reacting_MoveToSpline = 4,
|
|
Reacting = 5,
|
|
Dormant = 6,
|
|
Paused = 7,
|
|
WalkToStation = 8,
|
|
WalkToSpline = 9,
|
|
RefreshSplineData = 10,
|
|
Spawning = 11,
|
|
Destroyed = 12,
|
|
RenderShutdown = 13,
|
|
FormGroup = 14,
|
|
Transferred = 15,
|
|
EBehaviorState_MAX = 16,
|
|
};
|
|
|
|
// Enum AIPathScheduler.ETrafficFlow
|
|
// NumValues: 0x0006
|
|
enum class ETrafficFlow : uint8
|
|
{
|
|
Forward = 0,
|
|
Backwards = 1,
|
|
Bidirectional = 2,
|
|
Blocked = 3,
|
|
Random = 4,
|
|
ETrafficFlow_MAX = 5,
|
|
};
|
|
|
|
// ScriptStruct AIPathScheduler.TypeWeight
|
|
// 0x0008 (0x0008 - 0x0000)
|
|
struct FTypeWeight final
|
|
{
|
|
public:
|
|
int32 Type; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
float weight; // 0x0004(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
DUMPER7_ASSERTS_FTypeWeight;
|
|
|
|
// ScriptStruct AIPathScheduler.PathScheduleData
|
|
// 0x0030 (0x0030 - 0x0000)
|
|
struct FPathScheduleData final
|
|
{
|
|
public:
|
|
int32 StartTime; // 0x0000(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 DaysMask; // 0x0004(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_5[0x3]; // 0x0005(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
|
|
int32 SpawnDensity; // 0x0008(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 HouseAndGender; // 0x000C(0x0001)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_D[0x3]; // 0x000D(0x0003)(Fixing Size After Last Property [ Dumper-7 ])
|
|
uint32 HoboType; // 0x0010(0x0004)(Edit, ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_14[0x4]; // 0x0014(0x0004)(Fixing Size After Last Property [ Dumper-7 ])
|
|
TArray<struct FTypeWeight> Weights; // 0x0018(0x0010)(Edit, ZeroConstructor, NativeAccessSpecifierPublic)
|
|
uint8 Pad_28[0x8]; // 0x0028(0x0008)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
};
|
|
DUMPER7_ASSERTS_FPathScheduleData;
|
|
|
|
// ScriptStruct AIPathScheduler.BaseTagCommand
|
|
// 0x0001 (0x0001 - 0x0000)
|
|
struct FBaseTagCommand
|
|
{
|
|
public:
|
|
ETagType TagCommandType; // 0x0000(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
DUMPER7_ASSERTS_FBaseTagCommand;
|
|
|
|
// ScriptStruct AIPathScheduler.BranchTagCommand
|
|
// 0x001F (0x0020 - 0x0001)
|
|
struct FBranchTagCommand final : public FBaseTagCommand
|
|
{
|
|
public:
|
|
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
|
|
int64 UUID_BranchTo; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
int32 FromPathPointIndex; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
int32 ToPathPointIndex; // 0x0014(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
float Probability; // 0x0018(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
ETrafficFlow ForwardToBranchDirection; // 0x001C(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
ETrafficFlow BackwardToBranchDirection; // 0x001D(0x0001)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
uint8 Pad_1E[0x2]; // 0x001E(0x0002)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
};
|
|
DUMPER7_ASSERTS_FBranchTagCommand;
|
|
|
|
// ScriptStruct AIPathScheduler.StationTagCommand
|
|
// 0x001F (0x0020 - 0x0001)
|
|
struct FStationTagCommand final : public FBaseTagCommand
|
|
{
|
|
public:
|
|
uint8 Pad_1[0x7]; // 0x0001(0x0007)(Fixing Size After Last Property [ Dumper-7 ])
|
|
int64 UUID_AIPath; // 0x0008(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
int32 FromPathPointIndex; // 0x0010(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
float Probability; // 0x0014(0x0004)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
class FName SiteLocation; // 0x0018(0x0008)(ZeroConstructor, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPublic)
|
|
};
|
|
DUMPER7_ASSERTS_FStationTagCommand;
|
|
|
|
}
|
|
|