Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
UFrameGrabberProtocol > UMovieSceneImageCaptureProtocolBase > UMovieSceneCaptureProtocolBase > UObject
namespace Offsets { namespace Classes { // Inheritance: UFrameGrabberProtocol > UMovieSceneImageCaptureProtocolBase > UMovieSceneCaptureProtocolBase > UObject namespace UVideoCaptureProtocol { constexpr auto bUseCompression = 0x68; // bool constexpr auto CompressionQuality = 0x6c; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UFrameGrabberProtocol > UMovieSceneImageCaptureProtocolBase > UMovieSceneCaptureProtocolBase > UObject public static class UVideoCaptureProtocol { public const byte bUseCompression = 0x68; // bool public const byte CompressionQuality = 0x6c; // float } } }