Questions tagged [unreal-development-kit]

Unreal Development Kit (Game Engine)

Unreal Development Kit is a Game Engine which provide development for DirectX 9/10/11 PCs, the Xbox 360, the PlayStation 3, and OpenGL-based OSes (Mac OS X, iOS). Minimum and recommended system requirements are:

Minimum:

Windows XP SP2 or Windows Vista
2.0+ GHz processor
2 GB system RAM
SM3-compatible video card
3 GB free hard drive space

Recommended for Content Development:

Windows Vista 64 SP2
2.0+ GHz multi-core processor
8 GB System RAM
NVIDIA 8000 series or higher graphics card
Plenty of HDD space
135 questions
9
votes
1 answer

Resources for UnrealScript

Now that the Unreal Development Kit is out and free to use by anyone, I am pretty excited to try it out. My understanding is that the programming is done through scripting in UnrealScript, I am wondering if any of you guys know of any good articles,…
Jorge Israel Peña
  • 32,778
  • 15
  • 83
  • 118
7
votes
1 answer

Why GetAllActorsOfClass returns empty?

I have a PlayerControl.cpp class which derives from Pawn class In that class , I have a method to get all Actors in Map TSubclassOf ClassToFind; TArray FoundEnemies; UGameplayStatics::GetAllActorsOfClass(GetWorld(), ClassToFind,…
Kas
  • 3,209
  • 3
  • 22
  • 51
4
votes
4 answers

UDK Tutorials for the Absolute Beginner

I am currently interested in game developing. I know a little bit of C# and I am pretty fluent in Java and VB.NET. My friend told me the UDK is the best free game development software out there. I downloaded it and played around with it for a…
Griffin
  • 423
  • 1
  • 10
  • 27
3
votes
2 answers

Getting Started with UDK

I've been trying for a couple of days now to learn UDK, but I seem to be stuck at making that leap to understanding how everything works together. I understand the syntax, that's all well and good, and I pretty much get how classes and .ini files…
Sean Edwards
  • 2,004
  • 1
  • 18
  • 19
3
votes
0 answers

Unreal Engine 3 and OpenGL/Linux

I currently have some issues while developing a game. I wanted to use the Unreal Engine 3 (or rather UDK) since it suits perfect to our needs. Whatsoever, a multi-platform experiencies is a essencial aim. The UDK and Unreal Engine 3 is compatible…
DevilsJin
  • 99
  • 11
3
votes
2 answers

Using Unreal 3 Engine within a .NET application

Now that the Unreal Development Kit for Unreal 3 engine is free I am thinking about utilizing it for an appication. Do you think it is possible to emebedd a Unreal 3 powered 3D window into a .NET (WPF or Windows Forms) and control parts of the…
bitbonk
  • 45,662
  • 32
  • 173
  • 270
3
votes
3 answers

Can the UDK be used for non-game projects?

This is a pretty basic question. I am wondering if the Unreal Development Kit can be used for something other than games, specifically a light show simulator and editor. The site says: Unreal Engine 3 has been used by game developers, researchers,…
Jorge Israel Peña
  • 32,778
  • 15
  • 83
  • 118
3
votes
2 answers

UDK Scaleform 4 AS3 cross-domain URLRequest possible?

I want to post and get Highscores for my UDKGame via HTTP Requests to my webserver with an online Mysql database, Scaleform 4 (AS3) and PHP. Unfortunately I think that may not be possible, considering this document:…
3
votes
3 answers

What GUI framework or libs are used in Unreal Engine 4 Feature Demo?

Unreal Engine 4 GUI like this: https://pcper.com/2012/06/e3-12-unreal-engine-4-what-you-and-we-missed-at-gdc/ Unreal Engine 3 use wxwidgets,but in UE4 it looks like .NET Framework WPF. The GUI in UE4 is fantastic. P.S. Microsoft Expression Studio 4…
EncomX
  • 71
  • 1
  • 5
2
votes
1 answer

Connect to a server in UnrealScript

I've created a custom matchmaking server for my UDK game in Lisp, with an UnrealScript front end that uses TcpLink. The process is very simple, with just a name and some params being sent to the Lisp server, and a port number sent back. My question…
Samuel Breese
  • 724
  • 9
  • 26
2
votes
2 answers

Unity 3D vs. UDK 3 for iOS

I have a couple ideas for some 3D games/apps and need to know which 3D engine to go with. I like the high-level approach of Unity and UDK. I have done some 2D games using cocos2d before, but I'm entirely new to the 3D world, which is why i think…
Maciej Swic
  • 10,562
  • 8
  • 46
  • 64
2
votes
0 answers

UDK HUD problem

hello im trying to add a new element to the hud its spoused to be a compass that should function like the minimap Ive add this code to the main hud.swf var DcompassContainer:MovieClip = this.createEmptyMovieClip("DcompassContainer",…
2
votes
2 answers

Is UDK the same as UE4?

I want to start on learning to develop games using Unreal Engine. I have found tutorials but they all use UDK, and since I am using Mac OS X, I can't have UDK but instead UE4. My question is, is UDK and UE4 similar with UE4 being improved, and can I…
coding4fun
  • 3,294
  • 1
  • 13
  • 23
2
votes
2 answers

How do I add starter content to a project manually?

I think I'm experiencing a bug where if I delete a project, then create a project with the same name indicating I want it to have starter content, it doesn't appear.
Regnarg
  • 817
  • 1
  • 7
  • 18
2
votes
3 answers

Can I use C++ with UDK?

Can I use C++ with UDK? I know they mention unrealscript on their page but I've also heard that C++ can be used instead, is that so?
smallB
  • 14,808
  • 29
  • 97
  • 144
1
2 3
8 9