UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UDialogueWave { constexpr auto bMature = 0x28; // char : 1 constexpr auto bOverride_SubtitleOverride = 0x28; // char : 1 constexpr auto SpokenText = 0x30; // FString constexpr auto SubtitleOverride = 0x40; // FString constexpr auto ContextMappings = 0x50; // TArray constexpr auto LocalizationGUID = 0x60; // FGuid } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UDialogueWave { public const byte bMature = 0x28; // char : 1 public const byte bOverride_SubtitleOverride = 0x28; // char : 1 public const byte SpokenText = 0x30; // FString public const byte SubtitleOverride = 0x40; // FString public const byte ContextMappings = 0x50; // TArray public const byte LocalizationGUID = 0x60; // FGuid } } }