UAkEventCallbackInfo > UAkCallbackInfo > UObject
namespace Offsets { namespace Classes { // Inheritance: UAkEventCallbackInfo > UAkCallbackInfo > UObject namespace UAkMarkerCallbackInfo { constexpr auto Identifier = 0x38; // int32_t constexpr auto Position = 0x3c; // int32_t constexpr auto Label = 0x40; // FString } } }
public static class Offsets { public static class Classes { // Inheritance: UAkEventCallbackInfo > UAkCallbackInfo > UObject public static class UAkMarkerCallbackInfo { public const byte Identifier = 0x38; // int32_t public const byte Position = 0x3c; // int32_t public const byte Label = 0x40; // FString } } }