public bool SetLocalScreenshotPrivacy(CGameID gameID, UInt32 hScreenshot, EUCMFilePrivacyState ePrivacy)
 {
     return(this.GetFunction <NativeSetLocalScreenshotPrivacyCUE>(this.Functions.SetLocalScreenshotPrivacy18)(this.ObjectAddress, gameID.ConvertToUint64(), hScreenshot, ePrivacy));
 }
 public UInt64 UploadBatch(EUCMFilePrivacyState ePrivacy)
 {
     return(this.GetFunction <NativeUploadBatchE>(this.Functions.UploadBatch22)(this.ObjectAddress, ePrivacy));
 }
 public bool GetLocalScreenshot(CGameID gameID, Int32 iScreenshotIndex, ref UInt32 phScreenshot, ref Int32 piWidth, ref Int32 piHeight, ref UInt32 puTimestamp, ref EUCMFilePrivacyState pePrivacy, ref UInt64 pullFileID, StringBuilder pchCaption, ref bool pbSpoiler)
 {
     return(this.GetFunction <NativeGetLocalScreenshotCIUIIUEUSUB>(this.Functions.GetLocalScreenshot16)(this.ObjectAddress, gameID.ConvertToUint64(), iScreenshotIndex, ref phScreenshot, ref piWidth, ref piHeight, ref puTimestamp, ref pePrivacy, ref pullFileID, pchCaption, (UInt32)pchCaption.Capacity, ref pbSpoiler));
 }