<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to modify a layer in a blueprint in ArcGIS Maps SDK for Unreal Engine Questions</title>
    <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/how-to-modify-a-layer-in-a-blueprint/m-p/1221190#M88</link>
    <description>&lt;P&gt;We will try to clean up the api so it is more obvious where it needs to be changed.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Oct 2022 16:55:50 GMT</pubDate>
    <dc:creator>Matt_Nelson</dc:creator>
    <dc:date>2022-10-12T16:55:50Z</dc:date>
    <item>
      <title>How to modify a layer in a blueprint</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/how-to-modify-a-layer-in-a-blueprint/m-p/1220119#M74</link>
      <description>&lt;P&gt;Can I edit a layer in a Blueprint? Like transparency, visibility, or adding and removing layers.&lt;/P&gt;&lt;P&gt;I tried using the Create Arc GisImage Layer with Properties function and it didn't work.&lt;/P&gt;&lt;P&gt;I don't know if I'm going in the wrong direction.&lt;/P&gt;&lt;P&gt;ArcGis-&amp;gt;MapComponent-&amp;gt;GetLayers,I can get an array, but I don't know how to convert each item to get the layer I want.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Oct 2022 09:53:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/how-to-modify-a-layer-in-a-blueprint/m-p/1220119#M74</guid>
      <dc:creator>threeooo</dc:creator>
      <dc:date>2022-10-08T09:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify a layer in a blueprint</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/how-to-modify-a-layer-in-a-blueprint/m-p/1220143#M76</link>
      <description>&lt;P&gt;My fault . The example provided was found last night&lt;/P&gt;</description>
      <pubDate>Sun, 09 Oct 2022 01:12:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/how-to-modify-a-layer-in-a-blueprint/m-p/1220143#M76</guid>
      <dc:creator>threeooo</dc:creator>
      <dc:date>2022-10-09T01:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify a layer in a blueprint</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/how-to-modify-a-layer-in-a-blueprint/m-p/1220170#M77</link>
      <description>&lt;P&gt;How did you solve it ? I tried to get layers from map component and it's not working&lt;/P&gt;</description>
      <pubDate>Sun, 09 Oct 2022 13:33:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/how-to-modify-a-layer-in-a-blueprint/m-p/1220170#M77</guid>
      <dc:creator>yolanda_zyq</dc:creator>
      <dc:date>2022-10-09T13:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify a layer in a blueprint</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/how-to-modify-a-layer-in-a-blueprint/m-p/1220900#M81</link>
      <description>&lt;P&gt;If you want to modify layers instead work with the layers list on the View. In other words MapComponent-&amp;gt;GetView()-&amp;gt;GetMap()-&amp;gt;GetLayers&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2022 21:12:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/how-to-modify-a-layer-in-a-blueprint/m-p/1220900#M81</guid>
      <dc:creator>Matt_Nelson</dc:creator>
      <dc:date>2022-10-11T21:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify a layer in a blueprint</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/how-to-modify-a-layer-in-a-blueprint/m-p/1221022#M85</link>
      <description>&lt;P&gt;是的，你是对的。此方法将获取图层。&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 08:48:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/how-to-modify-a-layer-in-a-blueprint/m-p/1221022#M85</guid>
      <dc:creator>threeooo</dc:creator>
      <dc:date>2022-10-12T08:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify a layer in a blueprint</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/how-to-modify-a-layer-in-a-blueprint/m-p/1221027#M86</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Get the Map Component, connect the Get Map() function, and use the GetLayers() function. At this point, we can get all the layers loaded. To get a specific layer, use the GetSize() function.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My method:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;All layers: GetMapComponent() -&amp;gt; GetMap() -&amp;gt;GetLayers()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;One layer: GetMapComponent() -&amp;gt; GetMap() -&amp;gt;GetLayers() -&amp;gt;At(Position)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I also have a problem: GetMapComponent() -&amp;gt;GetView()-&amp;gt; GetMap(), which can also get layers, so what the GetView() function does, I can't understand at the moment.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 09:05:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/how-to-modify-a-layer-in-a-blueprint/m-p/1221027#M86</guid>
      <dc:creator>threeooo</dc:creator>
      <dc:date>2022-10-12T09:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify a layer in a blueprint</title>
      <link>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/how-to-modify-a-layer-in-a-blueprint/m-p/1221190#M88</link>
      <description>&lt;P&gt;We will try to clean up the api so it is more obvious where it needs to be changed.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2022 16:55:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-maps-sdk-for-unreal-engine-questions/how-to-modify-a-layer-in-a-blueprint/m-p/1221190#M88</guid>
      <dc:creator>Matt_Nelson</dc:creator>
      <dc:date>2022-10-12T16:55:50Z</dc:date>
    </item>
  </channel>
</rss>

