<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ue4 stat Archives - Couch Learn</title>
	<atom:link href="https://couchlearn.com/tag/ue4-stat/feed/" rel="self" type="application/rss+xml" />
	<link>https://couchlearn.com/tag/ue4-stat/</link>
	<description>Detailed Game Programming Tutorials</description>
	<lastBuildDate>Sat, 25 Jan 2025 17:33:43 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.5</generator>

<image>
	<url>https://couchlearn.com/wp-content/uploads/2020/05/cropped-logolarge-32x32.png</url>
	<title>ue4 stat Archives - Couch Learn</title>
	<link>https://couchlearn.com/tag/ue4-stat/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Show FPS Counter in Unreal Engine 4</title>
		<link>https://couchlearn.com/show-fps-counter-in-unreal-engine-4/</link>
					<comments>https://couchlearn.com/show-fps-counter-in-unreal-engine-4/#respond</comments>
		
		<dc:creator><![CDATA[Matt]]></dc:creator>
		<pubDate>Mon, 06 Jan 2020 01:56:11 +0000</pubDate>
				<category><![CDATA[Easy Difficulty]]></category>
		<category><![CDATA[UE4 Basics]]></category>
		<category><![CDATA[Unreal Basics]]></category>
		<category><![CDATA[Unreal Engine]]></category>
		<category><![CDATA[fps]]></category>
		<category><![CDATA[show framerate]]></category>
		<category><![CDATA[ue4]]></category>
		<category><![CDATA[ue4 stat]]></category>
		<category><![CDATA[unreal engine]]></category>
		<category><![CDATA[unreal engine 4]]></category>
		<category><![CDATA[unreal engine stat]]></category>
		<guid isPermaLink="false">https://couchlearn.com/?p=1017</guid>

					<description><![CDATA[<p>One essential debugging feature in any game engine is the frame rate counter also known as the FPS counter. In this quick guide we will <a class="mh-excerpt-more" href="https://couchlearn.com/show-fps-counter-in-unreal-engine-4/" title="Show FPS Counter in Unreal Engine 4">[...]</a></p>
<p>The post <a href="https://couchlearn.com/show-fps-counter-in-unreal-engine-4/">Show FPS Counter in Unreal Engine 4</a> appeared first on <a href="https://couchlearn.com">Couch Learn</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>One essential debugging feature in any game engine is the frame rate counter also known as the FPS counter.<br><br>In this quick guide we will show you how to enable this feature inside Unreal Engine 4 and how to show this counter while the game is being played; even after packaging.</p>



<h3 class="wp-block-heading">Framerate in the Editor</h3>



<p>To show the fps counter inside the editor, firstly press the small arrow button on the top left of the viewport.</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="492" src="https://couchlearn.com/wp-content/uploads/2020/01/image-1-1024x492.png" alt="Opening the dropdown box in the top left corner of the viewport." class="wp-image-1018" srcset="https://couchlearn.com/wp-content/uploads/2020/01/image-1-1024x492.png 1024w, https://couchlearn.com/wp-content/uploads/2020/01/image-1-300x144.png 300w, https://couchlearn.com/wp-content/uploads/2020/01/image-1-768x369.png 768w, https://couchlearn.com/wp-content/uploads/2020/01/image-1.png 1361w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>On this new menu, in the viewport options section, tick the &#8220;Show FPS&#8221; box.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="552" src="https://couchlearn.com/wp-content/uploads/2020/01/image-2-1024x552.png" alt="Enabling the fps counter in the viewport." class="wp-image-1019" srcset="https://couchlearn.com/wp-content/uploads/2020/01/image-2-1024x552.png 1024w, https://couchlearn.com/wp-content/uploads/2020/01/image-2-300x162.png 300w, https://couchlearn.com/wp-content/uploads/2020/01/image-2-768x414.png 768w, https://couchlearn.com/wp-content/uploads/2020/01/image-2.png 1373w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p class="has-text-align-left">In the top right of the viewport, the fps counter is now displayed with the frame time below it. Frame time is the time taken to produce one frame.</p>



<p class="has-text-align-center"><strong>16.6ms is 60FPS</strong></p>



<figure class="wp-block-image size-large"><img decoding="async" width="347" height="188" src="https://couchlearn.com/wp-content/uploads/2020/01/image-3.png" alt="The FPS counter showing inside the editor." class="wp-image-1020" srcset="https://couchlearn.com/wp-content/uploads/2020/01/image-3.png 347w, https://couchlearn.com/wp-content/uploads/2020/01/image-3-300x163.png 300w" sizes="(max-width: 347px) 100vw, 347px" /></figure>



<h3 class="wp-block-heading">Framerate Counter in Game</h3>



<p>To show the fps counter inside your game, we will firstly add the F3 keypress event to our character blueprint.</p>



<p class="has-text-align-center"><strong>This can be any key</strong> <strong>you want</strong></p>



<figure class="wp-block-image size-large"><img decoding="async" width="793" height="395" src="https://couchlearn.com/wp-content/uploads/2020/01/image-4.png" alt="Adding the f3 key press event to the player character blueprint." class="wp-image-1021" srcset="https://couchlearn.com/wp-content/uploads/2020/01/image-4.png 793w, https://couchlearn.com/wp-content/uploads/2020/01/image-4-300x149.png 300w, https://couchlearn.com/wp-content/uploads/2020/01/image-4-768x383.png 768w" sizes="(max-width: 793px) 100vw, 793px" /></figure>



<p>From the pressed execution pin, create a new &#8220;Execute Console Command&#8221; node.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="773" height="357" src="https://couchlearn.com/wp-content/uploads/2020/01/image-5.png" alt="Adding the execute console command node to the f3 key press event" class="wp-image-1022" srcset="https://couchlearn.com/wp-content/uploads/2020/01/image-5.png 773w, https://couchlearn.com/wp-content/uploads/2020/01/image-5-300x139.png 300w, https://couchlearn.com/wp-content/uploads/2020/01/image-5-768x355.png 768w" sizes="(max-width: 773px) 100vw, 773px" /></figure>



<p>Inside the Execute Console Command node, type <em>stat fps</em> into the command box. This is the command which will be sent to the game to toggle the frame rate counter on and off.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="501" height="189" src="https://couchlearn.com/wp-content/uploads/2020/01/image-6.png" alt="Executing the stat fps console command" class="wp-image-1023" srcset="https://couchlearn.com/wp-content/uploads/2020/01/image-6.png 501w, https://couchlearn.com/wp-content/uploads/2020/01/image-6-300x113.png 300w" sizes="(max-width: 501px) 100vw, 501px" /></figure>



<h3 class="wp-block-heading">Demonstration</h3>



<p>In this demonstration we show the third person example project turning the fps counter on and off during the game.</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1018" height="468" src="https://couchlearn.com/wp-content/uploads/2020/01/showfpsoptimised.gif" alt="The fps counter toggling on and off in the top right corner." class="wp-image-1024"/></figure>



<h3 class="wp-block-heading">Conclusion</h3>



<p>Your project now has access to the fps counter during editing and when you package your game into a standalone executable!<br><br>This fps counter will work correctly for all builds of the game including shipping builds.<br><br>There are many different stat commands that can display debug information to the player or tester.<br><br>Below are some links to further reading if you would like to look into the stat system further.<br><br><strong>Further Resources:<br></strong><a href="https://couchlearn.com/how-to-use-input-actions-and-input-axis-mappings-in-your-unreal-engine-4-game/">Improve this system with our guide on input actions and input axis.</a><br><br><a href="https://docs.unrealengine.com/en-US/Engine/Performance/StatCommands/index.html">Official Unreal Engine Statistics documentation.</a></p>
<p>The post <a href="https://couchlearn.com/show-fps-counter-in-unreal-engine-4/">Show FPS Counter in Unreal Engine 4</a> appeared first on <a href="https://couchlearn.com">Couch Learn</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://couchlearn.com/show-fps-counter-in-unreal-engine-4/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</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-14 16:29:02 by W3 Total Cache
-->