<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to use Structs in Unreal Engine 4	</title>
	<atom:link href="https://couchlearn.com/how-to-use-structs-in-unreal-engine-4/feed/" rel="self" type="application/rss+xml" />
	<link>https://couchlearn.com/how-to-use-structs-in-unreal-engine-4/</link>
	<description>Detailed Game Programming Tutorials</description>
	<lastBuildDate>Sat, 25 Jan 2025 17:34:10 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>
		By: luqmaan s		</title>
		<link>https://couchlearn.com/how-to-use-structs-in-unreal-engine-4/#comment-3803</link>

		<dc:creator><![CDATA[luqmaan s]]></dc:creator>
		<pubDate>Wed, 06 Sep 2023 07:04:38 +0000</pubDate>
		<guid isPermaLink="false">https://couchlearn.com/?p=785#comment-3803</guid>

					<description><![CDATA[Excellent guide on using structs in Unreal Engine 4! Structs indeed bring organization and efficiency to game development. Your step-by-step explanation and examples make it easy to implement. Thanks for sharing!]]></description>
			<content:encoded><![CDATA[<p>Excellent guide on using structs in Unreal Engine 4! Structs indeed bring organization and efficiency to game development. Your step-by-step explanation and examples make it easy to implement. Thanks for sharing!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt		</title>
		<link>https://couchlearn.com/how-to-use-structs-in-unreal-engine-4/#comment-2666</link>

		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Thu, 07 Jul 2022 22:44:24 +0000</pubDate>
		<guid isPermaLink="false">https://couchlearn.com/?p=785#comment-2666</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://couchlearn.com/how-to-use-structs-in-unreal-engine-4/#comment-2339&quot;&gt;Dorothé&lt;/a&gt;.

BP Structs cannot be used in C++. You will have to make the USTRUCT in C++ and expose it to Blueprints in the code.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://couchlearn.com/how-to-use-structs-in-unreal-engine-4/#comment-2339">Dorothé</a>.</p>
<p>BP Structs cannot be used in C++. You will have to make the USTRUCT in C++ and expose it to Blueprints in the code.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dorothé		</title>
		<link>https://couchlearn.com/how-to-use-structs-in-unreal-engine-4/#comment-2339</link>

		<dc:creator><![CDATA[Dorothé]]></dc:creator>
		<pubDate>Tue, 19 Apr 2022 09:00:36 +0000</pubDate>
		<guid isPermaLink="false">https://couchlearn.com/?p=785#comment-2339</guid>

					<description><![CDATA[Can I access the structure using C++ ?]]></description>
			<content:encoded><![CDATA[<p>Can I access the structure using C++ ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt		</title>
		<link>https://couchlearn.com/how-to-use-structs-in-unreal-engine-4/#comment-1544</link>

		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Tue, 13 Jul 2021 13:01:12 +0000</pubDate>
		<guid isPermaLink="false">https://couchlearn.com/?p=785#comment-1544</guid>

					<description><![CDATA[Thank you so much!  Easy to read, and works!]]></description>
			<content:encoded><![CDATA[<p>Thank you so much!  Easy to read, and works!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt		</title>
		<link>https://couchlearn.com/how-to-use-structs-in-unreal-engine-4/#comment-1045</link>

		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Mon, 21 Dec 2020 14:48:41 +0000</pubDate>
		<guid isPermaLink="false">https://couchlearn.com/?p=785#comment-1045</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://couchlearn.com/how-to-use-structs-in-unreal-engine-4/#comment-1040&quot;&gt;Adrian Andersen&lt;/a&gt;.

Yes all blueprint classes can access the struct. This is done by accessing it like any other variable.

Once you have a reference to the object with the struct variable use a Get STRUCTNAME node and you can access the data.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://couchlearn.com/how-to-use-structs-in-unreal-engine-4/#comment-1040">Adrian Andersen</a>.</p>
<p>Yes all blueprint classes can access the struct. This is done by accessing it like any other variable.</p>
<p>Once you have a reference to the object with the struct variable use a Get STRUCTNAME node and you can access the data.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Adrian Andersen		</title>
		<link>https://couchlearn.com/how-to-use-structs-in-unreal-engine-4/#comment-1040</link>

		<dc:creator><![CDATA[Adrian Andersen]]></dc:creator>
		<pubDate>Sun, 20 Dec 2020 19:07:29 +0000</pubDate>
		<guid isPermaLink="false">https://couchlearn.com/?p=785#comment-1040</guid>

					<description><![CDATA[Can a another blueprint accsess the structure?]]></description>
			<content:encoded><![CDATA[<p>Can a another blueprint accsess the structure?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt		</title>
		<link>https://couchlearn.com/how-to-use-structs-in-unreal-engine-4/#comment-585</link>

		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Fri, 19 Jun 2020 01:02:30 +0000</pubDate>
		<guid isPermaLink="false">https://couchlearn.com/?p=785#comment-585</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://couchlearn.com/how-to-use-structs-in-unreal-engine-4/#comment-581&quot;&gt;HLEB VASILCHANKA&lt;/a&gt;.

If you are referring to an ARRAY you can use structs easily. Right clicking on the struct pin in the array nodes will let you set the individual values of the struct inside the array.

Sets can be used for structs but can&#039;t be changed during runtime.

Here is the documentations for sets.
https://docs.unrealengine.com/en-US/Engine/Blueprints/UserGuide/Sets/index.html]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://couchlearn.com/how-to-use-structs-in-unreal-engine-4/#comment-581">HLEB VASILCHANKA</a>.</p>
<p>If you are referring to an ARRAY you can use structs easily. Right clicking on the struct pin in the array nodes will let you set the individual values of the struct inside the array.</p>
<p>Sets can be used for structs but can&#8217;t be changed during runtime.</p>
<p>Here is the documentations for sets.<br />
<a href="https://docs.unrealengine.com/en-US/Engine/Blueprints/UserGuide/Sets/index.html" rel="nofollow ugc">https://docs.unrealengine.com/en-US/Engine/Blueprints/UserGuide/Sets/index.html</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: HLEB VASILCHANKA		</title>
		<link>https://couchlearn.com/how-to-use-structs-in-unreal-engine-4/#comment-581</link>

		<dc:creator><![CDATA[HLEB VASILCHANKA]]></dc:creator>
		<pubDate>Thu, 18 Jun 2020 17:45:25 +0000</pubDate>
		<guid isPermaLink="false">https://couchlearn.com/?p=785#comment-581</guid>

					<description><![CDATA[Can I use Set-array for Structure? I tried but after Add me Set is empty]]></description>
			<content:encoded><![CDATA[<p>Can I use Set-array for Structure? I tried but after Add me Set is empty</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: couchlearn.com @ 2026-04-15 16:11:54 by W3 Total Cache
-->