31 lines
1.1 KiB
C++
31 lines
1.1 KiB
C++
|
|
#pragma once
|
|||
|
|
|
|||
|
|
/*
|
|||
|
|
* SDK generated by Dumper-7
|
|||
|
|
*
|
|||
|
|
* https://github.com/Encryqed/Dumper-7
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
// Package: WorldMetricsCore
|
|||
|
|
|
|||
|
|
#include "Basic.hpp"
|
|||
|
|
|
|||
|
|
|
|||
|
|
namespace SDK
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
// ScriptStruct WorldMetricsCore.WorldMetricCollection
|
|||
|
|
// 0x0020 (0x0020 - 0x0000)
|
|||
|
|
struct FWorldMetricCollection final
|
|||
|
|
{
|
|||
|
|
public:
|
|||
|
|
TArray<class UWorldMetricInterface*> Metrics; // 0x0000(0x0010)(ZeroConstructor, Transient, UObjectWrapper, NativeAccessSpecifierPrivate, TObjectPtr)
|
|||
|
|
TWeakObjectPtr<class UWorldMetricsSubsystem> Subsystem; // 0x0010(0x0008)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, UObjectWrapper, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
|
|||
|
|
bool bIsEnabled; // 0x0018(0x0001)(ZeroConstructor, Transient, IsPlainOldData, NoDestructor, HasGetValueTypeHash, NativeAccessSpecifierPrivate)
|
|||
|
|
uint8 Pad_19[0x7]; // 0x0019(0x0007)(Fixing Struct Size After Last Property [ Dumper-7 ])
|
|||
|
|
};
|
|||
|
|
DUMPER7_ASSERTS_FWorldMetricCollection;
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|