AVolume > ABrush > AActor > UObject
namespace Offsets { namespace Classes { // Inheritance: AVolume > ABrush > AActor > UObject namespace AColorScaleVolume { constexpr auto ColorScale = 0x2bc; // FVector constexpr auto InterpTime = 0x2c8; // float } } }
public static class Offsets { public static class Classes { // Inheritance: AVolume > ABrush > AActor > UObject public static class AColorScaleVolume { public const UInt16 ColorScale = 0x2bc; // FVector public const UInt16 InterpTime = 0x2c8; // float } } }