UMoviePipelineSetting > UObject
namespace Offsets { namespace Classes { // Inheritance: UMoviePipelineSetting > UObject namespace UMoviePipelineDebugSettings { constexpr auto bWriteAllSamples = 0x48; // bool constexpr auto bCaptureFramesWithRenderDoc = 0x49; // bool constexpr auto CaptureFrame = 0x4c; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UMoviePipelineSetting > UObject public static class UMoviePipelineDebugSettings { public const byte bWriteAllSamples = 0x48; // bool public const byte bCaptureFramesWithRenderDoc = 0x49; // bool public const byte CaptureFrame = 0x4c; // int32_t } } }