USplineMetadata > UObject
namespace Offsets { namespace Classes { // Inheritance: USplineMetadata > UObject namespace UWaterSplineMetadata { constexpr auto Depth = 0x28; // FInterpCurveFloat constexpr auto WaterVelocityScalar = 0x40; // FInterpCurveFloat constexpr auto RiverWidth = 0x58; // FInterpCurveFloat constexpr auto AudioIntensity = 0x70; // FInterpCurveFloat constexpr auto WaterVelocity = 0x88; // FInterpCurveVector } } }
public static class Offsets { public static class Classes { // Inheritance: USplineMetadata > UObject public static class UWaterSplineMetadata { public const byte Depth = 0x28; // FInterpCurveFloat public const byte WaterVelocityScalar = 0x40; // FInterpCurveFloat public const byte RiverWidth = 0x58; // FInterpCurveFloat public const byte AudioIntensity = 0x70; // FInterpCurveFloat public const byte WaterVelocity = 0x88; // FInterpCurveVector } } }