So from usage and Google searches re
UDK I am guessing that Swarm is a
program within the Unreal4 engine that
manages mulitple clients to undertake
distributed compilation of primarily
Lightmass solutions but possible other
aspects of maps. {…} 1) Am I correct
above in describing Swarm or does it
do something differently than this?
Yes, Swarm (short for UnrealSwarm) is a standalone C# application that distributes units of work across multiple machines on the network. Currently, Swarm is only used in conjunction with Lightmass to pre-compute lighting for levels, but the application itself is task agnostic, which means that it can work with any other type of task as well. We just haven’t taken advantage of that yet.
- Is there documentation available
for its set up or operation?
UnrealSwarm was created for Unreal Engine 3, and it looks like the documentation hasn’t made it into the UE4 Docs web site yet. That being said, Swarm hasn’t really changed (except for a few bug fixes), so the old documentation still applies. You can find it here:
http://udn.epicgames.com/Three/Swarm.html
http://udn.epicgames.com/Three/Devel…#Swarm%20Setup
- Do I need to install the full
Unreal Engine on the distributed
clients or is there a sub-set I can
use (what is the minimum client to
place on slaves?)?
No, you do not need to install Unreal Engine on the Swarm agent machines. Swarm will automatically transfer all files (including binaries) that are needed to process a given job. The easiest way is to copy the /Engine/Binaries/DotNET/ directory from an existing UE4 installation to a new computer. Then follow the instructions on the pages linked above.
- [Unlikely I know but…] Is there
Linux version of the client? If not,
has anyone had success using a windows
VM under Linux?
UnrealSwarm currently only runs on Windows operating systems. You may be able to get it to run in a Windows emulator on Linux. We briefly had a version that worked on MacOS, but newer versions of Mono introduced some breaking changes that we haven’t fixed yet. We are planning to rewrite UnrealSwarm in C++, and at that point it will also become cross-platform and seamlessly work on Linux and MacOS. There is no timeline for this project yet, but it will probably happen this year - possibly as early as this Summer.
- To start the client do I just run
the “SwarmAgent.exe” found on my
Windows Box at C:\Program Files\Unreal
Engine\4.0\Engine\Binaries\DotNET ?
Yes.
I can’t answer #5 yet because when I
execute the executable I get a
“Register for Visual Studio C++ dialog
box” - Made me laugh that an
executable needs registration with
Microsfot to run, it has been a long
time since using Windows
You may be missing some prerequisites for UnrealSwarm. Make sure that the latest version of the .NET Framework is installed on your computer. You may also need the Visual Studio redistributable package. The easiest way to install prerequisites is to install /Engine/Extras/Redist/en-us/UE4PrereqSetup.exe