<?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 Multiplayer Sessions in your Unreal Engine 4 game	</title>
	<atom:link href="https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/feed/" rel="self" type="application/rss+xml" />
	<link>https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/</link>
	<description>Detailed Game Programming Tutorials</description>
	<lastBuildDate>Fri, 05 Feb 2021 00:05:34 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>
	<item>
		<title>
		By: Matt		</title>
		<link>https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-1139</link>

		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Fri, 05 Feb 2021 00:05:34 +0000</pubDate>
		<guid isPermaLink="false">https://couchlearn.com/?p=382#comment-1139</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-1137&quot;&gt;Dealman&lt;/a&gt;.

I do agree with this. I came to this conclusion however by trying multiple different values. The -10 works well with every project that I have used this system in with a variety of player microphones. Some microphones do clip but adjusting the VOIP audio class and individual VOIPTalker volumes can mitigate this. Hopefully in future engine versions we can get simpler BP exposed controls for VOIPTalker.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-1137">Dealman</a>.</p>
<p>I do agree with this. I came to this conclusion however by trying multiple different values. The -10 works well with every project that I have used this system in with a variety of player microphones. Some microphones do clip but adjusting the VOIP audio class and individual VOIPTalker volumes can mitigate this. Hopefully in future engine versions we can get simpler BP exposed controls for VOIPTalker.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dealman		</title>
		<link>https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-1137</link>

		<dc:creator><![CDATA[Dealman]]></dc:creator>
		<pubDate>Thu, 04 Feb 2021 18:41:29 +0000</pubDate>
		<guid isPermaLink="false">https://couchlearn.com/?p=382#comment-1137</guid>

					<description><![CDATA[While this works fairly nicely, it&#039;s also worth pointing out that by default the input gain for VOIP is set to -10.0f but seems to be parsed as +10.0f.

So if you&#039;re going through these tutorials and find that the voice is peaking horrendously as if your headphones are about to explode - this is why.

Set it to something like 1.0 instead via the console/ExecuteConsoleCommand - &quot;voice.MicInputGain 1.0&quot;. And then your voice should be crisp and clear albeit maybe a bit quiet.]]></description>
			<content:encoded><![CDATA[<p>While this works fairly nicely, it&#8217;s also worth pointing out that by default the input gain for VOIP is set to -10.0f but seems to be parsed as +10.0f.</p>
<p>So if you&#8217;re going through these tutorials and find that the voice is peaking horrendously as if your headphones are about to explode &#8211; this is why.</p>
<p>Set it to something like 1.0 instead via the console/ExecuteConsoleCommand &#8211; &#8220;voice.MicInputGain 1.0&#8221;. And then your voice should be crisp and clear albeit maybe a bit quiet.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt		</title>
		<link>https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-425</link>

		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Tue, 19 May 2020 12:22:31 +0000</pubDate>
		<guid isPermaLink="false">https://couchlearn.com/?p=382#comment-425</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-423&quot;&gt;Asma Rafi&lt;/a&gt;.

The sessions system is really designed use with other online subsystems. 

At the time of writing this guide I presumed developers looking for this information would already be using the Steam online subsystem or other subsystem included in Unreal Engine 4. 

If you are using the NULL subsystem the sessions system will not find the other servers unless they are in the same local network.

I will update the guide to make this clear.

Here is the link to the Steam subsystem Unreal Engine documentation: https://docs.unrealengine.com/en-US/Programming/Online/Steam/index.html]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-423">Asma Rafi</a>.</p>
<p>The sessions system is really designed use with other online subsystems. </p>
<p>At the time of writing this guide I presumed developers looking for this information would already be using the Steam online subsystem or other subsystem included in Unreal Engine 4. </p>
<p>If you are using the NULL subsystem the sessions system will not find the other servers unless they are in the same local network.</p>
<p>I will update the guide to make this clear.</p>
<p>Here is the link to the Steam subsystem Unreal Engine documentation: <a href="https://docs.unrealengine.com/en-US/Programming/Online/Steam/index.html" rel="nofollow ugc">https://docs.unrealengine.com/en-US/Programming/Online/Steam/index.html</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Asma Rafi		</title>
		<link>https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-423</link>

		<dc:creator><![CDATA[Asma Rafi]]></dc:creator>
		<pubDate>Tue, 19 May 2020 07:49:09 +0000</pubDate>
		<guid isPermaLink="false">https://couchlearn.com/?p=382#comment-423</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-367&quot;&gt;Matt&lt;/a&gt;.

Hi Matt,
It still doesn&#039;t work and I don&#039;t understand how one can find the session over the internet without mentioning the IP address. It connects from different machines which are on the same network but coming from different network doesn&#039;t connect. May be you should explain clearly how the networking will work when someone joins from another network using IP address. 

Thanks.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-367">Matt</a>.</p>
<p>Hi Matt,<br />
It still doesn&#8217;t work and I don&#8217;t understand how one can find the session over the internet without mentioning the IP address. It connects from different machines which are on the same network but coming from different network doesn&#8217;t connect. May be you should explain clearly how the networking will work when someone joins from another network using IP address. </p>
<p>Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt		</title>
		<link>https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-367</link>

		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Mon, 11 May 2020 14:28:20 +0000</pubDate>
		<guid isPermaLink="false">https://couchlearn.com/?p=382#comment-367</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-366&quot;&gt;Asma Rafi&lt;/a&gt;.

My mistake, I forgot to add to the guide that you need to port forward UDP 7777 and TCP 7777. I have adjusted the guide for this information.

Let me know if this works :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-366">Asma Rafi</a>.</p>
<p>My mistake, I forgot to add to the guide that you need to port forward UDP 7777 and TCP 7777. I have adjusted the guide for this information.</p>
<p>Let me know if this works 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Asma Rafi		</title>
		<link>https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-366</link>

		<dc:creator><![CDATA[Asma Rafi]]></dc:creator>
		<pubDate>Mon, 11 May 2020 13:54:37 +0000</pubDate>
		<guid isPermaLink="false">https://couchlearn.com/?p=382#comment-366</guid>

					<description><![CDATA[Hello,
I used your tutorial to create and join multiplayer session which works fine when on a local network. What I don&#039;t understand is how this will work outside local internet? I have port forwarded 7777 UDP on my router and set up static IP for my server machine but still when I join client from another network, it doesn&#039;t join it.. Kindly help and share more information to solve this problem. 
Thanks]]></description>
			<content:encoded><![CDATA[<p>Hello,<br />
I used your tutorial to create and join multiplayer session which works fine when on a local network. What I don&#8217;t understand is how this will work outside local internet? I have port forwarded 7777 UDP on my router and set up static IP for my server machine but still when I join client from another network, it doesn&#8217;t join it.. Kindly help and share more information to solve this problem.<br />
Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Javier Manuel Castro González		</title>
		<link>https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-341</link>

		<dc:creator><![CDATA[Javier Manuel Castro González]]></dc:creator>
		<pubDate>Mon, 04 May 2020 20:06:38 +0000</pubDate>
		<guid isPermaLink="false">https://couchlearn.com/?p=382#comment-341</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-338&quot;&gt;Matt&lt;/a&gt;.

Thank so much Matt, I received your email and checked the project and now I can found a solution to a direct IP connection.

Thanks for the effort, I feel better now :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-338">Matt</a>.</p>
<p>Thank so much Matt, I received your email and checked the project and now I can found a solution to a direct IP connection.</p>
<p>Thanks for the effort, I feel better now 🙂</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt		</title>
		<link>https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-338</link>

		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Mon, 04 May 2020 15:15:54 +0000</pubDate>
		<guid isPermaLink="false">https://couchlearn.com/?p=382#comment-338</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-330&quot;&gt;Javier Castro&lt;/a&gt;.

I&#039;m sorry to hear that you feel cheated. The session browser is mainly for users who want to extend their project to Steam or other online subsystems. I have updated the descriptions on our store to reflect this more clearly.

&lt;strong&gt;I have edited both multiplayer projects now to include a direct connect to IP section.&lt;/strong&gt; You will receive an email for the updated project files. I have also emailed you the first person multiplayer project to compensate you for the inconvenience.

Kind regards,
Matt from CouchLearn]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-330">Javier Castro</a>.</p>
<p>I&#8217;m sorry to hear that you feel cheated. The session browser is mainly for users who want to extend their project to Steam or other online subsystems. I have updated the descriptions on our store to reflect this more clearly.</p>
<p><strong>I have edited both multiplayer projects now to include a direct connect to IP section.</strong> You will receive an email for the updated project files. I have also emailed you the first person multiplayer project to compensate you for the inconvenience.</p>
<p>Kind regards,<br />
Matt from CouchLearn</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Javier Castro		</title>
		<link>https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-330</link>

		<dc:creator><![CDATA[Javier Castro]]></dc:creator>
		<pubDate>Sun, 03 May 2020 18:39:32 +0000</pubDate>
		<guid isPermaLink="false">https://couchlearn.com/?p=382#comment-330</guid>

					<description><![CDATA[Hi, I bought your multiplayer internet but I feel a little cheated...
I see that the code is the same that any local multiplayer setup, even in DefaultEngine.ini don&#039;t be any information about &quot;outside ip&quot;.

The only &quot;not default&quot; content are two widtes and the menu map who only create that widgets. The widgets itself only call the Create, Find and Join nodes, without any change respect the above screenshots.

And this three things for £12.08 (with IVA)...

How this works exactly? how the client know where to find the server when I use a the FindSession without LAN option checked? It searchs over ALL internet world until find the server? I don&#039;t understand :(

Opening port 7777 UDP in the computer it&#039;s enought? But how the client found it?

Thanks]]></description>
			<content:encoded><![CDATA[<p>Hi, I bought your multiplayer internet but I feel a little cheated&#8230;<br />
I see that the code is the same that any local multiplayer setup, even in DefaultEngine.ini don&#8217;t be any information about &#8220;outside ip&#8221;.</p>
<p>The only &#8220;not default&#8221; content are two widtes and the menu map who only create that widgets. The widgets itself only call the Create, Find and Join nodes, without any change respect the above screenshots.</p>
<p>And this three things for £12.08 (with IVA)&#8230;</p>
<p>How this works exactly? how the client know where to find the server when I use a the FindSession without LAN option checked? It searchs over ALL internet world until find the server? I don&#8217;t understand 🙁</p>
<p>Opening port 7777 UDP in the computer it&#8217;s enought? But how the client found it?</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt		</title>
		<link>https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-299</link>

		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Sun, 26 Apr 2020 18:55:43 +0000</pubDate>
		<guid isPermaLink="false">https://couchlearn.com/?p=382#comment-299</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-289&quot;&gt;Nostrildumbass&lt;/a&gt;.

Sorry for the delay. This comment wen&#039;t into the auto spam for some reason. I don&#039;t think you can load a level like this for a multiplayer session. The client may be loading a different game mode causing this crash. Loading a level with the level name and ?listen should work fine as I have tested this with many previous projects using NULL and the STEAM subsystems. The port will be 7777 as default unless setup to be different in the config.

I hope this helps!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://couchlearn.com/multiplayer-sessions-in-your-unreal-engine-4-game/#comment-289">Nostrildumbass</a>.</p>
<p>Sorry for the delay. This comment wen&#8217;t into the auto spam for some reason. I don&#8217;t think you can load a level like this for a multiplayer session. The client may be loading a different game mode causing this crash. Loading a level with the level name and ?listen should work fine as I have tested this with many previous projects using NULL and the STEAM subsystems. The port will be 7777 as default unless setup to be different in the config.</p>
<p>I hope this helps!</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 17:18:00 by W3 Total Cache
-->