{"id":5901,"date":"2021-05-30T11:03:47","date_gmt":"2021-05-30T11:03:47","guid":{"rendered":"https:\/\/eeldev.com\/?p=5901"},"modified":"2021-05-30T11:03:49","modified_gmt":"2021-05-30T11:03:49","slug":"eoscore-1-8-7","status":"publish","type":"post","link":"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/","title":{"rendered":"EOSCore 1.8.7"},"content":{"rendered":"<div class=\"pdfprnt-buttons pdfprnt-buttons-post pdfprnt-top-right\"><a href=\"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/posts\/5901?print=pdf\" class=\"pdfprnt-button pdfprnt-button-pdf\" target=\"_blank\" ><\/a><a href=\"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/posts\/5901?print=print\" class=\"pdfprnt-button pdfprnt-button-print\" target=\"_blank\" ><\/a><\/div>\n<h2 class=\"wp-block-heading\"><strong>General<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>Updated EOS SDK to 1.12.0<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>ECOM<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>EcomCatalogItemId <\/strong>data type changed to FString<\/li><li>Added a == identitcal utlity function for <strong>EcomCatalogItemId<\/strong><\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/1.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"388\" src=\"https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/1-1024x388.png\" alt=\"\" class=\"wp-image-5902\" srcset=\"https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/1-1024x388.png 1024w, https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/1-300x114.png 300w, https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/1-768x291.png 768w, https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/1.png 1323w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/2.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"678\" height=\"328\" src=\"https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/2.png\" alt=\"\" class=\"wp-image-5903\" srcset=\"https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/2.png 678w, https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/2-300x145.png 300w\" sizes=\"auto, (max-width: 678px) 100vw, 678px\" \/><\/a><\/figure><\/div>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Sessions<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>Added &#8220;Update EOS Session&#8221; async function to update your current game sessions settings<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/3.png\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"456\" src=\"https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/3-1024x456.png\" alt=\"\" class=\"wp-image-5905\" srcset=\"https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/3-1024x456.png 1024w, https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/3-300x134.png 300w, https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/3-768x342.png 768w, https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/3.png 1047w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure><\/div>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>EOS SDK 1.12.0 <\/strong><\/h2>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>New Features:<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Anti-Cheat (Preview Service):<\/strong>&nbsp;The initial release of Easy Anti-Cheat as part of Epic Online Services gives you tools to address cheating in online multiplayer games. See documentation for details.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Achievements<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Bug Fix:&nbsp;<\/strong>Fixed notification not showing in Achievements sample when unlocking hidden achievements<strong>.<\/strong><\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Authentication<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Changed logging level from Warning to Verbose when&nbsp;<strong>EOS_Auth_Login&nbsp;<\/strong>is used with&nbsp;<strong>EOS_LCT_PersistentAuth&nbsp;<\/strong>and no existing local credentials are reported.<\/li><li><strong>Bug Fix:&nbsp;<\/strong>Fixed consent required flow on desktop with&nbsp;<strong>EOS_Auth_Login&nbsp;<\/strong>for External Auth by launching the Account Portal to allow consent to be given.<\/li><li><strong>Bug Fix:<\/strong>&nbsp;The SDK will now internally handle&nbsp;<strong>EOS_Auth_ScopeConsentRequired&nbsp;<\/strong>by returning from&nbsp;<strong>EOS_Auth_Login&nbsp;<\/strong>a&nbsp;<strong>EOS_Auth_PinGrantCode<\/strong>&nbsp;with the&nbsp;<strong>PinGrantInfo<\/strong>&nbsp;set on the&nbsp;<strong>EOS_Auth_LoginCallbackInfo<\/strong>&nbsp;struct. The application is responsible for displaying the URL\/Code in that callback while the SDK polls for a successful result.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>C# SDK<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>New:&nbsp;<\/strong>Added dynamic bindings to the wrapper. See C# documentation for usage and more information.<\/li><li>Helper.IsOperationComplete removed in favor of Common.IsOperationComplete. Helper.ToHexString removed in favor of Common.ToString.<\/li><li>ToString functions have been simplified where possible. ContinuanceToken, EpicAccountId, and ProductUserId now have parameterless ToString overrides.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Connect<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>New:&nbsp;<\/strong>Added itch.io as a supported user authentication provider.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Core<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Added more wording for clarity about how the different account IsValid and FromString functions should be used.<\/li><\/ul>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>JSON<\/strong><\/h5>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Bug Fix:&nbsp;<\/strong>Fixed some rare cases where certain characters would not be properly escaped for JSON.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>ECommerce<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Each of the EOS_Ecom APIs will now return&nbsp;<strong>EOS_MissingPermissions&nbsp;<\/strong>instead of&nbsp;<strong>EOS_UnexpectedError&nbsp;<\/strong>when the game client doesn&#8217;t have permission to access the provided override sandbox.<\/li><li><strong>EOS_Ecom_CatalogOffer&nbsp;<\/strong>has been updated to support 64-bit prices. Extended the Ecom price types to be 64-bit by deprecating the original 32-bit values in the struct.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Lobbies<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Added some error checking to Lobby Interface functions&nbsp;<strong>EOS_LobbySearch_SetParameter&nbsp;<\/strong>and&nbsp;<strong>EOS_LobbySearch_Find<\/strong><ul><li>It not possible to call&nbsp;<strong>EOS_LobbySearch_SetParameter<\/strong>,&nbsp;<strong>EOS_LobbySearch_SetLobbyId<\/strong>, or&nbsp;<strong>EOS_LobbySearch_SetTargetUserId&nbsp;<\/strong>if searching is in progress<\/li><li>It is not possible to call&nbsp;<strong>EOS_LobbySearch_Find&nbsp;<\/strong>if the search has parameters and a LobbyId or TargetUserId is already set<\/li><\/ul><\/li><li>Lobbies now allow configuring host migration on lobby creation.<ul><li>Defaults to enabled as before<\/li><li>If disabled, the lobby will collapse when the host leaves the lobby<\/li><li><strong>EOS_Lobby_PromoteMember&nbsp;<\/strong>still works regardless, but the lobby will still collapse whenever the host leaves without first promoting another member<\/li><\/ul><\/li><li><strong>Bug Fix:&nbsp;<\/strong>Fixed improper calculation when&nbsp;<strong>EOS_LobbySearch_Find&nbsp;<\/strong>completes. In some instances the current player count in the search result was incorrect. This value is still only as accurate as of the time of the find call.<\/li><li><strong>Bug Fix:&nbsp;<\/strong>Lobby interface makes sure to remove stale invites when&nbsp;<strong>EOS_Lobby_QueryInvites&nbsp;<\/strong>is called. Previously invites were only ever added, causing invites to linger. Invites can still be stale on the receiving client, and the application must handle \u201csession not found\u201d errors.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>P2P<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Added support for multiple callbacks on the same SocketId in&nbsp;<strong>EOS_P2P_AddNotifyPeerConnectionRequest&nbsp;<\/strong>and&nbsp;<strong>EOS_P2P_AddNotifyPeerConnectionClosed<\/strong>.<\/li><li>Improved P2P logging for many error cases.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Reports<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>New:&nbsp;<\/strong>Added a new&nbsp;<em>Context<\/em>&nbsp;member for&nbsp;<strong>EOS_Reports_SendPlayerBehaviorReportOptions<\/strong>, where developer defined data relevant to the report may be passed.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Session Based Matchmaking<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Added some error checking to Session Interface functions&nbsp;<strong>EOS_SessionSearch_SetParameter&nbsp;<\/strong>and&nbsp;<strong>EOS_SessionSearch_Find<\/strong><ul><li>It not possible to call&nbsp;<strong>EOS_SessionSearch_SetParameter<\/strong>,&nbsp;<strong>EOS_SessionSearch_SetSessionId<\/strong>, or&nbsp;<strong>EOS_SessionSearch_SetTargetUserId&nbsp;<\/strong>if searching is in progress<\/li><li>It is not possible to call&nbsp;<strong>EOS_SessionSearch_Find&nbsp;<\/strong>if the search has parameters and a SessionId or TargetUserId is already set<\/li><\/ul><\/li><li><strong>Bug Fix:&nbsp;<\/strong>Session interface makes sure to remove stale invites when&nbsp;<strong>EOS_Sessions_QueryInvites&nbsp;<\/strong>is called. Previously invites were only ever added, causing invites to linger. Invites can still be stale on the receiving client, and the application must handle \u201csession not found\u201d errors.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Social Overlay<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Bug Fix:&nbsp;<\/strong>Fixed a bug when&nbsp;<strong>EOS_UI_ShowFriends&nbsp;<\/strong>is called immediately after login which could lead to two instances of the Social Overlay being created, neither with complete information.<\/li><li><strong>Bug Fix:&nbsp;<\/strong>The Join button will now disable dynamically in expected ways. These new disable states are:<ul><li>When the lobby\/session is full.<\/li><li>When the session which is in progress while the &#8220;Join In Progress&#8221; flag is false.<\/li><li>When the lobby\/session has permissions are set to Invite Only.<\/li><li>When the lobby&#8217;s invites are disabled.<\/li><\/ul><\/li><li><strong>Bug Fix:&nbsp;<\/strong>Fixed a bug which could lead to the Social Overlay at startup displaying notifications of previously unlocked achievements.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Mobile<\/strong><\/h3>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Android<\/strong><\/h5>\n\n\n\n<ul class=\"wp-block-list\"><li>Add Android 11 (API level 30) support: Manifest has&nbsp;&lt;queries&gt; entry for weblogin<\/li><\/ul>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>iOS<\/strong><\/h5>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Bug Fix:&nbsp;<\/strong>Fixed an issue in iOS 11 that was not parsing the auth code properly and failing to login<\/li><li><strong>Bug Fix:&nbsp;<\/strong>Fix broken iOS 11 support: weak link against iOS 12+ frameworks<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>PROGRAMMING UPGRADE NOTES<\/strong><\/h2>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>ECommerce<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>For&nbsp;<strong>EOS_Ecom_CatalogOffer&nbsp;<\/strong>the members&nbsp;<em>OriginalPrice _and _CurrentPrice _were deprecated by changing their names to _OriginalPrice_DEPRECATED _and _CurrentPrice_DEPRECATED<\/em>. They were replaced with&nbsp;<em>OriginalPrice64 _and _CurrentPrice64<\/em>.<\/li><\/ul>\n\n\n\n<h5 class=\"wp-block-heading\"><strong>Android<\/strong><\/h5>\n\n\n\n<ul class=\"wp-block-list\"><li>Gradle plugin needs to support new&nbsp;&lt;queries&gt; entry, see table in: \\<br><a rel=\"noreferrer noopener\" target=\"_blank\" href=\"https:\/\/developer.android.com\/studio\/releases\/gradle-plugin#4-0-0\">https:\/\/developer.android.com\/studio\/releases\/gradle-plugin#4-0-0<\/a><\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Reports<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>For&nbsp;<strong>EOS_Reports_SendPlayerBehaviorReportOptions<\/strong>, the member&nbsp;<em>ReportCategory<\/em>&nbsp;was renamed to&nbsp;<em>Category<\/em>&nbsp;and the member&nbsp;<em>ReportDescription<\/em>&nbsp;was renamed to&nbsp;<em>Message<\/em>.<\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>General Updated EOS SDK to 1.12.0 ECOM EcomCatalogItemId data type changed to FString Added a == identitcal utlity function for EcomCatalogItemId Sessions Added &#8220;Update EOS Session&#8221; async function to update your current game sessions settings EOS SDK 1.12.0 New Features: Anti-Cheat (Preview Service):&nbsp;The initial release of Easy Anti-Cheat as part of Epic Online Services gives &#8230; <a title=\"EOSCore 1.8.7\" class=\"read-more\" href=\"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/\" aria-label=\"Read more about EOSCore 1.8.7\">Read more<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[1,15,4],"tags":[],"class_list":["post-5901","post","type-post","status-publish","format-standard","hentry","category-all","category-eoscore","category-unreal-engine"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>EOSCore 1.8.7 - eelDev<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EOSCore 1.8.7 - eelDev\" \/>\n<meta property=\"og:description\" content=\"General Updated EOS SDK to 1.12.0 ECOM EcomCatalogItemId data type changed to FString Added a == identitcal utlity function for EcomCatalogItemId Sessions Added &#8220;Update EOS Session&#8221; async function to update your current game sessions settings EOS SDK 1.12.0 New Features: Anti-Cheat (Preview Service):&nbsp;The initial release of Easy Anti-Cheat as part of Epic Online Services gives ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/\" \/>\n<meta property=\"og:site_name\" content=\"eelDev\" \/>\n<meta property=\"article:published_time\" content=\"2021-05-30T11:03:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-05-30T11:03:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/1-1024x388.png\" \/>\n<meta name=\"author\" content=\"hulken\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"hulken\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/\"},\"author\":{\"name\":\"hulken\",\"@id\":\"https:\/\/eeldev.com\/#\/schema\/person\/453df1c4d38f093dcdfb5de4e5db6f41\"},\"headline\":\"EOSCore 1.8.7\",\"datePublished\":\"2021-05-30T11:03:47+00:00\",\"dateModified\":\"2021-05-30T11:03:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/\"},\"wordCount\":990,\"publisher\":{\"@id\":\"https:\/\/eeldev.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/1-1024x388.png\",\"articleSection\":[\"all\",\"eoscore\",\"unreal engine\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/\",\"url\":\"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/\",\"name\":\"EOSCore 1.8.7 - eelDev\",\"isPartOf\":{\"@id\":\"https:\/\/eeldev.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/1-1024x388.png\",\"datePublished\":\"2021-05-30T11:03:47+00:00\",\"dateModified\":\"2021-05-30T11:03:49+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/#primaryimage\",\"url\":\"https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/1.png\",\"contentUrl\":\"https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/1.png\",\"width\":1323,\"height\":501},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/eeldev.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"EOSCore 1.8.7\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/eeldev.com\/#website\",\"url\":\"https:\/\/eeldev.com\/\",\"name\":\"eelDev\",\"description\":\"eelDev.com\",\"publisher\":{\"@id\":\"https:\/\/eeldev.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/eeldev.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/eeldev.com\/#organization\",\"name\":\"eelDev\",\"url\":\"https:\/\/eeldev.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eeldev.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/eeldev.com\/wp-content\/uploads\/2022\/12\/logo_new_transparent-4.png\",\"contentUrl\":\"https:\/\/eeldev.com\/wp-content\/uploads\/2022\/12\/logo_new_transparent-4.png\",\"width\":2048,\"height\":682,\"caption\":\"eelDev\"},\"image\":{\"@id\":\"https:\/\/eeldev.com\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/eeldev.com\/#\/schema\/person\/453df1c4d38f093dcdfb5de4e5db6f41\",\"name\":\"hulken\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/eeldev.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/5d9ffdb0e0076ccbd670aa09e82b97faf7131270e265284654c5d4b3887d69d1?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/5d9ffdb0e0076ccbd670aa09e82b97faf7131270e265284654c5d4b3887d69d1?s=96&d=mm&r=g\",\"caption\":\"hulken\"},\"url\":\"https:\/\/eeldev.com\/index.php\/author\/hulken\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"EOSCore 1.8.7 - eelDev","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/","og_locale":"en_US","og_type":"article","og_title":"EOSCore 1.8.7 - eelDev","og_description":"General Updated EOS SDK to 1.12.0 ECOM EcomCatalogItemId data type changed to FString Added a == identitcal utlity function for EcomCatalogItemId Sessions Added &#8220;Update EOS Session&#8221; async function to update your current game sessions settings EOS SDK 1.12.0 New Features: Anti-Cheat (Preview Service):&nbsp;The initial release of Easy Anti-Cheat as part of Epic Online Services gives ... Read more","og_url":"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/","og_site_name":"eelDev","article_published_time":"2021-05-30T11:03:47+00:00","article_modified_time":"2021-05-30T11:03:49+00:00","og_image":[{"url":"https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/1-1024x388.png","type":"","width":"","height":""}],"author":"hulken","twitter_card":"summary_large_image","twitter_misc":{"Written by":"hulken","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/#article","isPartOf":{"@id":"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/"},"author":{"name":"hulken","@id":"https:\/\/eeldev.com\/#\/schema\/person\/453df1c4d38f093dcdfb5de4e5db6f41"},"headline":"EOSCore 1.8.7","datePublished":"2021-05-30T11:03:47+00:00","dateModified":"2021-05-30T11:03:49+00:00","mainEntityOfPage":{"@id":"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/"},"wordCount":990,"publisher":{"@id":"https:\/\/eeldev.com\/#organization"},"image":{"@id":"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/#primaryimage"},"thumbnailUrl":"https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/1-1024x388.png","articleSection":["all","eoscore","unreal engine"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/","url":"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/","name":"EOSCore 1.8.7 - eelDev","isPartOf":{"@id":"https:\/\/eeldev.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/#primaryimage"},"image":{"@id":"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/#primaryimage"},"thumbnailUrl":"https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/1-1024x388.png","datePublished":"2021-05-30T11:03:47+00:00","dateModified":"2021-05-30T11:03:49+00:00","breadcrumb":{"@id":"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/#primaryimage","url":"https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/1.png","contentUrl":"https:\/\/eeldev.com\/wp-content\/uploads\/2021\/05\/1.png","width":1323,"height":501},{"@type":"BreadcrumbList","@id":"https:\/\/eeldev.com\/index.php\/eoscore-1-8-7\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/eeldev.com\/"},{"@type":"ListItem","position":2,"name":"EOSCore 1.8.7"}]},{"@type":"WebSite","@id":"https:\/\/eeldev.com\/#website","url":"https:\/\/eeldev.com\/","name":"eelDev","description":"eelDev.com","publisher":{"@id":"https:\/\/eeldev.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/eeldev.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/eeldev.com\/#organization","name":"eelDev","url":"https:\/\/eeldev.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eeldev.com\/#\/schema\/logo\/image\/","url":"https:\/\/eeldev.com\/wp-content\/uploads\/2022\/12\/logo_new_transparent-4.png","contentUrl":"https:\/\/eeldev.com\/wp-content\/uploads\/2022\/12\/logo_new_transparent-4.png","width":2048,"height":682,"caption":"eelDev"},"image":{"@id":"https:\/\/eeldev.com\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/eeldev.com\/#\/schema\/person\/453df1c4d38f093dcdfb5de4e5db6f41","name":"hulken","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/eeldev.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/5d9ffdb0e0076ccbd670aa09e82b97faf7131270e265284654c5d4b3887d69d1?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/5d9ffdb0e0076ccbd670aa09e82b97faf7131270e265284654c5d4b3887d69d1?s=96&d=mm&r=g","caption":"hulken"},"url":"https:\/\/eeldev.com\/index.php\/author\/hulken\/"}]}},"_links":{"self":[{"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/posts\/5901","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/comments?post=5901"}],"version-history":[{"count":6,"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/posts\/5901\/revisions"}],"predecessor-version":[{"id":5922,"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/posts\/5901\/revisions\/5922"}],"wp:attachment":[{"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/media?parent=5901"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/categories?post=5901"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/eeldev.com\/index.php\/wp-json\/wp\/v2\/tags?post=5901"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}