UARTrackedGeometry > UObject
A tracked environment texture probe that gives you a cube map for reflections
The cube map of the reflected environment
namespace Offsets { namespace Classes { // Inheritance: UARTrackedGeometry > UObject namespace UAREnvironmentCaptureProbe { constexpr auto EnvironmentCaptureTexture = 0xf8; // UAREnvironmentCaptureProbeTexture* } } }
public static class Offsets { public static class Classes { // Inheritance: UARTrackedGeometry > UObject public static class UAREnvironmentCaptureProbe { public const byte EnvironmentCaptureTexture = 0xf8; // UAREnvironmentCaptureProbeTexture* } } }