13 ::ll::TypedStorage<1, 1, bool> mCropToRatio;
14 ::ll::TypedStorage<4, 4, int> mWidthRatio;
15 ::ll::TypedStorage<4, 4, int> mHeightRatio;
16 ::ll::TypedStorage<4, 4, uint> mMaxWidth;
17 ::ll::TypedStorage<4, 4, uint> mMaxHeight;
18 ::ll::TypedStorage<1, 1, bool> mRestrictScreenshotSize;
19 ::ll::TypedStorage<1, 1, bool> mApplySquareFrame;
20 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mRequestedFileName;
21 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mRequestedFilePath;
22 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mRequestedExtension;
23 ::ll::TypedStorage<1, 1, bool> mReplaceImage;
24 ::ll::TypedStorage<1, 1, bool> mUseScreenshotsFolder;
25 ::ll::TypedStorage<1, 1, bool> mHideUI;
26 ::ll::TypedStorage<1, 1, bool> mLogRequest;
27 ::ll::TypedStorage<1, 1, bool> mWriteScreenshotToFile;
28 ::ll::TypedStorage<1, 1, bool> mIsSavegameScreenshot;
29 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mOutFileName;
30 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mOutFileDir;
31 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mOutExtension;
32 ::ll::TypedStorage<4, 4, ::ScreenshotPostProcessFilter> mPostProcessFilter;
33 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mScreenshotBorderResourcePath;
45 MCAPI_C
void* $ctor();