ASceneCapture > AActor > UObject
namespace Offsets { namespace Classes { // Inheritance: ASceneCapture > AActor > UObject namespace APlanarReflection { constexpr auto PlanarReflectionComponent = 0x230; // UPlanarReflectionComponent* constexpr auto bShowPreviewPlane = 0x238; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: ASceneCapture > AActor > UObject public static class APlanarReflection { public const UInt16 PlanarReflectionComponent = 0x230; // UPlanarReflectionComponent* public const UInt16 bShowPreviewPlane = 0x238; // bool } } }