53 lines
2.0 KiB
C++
53 lines
2.0 KiB
C++
#pragma once
|
|
|
|
/*
|
|
* SDK generated by Dumper-7
|
|
*
|
|
* https://github.com/Encryqed/Dumper-7
|
|
*/
|
|
|
|
// Package: SocialDisplay
|
|
|
|
#include "Basic.hpp"
|
|
|
|
#include "CoreUObject_structs.hpp"
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
|
|
// Enum SocialDisplay.ESocialAgentState
|
|
// NumValues: 0x0004
|
|
enum class ESocialAgentState : uint8
|
|
{
|
|
Inactive = 0,
|
|
Blocking = 1,
|
|
Avoiding = 2,
|
|
ESocialAgentState_MAX = 3,
|
|
};
|
|
|
|
// ScriptStruct SocialDisplay.SocialAgent
|
|
// 0x0040 (0x0040 - 0x0000)
|
|
struct alignas(0x08) FSocialAgent
|
|
{
|
|
public:
|
|
uint8 Pad_0[0x2C]; // 0x0000(0x002C)(Fixing Size After Last Property [ Dumper-7 ])
|
|
float m_radius; // 0x002C(0x0004)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
|
|
struct FVector m_Offset; // 0x0030(0x000C)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
|
|
bool m_alertOnApproach; // 0x003C(0x0001)(Edit, BlueprintVisible, ZeroConstructor, IsPlainOldData, NoDestructor, Protected, HasGetValueTypeHash, NativeAccessSpecifierProtected)
|
|
uint8 Pad_3D[0x3]; // 0x003D(0x0003)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
};
|
|
DUMPER7_ASSERTS_FSocialAgent;
|
|
|
|
// ScriptStruct SocialDisplay.SocialMultiAgentMember
|
|
// 0x0010 (0x0050 - 0x0040)
|
|
struct FSocialMultiAgentMember final : public FSocialAgent
|
|
{
|
|
public:
|
|
uint8 Pad_40[0x10]; // 0x0040(0x0010)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|
};
|
|
DUMPER7_ASSERTS_FSocialMultiAgentMember;
|
|
|
|
}
|
|
|