{"id":2448322,"date":"2024-08-01T10:00:27","date_gmt":"2024-08-01T17:00:27","guid":{"rendered":"https:\/\/www.esri.com\/arcgis-blog\/?post_type=blog&#038;p=2448322"},"modified":"2024-08-14T07:28:04","modified_gmt":"2024-08-14T14:28:04","slug":"announcing-arcgis-maps-sdk-1-6-for-unreal-engine","status":"publish","type":"blog","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine","title":{"rendered":"Announcing ArcGIS Maps SDK 1.6 for Unreal Engine"},"author":5171,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"_searchwp_excluded":""},"categories":[23771,37101,738191],"tags":[757151,768222,560942,23571,261172],"industry":[],"product":[766242,36601],"class_list":["post-2448322","blog","type-blog","status-publish","format-standard","hentry","category-3d-gis","category-announcements","category-developers","tag-arcgis-maps-sdk-for-unreal-engine","tag-arcgis-maps-sdks-for-game-engines","tag-game-engines","tag-whats-new","tag-xr","product-unreal-engine","product-developers"],"acf":{"authors":[{"ID":5171,"user_firstname":"Michael","user_lastname":"Branscomb","nickname":"Mike Branscomb","user_nicename":"mbranscomb","display_name":"Mike Branscomb","user_email":"MBranscomb@esri.com","user_url":"https:\/\/developers.arcgis.com\/","user_registered":"2018-03-02 00:16:51","user_description":"Mike Branscomb is a Product Manager for the ArcGIS Maps SDKs for Native Apps and ArcGIS Maps SDKs for Game Engines. With over 20 years of experience working in the Esri ecosystem, he specializes in .NET, Local Server, and 3D Scene Layers. Mike is also a Scrum Product Owner with over 10 years of experience guiding teams through the product development lifecycle.","user_avatar":"<img data-del=\"avatar\" src='https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/04\/ProfilePhotoMB-465x465.jpg' class='avatar pp-user-avatar avatar-96 photo ' height='96' width='96'\/>"},{"ID":4091,"user_firstname":"Rex","user_lastname":"Hansen","nickname":"Rex Hansen","user_nicename":"rex-hansen","display_name":"Rex Hansen","user_email":"rhansen@esri.com","user_url":"","user_registered":"2018-03-02 00:15:41","user_description":"Rex Hansen is a Product Manager for the ArcGIS Maps SDKs for Native Apps and ArcGIS Maps SDKs for Game Engines.  He has over 25 years of experience in GIS, spatial analytics, and computer mapping.  Currently, he guides the development of native technologies in the GIS industry to use authoritative geospatial content and analysis in offline workflows, photorealistic experiences, and immersive, extended reality solutions.","user_avatar":"<img data-del=\"avatar\" src='https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/11\/RexHansen1200x1200-465x465.png' class='avatar pp-user-avatar avatar-96 photo ' height='96' width='96'\/>"},{"ID":3811,"user_firstname":"Nicholas","user_lastname":"Furness","nickname":"Nicholas Furness","user_nicename":"nfurness","display_name":"Nick Furness","user_email":"NFurness@esri.com","user_url":"http:\/\/developers.arcgis.com","user_registered":"2018-03-02 00:15:26","user_description":"Nick Furness is a Product Manager for the ArcGIS Maps SDKs for Native Apps, and ArcGIS Maps SDKs for Game Engines, specializing in Swift and iOS. He's spent over 25 years working in the GIS space building projects ranging from small mom-and-pop solutions all the way up to enterprise utility and national government deployments. Nick presents at various Esri Developer Summits, the User Conference, and many other events, almost always talking about something to do with the Native Maps SDKs (although you might find the odd bit of JavaScript thrown in there).","user_avatar":"<img data-del=\"avatar\" src='https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2019\/01\/DevSummit-2013-Face-150x150.png' class='avatar pp-user-avatar avatar-96 photo ' height='96' width='96'\/>"},{"ID":276952,"user_firstname":"Shimona","user_lastname":"Lahiri","nickname":"Shimona Lahiri","user_nicename":"shimona-lahiri","display_name":"Shimona Lahiri","user_email":"slahiri@esri.com","user_url":"","user_registered":"2021-09-14 16:48:37","user_description":"Shimona is a product marketer working with ArcGIS Maps SDKs for Game Engines and Native Apps. With an undergrad degree in Psychology and an M.S. in Marketing, she is a digital marketing polymath and loves to craft interesting stories for her audience to enjoy.","user_avatar":"<img data-del=\"avatar\" src='https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2023\/01\/Profile-pic-465x465.jpeg' class='avatar pp-user-avatar avatar-96 photo ' height='96' width='96'\/>"}],"short_description":"ArcGIS Maps SDK for Unreal Engine 1.6 includes terrain alignment of actors, support for Unreal Engine 5.4, plus Esri's latest basemap styles","flexible_content":[{"acf_fc_layout":"content","content":"<p>The latest version of ArcGIS Maps SDK for Unreal Engine simplifies aligning your actors with the terrain surface, includes even more basemap styles, and adds support for Unreal Engine 5.4!<\/p>\n"},{"acf_fc_layout":"content","content":"<h3>Actor surface placement<\/h3>\n<p>You can now simplify how you set the altitude of Actors in your Unreal Engine Levels by choosing to place them on the ground or position them relative to the ground, with their height\u00a0 automatically calculated based on the elevation surface you choose for your terrain. Previously, to position your actors in relation to the ground surface, you had to perform individual raycast operations to determine the elevation value for each object and explicitly set the Z value. By eliminating the need for individual raycast calls, surface placement improves efficiency and speeds up the placement process. The new surface placement feature on the ArcGIS Location component is optimized for high performance and is especially valuable in large projects where many actors need to be positioned simultaneously in real-time. Surface placement functionality automatically updates as elevation Levels of Detail (LOD) load or update, ensuring that objects maintain their specified altitude relative to the ground.<\/p>\n<p>The three options for setting altitude are:<\/p>\n<ul>\n<li>On the Ground: Places objects directly on the terrain surface. It ensures that the actor is aligned with the ground, making it ideal for placing buildings, trees, or vehicles that need to sit directly on the terrain.<\/li>\n<li>At an Absolute Height: Sets actors at a constant, fixed height above sea level. For example you can position an airplane at 35,000 feet, regardless of the underlying terrain.<\/li>\n<li>Relative to the Ground: Positions actors at a certain, known height above the terrain surface. This is useful for actors that represent real-world objects such as signs, lights, or security cameras that are built at a consistent height off the ground.<\/li>\n<\/ul>\n<p>The Surface Placement value for an ArcGIS Location instance attached to an Actor can be defined using the low-code\/no-code editor integration by setting the property in the Details Panel, using Blueprints visual scripting, or set in code with the C++ API.<\/p>\n"},{"acf_fc_layout":"image","image":{"ID":2448702,"id":2448702,"title":"UELocationComponentSurfacePlacement","filename":"UELocationComponentSurfacePlacement.png","filesize":2248,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/07\/UELocationComponentSurfacePlacement.png","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine\/uelocationcomponentsurfaceplacement","alt":"Unreal Engine ArcGIS Location Component Surface Placement","author":"5171","description":"Unreal Engine ArcGIS Location Component Surface Placement","caption":"Unreal Engine ArcGIS Location Component Surface Placement","name":"uelocationcomponentsurfaceplacement","status":"inherit","uploaded_to":2448322,"date":"2024-07-30 19:07:40","modified":"2024-07-30 19:08:07","menu_order":0,"mime_type":"image\/png","type":"image","subtype":"png","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":470,"height":109,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/07\/UELocationComponentSurfacePlacement-213x109.png","thumbnail-width":213,"thumbnail-height":109,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/07\/UELocationComponentSurfacePlacement.png","medium-width":464,"medium-height":108,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/07\/UELocationComponentSurfacePlacement.png","medium_large-width":470,"medium_large-height":109,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/07\/UELocationComponentSurfacePlacement.png","large-width":470,"large-height":109,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/07\/UELocationComponentSurfacePlacement.png","1536x1536-width":470,"1536x1536-height":109,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/07\/UELocationComponentSurfacePlacement.png","2048x2048-width":470,"2048x2048-height":109,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/07\/UELocationComponentSurfacePlacement.png","card_image-width":470,"card_image-height":109,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/07\/UELocationComponentSurfacePlacement.png","wide_image-width":470,"wide_image-height":109}},"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<h3>Basemap styles<\/h3>\n<p>Whether you&#8217;re utilizing the low-code\/no-code tools integrated with the Unreal Engine Editor or developing with the C++ API, you now have access to Esri&#8217;s latest basemap styles through the ArcGIS Basemap Styles service. This enhancement not only updates the styles available today but also lays the foundation for future features such as localized language place names and different views of disputed boundaries. These enhancements will enrich user experiences by offering more relevant and inclusive map data, thereby boosting the functionality and versatility of your apps.<\/p>\n"},{"acf_fc_layout":"image","image":{"ID":2448692,"id":2448692,"title":"Basemap Gallery in Unreal Engine Maps SDK","filename":"UEBasemaps.png","filesize":68285,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/07\/UEBasemaps.png","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine\/uebasemaps","alt":"Basemap Gallery in Unreal Engine Maps SDK","author":"5171","description":"Basemap Gallery in Unreal Engine Maps SDK","caption":"Basemap Gallery in Unreal Engine Maps SDK","name":"uebasemaps","status":"inherit","uploaded_to":2448322,"date":"2024-07-30 19:06:04","modified":"2024-07-30 19:06:39","menu_order":0,"mime_type":"image\/png","type":"image","subtype":"png","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":486,"height":638,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/07\/UEBasemaps-213x200.png","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/07\/UEBasemaps.png","medium-width":199,"medium-height":261,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/07\/UEBasemaps.png","medium_large-width":486,"medium_large-height":638,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/07\/UEBasemaps.png","large-width":486,"large-height":638,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/07\/UEBasemaps.png","1536x1536-width":486,"1536x1536-height":638,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/07\/UEBasemaps.png","2048x2048-width":486,"2048x2048-height":638,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/07\/UEBasemaps-354x465.png","card_image-width":354,"card_image-height":465,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/07\/UEBasemaps.png","wide_image-width":486,"wide_image-height":638}},"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"<h3>New sample for building scene layer filtering<\/h3>\n<p>A new\u00a0<strong>building filter<\/strong> sample is now available, demonstrating how to toggle the visibility of different levels, construction phases, disciplines, and categories within a building scene layer. This functionality enables users to explore building scene layers and filter based on various criteria, enhancing their ability to analyze and visualize complex building data often used in BIM workflows.<\/p>\n<p>You can find the sample code and further details in the following resources:<\/p>\n<ul>\n<li><a href=\"https:\/\/developers.arcgis.com\/unreal-engine\/sample-code\/BuildingFilter\/\"><strong>Developer Guide Samples section<\/strong><\/a><\/li>\n<li><a href=\"https:\/\/github.com\/Esri\/arcgis-maps-sdk-unreal-engine-samples\/tree\/main\/sample_project\/Content\/SampleViewer\/Samples\/BuildingFilter\"><strong>GitHub source code repo<\/strong><\/a><\/li>\n<\/ul>\n<p>Feel free to explore and integrate this sample into your projects to make the most of building scene layer filtering!<\/p>\n"},{"acf_fc_layout":"image","image":{"ID":2459002,"id":2459002,"title":"Unreal Engine Building Filter Sample","filename":"UEBuildingFilterSample.png","filesize":3731281,"url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/08\/UEBuildingFilterSample.png","link":"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine\/uebuildingfiltersample","alt":"Unreal Engine Building Filter Sample","author":"5171","description":"Unreal Engine Building Filter Sample","caption":"Building Filter Sample in the Maps SDK for Unreal Engine","name":"uebuildingfiltersample","status":"inherit","uploaded_to":2448322,"date":"2024-08-14 13:57:16","modified":"2024-08-14 13:58:29","menu_order":0,"mime_type":"image\/png","type":"image","subtype":"png","icon":"https:\/\/www.esri.com\/arcgis-blog\/wp-includes\/images\/media\/default.png","width":1750,"height":876,"sizes":{"thumbnail":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/08\/UEBuildingFilterSample-213x200.png","thumbnail-width":213,"thumbnail-height":200,"medium":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/08\/UEBuildingFilterSample.png","medium-width":464,"medium-height":232,"medium_large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/08\/UEBuildingFilterSample.png","medium_large-width":768,"medium_large-height":384,"large":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/08\/UEBuildingFilterSample.png","large-width":1750,"large-height":876,"1536x1536":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/08\/UEBuildingFilterSample-1536x769.png","1536x1536-width":1536,"1536x1536-height":769,"2048x2048":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/08\/UEBuildingFilterSample.png","2048x2048-width":1750,"2048x2048-height":876,"card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/08\/UEBuildingFilterSample-826x413.png","card_image-width":826,"card_image-height":413,"wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/08\/UEBuildingFilterSample.png","wide_image-width":1750,"wide_image-height":876}},"image_position":"center","orientation":"horizontal","hyperlink":"https:\/\/developers.arcgis.com\/unreal-engine\/sample-code\/BuildingFilter\/"},{"acf_fc_layout":"content","content":"<h3>Unreal Engine editor support<\/h3>\n<p>This release allows you to leverage the latest development tools from Epic Games with support for Unreal Engine 5.4. Our Unreal Engine Maps SDK lifecycle supports the current version of Unreal Engine and two previous releases. Consequently, with this release, we continue to support your development with versions 5.4, 5.3, and 5.2, but have removed support for the previous 5.1 and 5.0 releases.<\/p>\n<p>Microsoft HoloLens 2 is no longer a supported XR device platform with ArcGIS Maps SDK for Unreal Engine 1.6. For more information about the XR devices tested and verified by Epic Games to work with Unreal Engine, refer to the topic <a href=\"https:\/\/dev.epicgames.com\/documentation\/en-us\/unreal-engine\/supported-xr-devices-in-unreal-engine\">Supported XR Devices<\/a>.<\/p>\n"},{"acf_fc_layout":"content","content":"<h3>Download and get started<\/h3>\n<p>To get the latest version of ArcGIS Maps SDK for Unreal Engine, visit the <a href=\"https:\/\/developers.arcgis.com\/unreal-engine\/get-started\/#2-download-the-plugin\">Get Started<\/a> page to learn how to add it to your projects. For more details about the enhancements, deprecations, resolved issues, and known issues in this release, refer to the <a href=\"https:\/\/developers.arcgis.com\/unreal-engine\/release-notes\/\">Release Notes<\/a>. If you\u2019re new to developing with our SDK, the <a href=\"https:\/\/developers.arcgis.com\/unreal-engine\/get-started\/\">Get Started<\/a> page also provides helpful resources to kick-start your journey.<\/p>\n"}],"related_articles":"","card_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/07\/UEThirdPersonController826x465.png","wide_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/07\/UEThirdPersonController1920x1080.png"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Announcing ArcGIS Maps SDK 1.6 for Unreal Engine<\/title>\n<meta name=\"description\" content=\"ArcGIS Maps SDK for Unreal Engine 1.6 includes terrain alignment of actors, support for Unreal Engine 5.4, plus Esri&#039;s latest basemap styles\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Announcing ArcGIS Maps SDK 1.6 for Unreal Engine\" \/>\n<meta property=\"og:description\" content=\"ArcGIS Maps SDK for Unreal Engine 1.6 includes terrain alignment of actors, support for Unreal Engine 5.4, plus Esri&#039;s latest basemap styles\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine\" \/>\n<meta property=\"og:site_name\" content=\"ArcGIS Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-14T14:28:04+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@ESRI\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine\"},\"author\":{\"name\":\"Mike Branscomb\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/d3c468c050e7d45f5cae6c1a88af3587\"},\"headline\":\"Announcing ArcGIS Maps SDK 1.6 for Unreal Engine\",\"datePublished\":\"2024-08-01T17:00:27+00:00\",\"dateModified\":\"2024-08-14T14:28:04+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine\"},\"wordCount\":7,\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"keywords\":[\"arcgis maps sdk for unreal engine\",\"arcgis maps sdks for game engines\",\"Game Engines\",\"what's new\",\"XR\"],\"articleSection\":[\"3D Visualization &amp; Analytics\",\"Announcements\",\"Developers\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine\",\"name\":\"Announcing ArcGIS Maps SDK 1.6 for Unreal Engine\",\"isPartOf\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\"},\"datePublished\":\"2024-08-01T17:00:27+00:00\",\"dateModified\":\"2024-08-14T14:28:04+00:00\",\"description\":\"ArcGIS Maps SDK for Unreal Engine 1.6 includes terrain alignment of actors, support for Unreal Engine 5.4, plus Esri's latest basemap styles\",\"breadcrumb\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.esri.com\/arcgis-blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Announcing ArcGIS Maps SDK 1.6 for Unreal Engine\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#website\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"name\":\"ArcGIS Blog\",\"description\":\"Get insider info from Esri product teams\",\"publisher\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#organization\",\"name\":\"Esri\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png\",\"width\":400,\"height\":400,\"caption\":\"Esri\"},\"image\":{\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/esrigis\/\",\"https:\/\/x.com\/ESRI\",\"https:\/\/www.linkedin.com\/company\/5311\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/d3c468c050e7d45f5cae6c1a88af3587\",\"name\":\"Mike Branscomb\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/04\/ProfilePhotoMB-465x465.jpg\",\"contentUrl\":\"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/04\/ProfilePhotoMB-465x465.jpg\",\"caption\":\"Mike Branscomb\"},\"description\":\"Mike Branscomb is a Product Manager for the ArcGIS Maps SDKs for Native Apps and ArcGIS Maps SDKs for Game Engines. With over 20 years of experience working in the Esri ecosystem, he specializes in .NET, Local Server, and 3D Scene Layers. Mike is also a Scrum Product Owner with over 10 years of experience guiding teams through the product development lifecycle.\",\"sameAs\":[\"https:\/\/developers.arcgis.com\/\",\"www.linkedin.com\/in\/mike-branscomb\"],\"worksFor\":\"Esri\",\"url\":\"https:\/\/www.esri.com\/arcgis-blog\/author\/mbranscomb\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Announcing ArcGIS Maps SDK 1.6 for Unreal Engine","description":"ArcGIS Maps SDK for Unreal Engine 1.6 includes terrain alignment of actors, support for Unreal Engine 5.4, plus Esri's latest basemap styles","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:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine","og_locale":"en_US","og_type":"article","og_title":"Announcing ArcGIS Maps SDK 1.6 for Unreal Engine","og_description":"ArcGIS Maps SDK for Unreal Engine 1.6 includes terrain alignment of actors, support for Unreal Engine 5.4, plus Esri's latest basemap styles","og_url":"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine","og_site_name":"ArcGIS Blog","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","article_modified_time":"2024-08-14T14:28:04+00:00","twitter_card":"summary_large_image","twitter_site":"@ESRI","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine#article","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine"},"author":{"name":"Mike Branscomb","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/d3c468c050e7d45f5cae6c1a88af3587"},"headline":"Announcing ArcGIS Maps SDK 1.6 for Unreal Engine","datePublished":"2024-08-01T17:00:27+00:00","dateModified":"2024-08-14T14:28:04+00:00","mainEntityOfPage":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine"},"wordCount":7,"publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"keywords":["arcgis maps sdk for unreal engine","arcgis maps sdks for game engines","Game Engines","what's new","XR"],"articleSection":["3D Visualization &amp; Analytics","Announcements","Developers"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine","url":"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine","name":"Announcing ArcGIS Maps SDK 1.6 for Unreal Engine","isPartOf":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#website"},"datePublished":"2024-08-01T17:00:27+00:00","dateModified":"2024-08-14T14:28:04+00:00","description":"ArcGIS Maps SDK for Unreal Engine 1.6 includes terrain alignment of actors, support for Unreal Engine 5.4, plus Esri's latest basemap styles","breadcrumb":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/arcgis-blog\/"},{"@type":"ListItem","position":2,"name":"Announcing ArcGIS Maps SDK 1.6 for Unreal Engine"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/arcgis-blog\/#website","url":"https:\/\/www.esri.com\/arcgis-blog\/","name":"ArcGIS Blog","description":"Get insider info from Esri product teams","publisher":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/arcgis-blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.esri.com\/arcgis-blog\/#organization","name":"Esri","url":"https:\/\/www.esri.com\/arcgis-blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2018\/04\/Esri.png","width":400,"height":400,"caption":"Esri"},"image":{"@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/esrigis\/","https:\/\/x.com\/ESRI","https:\/\/www.linkedin.com\/company\/5311\/"]},{"@type":"Person","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/d3c468c050e7d45f5cae6c1a88af3587","name":"Mike Branscomb","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/arcgis-blog\/#\/schema\/person\/image\/","url":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/04\/ProfilePhotoMB-465x465.jpg","contentUrl":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2021\/04\/ProfilePhotoMB-465x465.jpg","caption":"Mike Branscomb"},"description":"Mike Branscomb is a Product Manager for the ArcGIS Maps SDKs for Native Apps and ArcGIS Maps SDKs for Game Engines. With over 20 years of experience working in the Esri ecosystem, he specializes in .NET, Local Server, and 3D Scene Layers. Mike is also a Scrum Product Owner with over 10 years of experience guiding teams through the product development lifecycle.","sameAs":["https:\/\/developers.arcgis.com\/","www.linkedin.com\/in\/mike-branscomb"],"worksFor":"Esri","url":"https:\/\/www.esri.com\/arcgis-blog\/author\/mbranscomb"}]}},"text_date":"August 1, 2024","author_name":"Multiple Authors","author_page":"https:\/\/www.esri.com\/arcgis-blog\/products\/unreal-engine\/developers\/announcing-arcgis-maps-sdk-1-6-for-unreal-engine","custom_image":"https:\/\/www.esri.com\/arcgis-blog\/app\/uploads\/2024\/07\/UEThirdPersonController1920x1080.png","primary_product":"ArcGIS Maps SDK for Unreal Engine","tag_data":[{"term_id":757151,"name":"arcgis maps sdk for unreal engine","slug":"arcgis-maps-sdk-for-unreal-engine","term_group":0,"term_taxonomy_id":757151,"taxonomy":"post_tag","description":"","parent":0,"count":17,"filter":"raw"},{"term_id":768222,"name":"arcgis maps sdks for game engines","slug":"arcgis-maps-sdks-for-game-engines","term_group":0,"term_taxonomy_id":768222,"taxonomy":"post_tag","description":"","parent":0,"count":24,"filter":"raw"},{"term_id":560942,"name":"Game Engines","slug":"game-engines","term_group":0,"term_taxonomy_id":560942,"taxonomy":"post_tag","description":"","parent":0,"count":20,"filter":"raw"},{"term_id":23571,"name":"what's new","slug":"whats-new","term_group":0,"term_taxonomy_id":23571,"taxonomy":"post_tag","description":"","parent":0,"count":582,"filter":"raw"},{"term_id":261172,"name":"XR","slug":"xr","term_group":0,"term_taxonomy_id":261172,"taxonomy":"post_tag","description":"","parent":0,"count":21,"filter":"raw"}],"category_data":[{"term_id":23771,"name":"3D Visualization &amp; Analytics","slug":"3d-gis","term_group":0,"term_taxonomy_id":23771,"taxonomy":"category","description":"","parent":0,"count":686,"filter":"raw"},{"term_id":37101,"name":"Announcements","slug":"announcements","term_group":0,"term_taxonomy_id":37101,"taxonomy":"category","description":"","parent":0,"count":1957,"filter":"raw"},{"term_id":738191,"name":"Developers","slug":"developers","term_group":0,"term_taxonomy_id":738191,"taxonomy":"category","description":"","parent":0,"count":420,"filter":"raw"}],"product_data":[{"term_id":766242,"name":"ArcGIS Maps SDK for Unreal Engine","slug":"unreal-engine","term_group":0,"term_taxonomy_id":766242,"taxonomy":"product","description":"","parent":36601,"count":28,"filter":"raw"},{"term_id":36601,"name":"Developers","slug":"developers","term_group":0,"term_taxonomy_id":36601,"taxonomy":"product","description":"","parent":0,"count":761,"filter":"raw"}],"primary_product_link":"https:\/\/www.esri.com\/arcgis-blog\/?s=#&products=unreal-engine","_links":{"self":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/2448322","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog"}],"about":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/types\/blog"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/users\/5171"}],"replies":[{"embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/comments?post=2448322"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/blog\/2448322\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/media?parent=2448322"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/categories?post=2448322"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/tags?post=2448322"},{"taxonomy":"industry","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/industry?post=2448322"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.esri.com\/arcgis-blog\/wp-json\/wp\/v2\/product?post=2448322"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}