UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UClothingAssetBase { constexpr auto ImportedFilePath = 0x28; // FString constexpr auto AssetGuid = 0x38; // FGuid } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UClothingAssetBase { public const byte ImportedFilePath = 0x28; // FString public const byte AssetGuid = 0x38; // FGuid } } }