AVolume > ABrush > AActor > UObject
namespace Offsets { namespace Classes { // Inheritance: AVolume > ABrush > AActor > UObject namespace APostProcessVolume { constexpr auto Settings = 0x260; // FPostProcessSettings constexpr auto Priority = 0x7c0; // float constexpr auto BlendRadius = 0x7c4; // float constexpr auto BlendWeight = 0x7c8; // float constexpr auto bEnabled = 0x7cc; // char : 1 constexpr auto bUnbound = 0x7cc; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: AVolume > ABrush > AActor > UObject public static class APostProcessVolume { public const UInt16 Settings = 0x260; // FPostProcessSettings public const UInt16 Priority = 0x7c0; // float public const UInt16 BlendRadius = 0x7c4; // float public const UInt16 BlendWeight = 0x7c8; // float public const UInt16 bEnabled = 0x7cc; // char : 1 public const UInt16 bUnbound = 0x7cc; // char : 1 } } }