UWaterWaves > UWaterWavesBase > UObject
namespace Offsets { namespace Classes { // Inheritance: UWaterWaves > UWaterWavesBase > UObject namespace UGerstnerWaterWaves { constexpr auto GerstnerWaveGenerator = 0x28; // UGerstnerWaterWaveGeneratorBase* constexpr auto GerstnerWaves = 0x30; // TArray constexpr auto MaxWaveHeight = 0x40; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UWaterWaves > UWaterWavesBase > UObject public static class UGerstnerWaterWaves { public const byte GerstnerWaveGenerator = 0x28; // UGerstnerWaterWaveGeneratorBase* public const byte GerstnerWaves = 0x30; // TArray public const byte MaxWaveHeight = 0x40; // float } } }