mirror of
https://github.com/swordbluesword/PalWorld-NetCrack.git
synced 2025-04-29 02:47:17 +09:00
34 lines
2.0 KiB
C++
34 lines
2.0 KiB
C++
#pragma once
|
|
|
|
// Dumped with Dumper-7!
|
|
|
|
|
|
namespace SDK
|
|
{
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
// CLASSES
|
|
//---------------------------------------------------------------------------------------------------------------------
|
|
|
|
// 0x38 (0x60 - 0x28)
|
|
// Class TcpMessaging.TcpMessagingSettings
|
|
class UTcpMessagingSettings : public UObject
|
|
{
|
|
public:
|
|
bool EnableTransport; // 0x28(0x1)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
|
|
uint8 Pad_18D0[0x7]; // Fixing Size After Last Property [ Dumper-7 ]
|
|
class FString ListenEndpoint; // 0x30(0x10)(Edit, ZeroConstructor, Config, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
|
|
TArray<class FString> ConnectToEndpoints; // 0x40(0x10)(Edit, ZeroConstructor, Config, NativeAccessSpecifierPrivate)
|
|
int32 ConnectionRetryDelay; // 0x50(0x4)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
|
|
int32 ConnectionRetryPeriod; // 0x54(0x4)(Edit, ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
|
|
bool bStopServiceWhenAppDeactivates; // 0x58(0x1)(ZeroConstructor, Config, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
|
|
uint8 Pad_18D2[0x7]; // Fixing Size Of Struct [ Dumper-7 ]
|
|
|
|
static class UClass* StaticClass();
|
|
static class UTcpMessagingSettings* GetDefaultObj();
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|