Update Unreal Engine SDK
This commit is contained in:
30
Samson/SDK/WorldMetricsCore_structs.hpp
Normal file
30
Samson/SDK/WorldMetricsCore_structs.hpp
Normal file
@@ -0,0 +1,30 @@
|
||||
#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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user