UUIResourceDataProvider > UUIPropertyDataProvider > UUIDataProvider > UUIRoot > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIResourceDataProvider > UUIPropertyDataProvider > UUIDataProvider > UUIRoot > UObject namespace UOnlinePlaylistProvider { constexpr auto PlaylistId = 0x94; // int32_t constexpr auto PlaylistGameTypeNames = 0x98; // TArray constexpr auto DisplayName = 0xa8; // FString constexpr auto Priority = 0xb8; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UUIResourceDataProvider > UUIPropertyDataProvider > UUIDataProvider > UUIRoot > UObject public static class UOnlinePlaylistProvider { public const byte PlaylistId = 0x94; // int32_t public const byte PlaylistGameTypeNames = 0x98; // TArray public const byte DisplayName = 0xa8; // FString public const byte Priority = 0xb8; // int32_t } } }