UReflectionCaptureComponent > USceneComponent > UActorComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UReflectionCaptureComponent > USceneComponent > UActorComponent > UObject namespace UBoxReflectionCaptureComponent { constexpr auto BoxTransitionDistance = 0x270; // float constexpr auto PreviewInfluenceBox = 0x278; // UBoxComponent* constexpr auto PreviewCaptureBox = 0x280; // UBoxComponent* } } }
public static class Offsets { public static class Classes { // Inheritance: UReflectionCaptureComponent > USceneComponent > UActorComponent > UObject public static class UBoxReflectionCaptureComponent { public const UInt16 BoxTransitionDistance = 0x270; // float public const UInt16 PreviewInfluenceBox = 0x278; // UBoxComponent* public const UInt16 PreviewCaptureBox = 0x280; // UBoxComponent* } } }