<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Ue4 on Simon Waite</title>
    <link>https://simonwaite.com/tags/ue4/</link>
    <description>Recent content in Ue4 on Simon Waite</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Tue, 01 Sep 2015 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://simonwaite.com/tags/ue4/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Build Scripts</title>
      <link>https://simonwaite.com/posts/ue4-build-scripts/</link>
      <pubDate>Tue, 01 Sep 2015 00:00:00 +0000</pubDate>
      <guid>https://simonwaite.com/posts/ue4-build-scripts/</guid>
      <description>&lt;p&gt;Post date: Sep 01, 2015 12:00:00 PM&lt;/p&gt;&#xA;&lt;p&gt;These are a bunch of simple scripts that I&amp;rsquo;ve put together to assist me in a few UE4 projects.&lt;/p&gt;&#xA;&lt;p&gt;I&amp;rsquo;ll update these when I use them enough times to generalise them!&lt;/p&gt;&#xA;&lt;h3 id=&#34;simple-compile-script&#34;&gt;Simple compile script.&lt;/h3&gt;&#xA;&lt;p&gt;It&amp;rsquo;s for a Mac. This might help you write your own, maybe :-)&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#75715e&#34;&gt;#!/bin/bash&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;export PROJECT_DIR&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;/Users/simon/Projects/Echo/Project&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;export ACTION&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;export PLATFORM_NAME&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;macosx&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;export CONFIGURATION&lt;span style=&#34;color:#f92672&#34;&gt;=&lt;/span&gt;DebugGame&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;cd /Users/Shared/UnrealEngine/4.9&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;/Users/Shared/UnrealEngine/4.9/Engine/Build/BatchFiles/Mac/RocketBuild.sh $ACTION ProjectEditor $PLATFORM_NAME $CONFIGURATION &lt;span style=&#34;color:#e6db74&#34;&gt;&amp;#34;&lt;/span&gt;$PROJECT_DIR&lt;span style=&#34;color:#e6db74&#34;&gt;/Project.uproject&amp;#34;&lt;/span&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;h3 id=&#34;simple-clean-scripts&#34;&gt;Simple clean scripts&lt;/h3&gt;&#xA;&lt;p&gt;Regular Project.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
