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
148 questions
1
vote
1 answer

UDK Where did AnimatedCamera go?

I'm porting a game from UT3 to UDK. One of the classes is a subclass of AnimatedCamera. However, AnimatedCamera seems to be missing from the UDK, as the compiler kindly tells me: Error, Superclass AnimatedCamera of class ZCam not found Where did…
Ricket
  • 33,368
  • 30
  • 112
  • 143
1
vote
1 answer

UDK "Error, Accessing a member of _'s within class through a context expression requires explicit 'Outer'"

I get the following error in the UDK Frontend when I try to make my project: C:\UDK\UDK-2010-03\Development\Src\FixIt\Classes\ZInteraction.uc(58) : Error, Accessing a member of GameUISceneClient's within class through a context expression requires…
Ricket
  • 33,368
  • 30
  • 112
  • 143
1
vote
1 answer

Is there a way to emulate an android application within a windows program?

I realize it is an odd request, but I'm trying to enable an android app running within a windows program. It doesn't technically need to run within the program, but I would like to display the android app interface within my program along with being…
1
vote
1 answer

How to use TCPlink in Using unreal Game Engine to connect to MYSQL?

I am using to unreal game engine to develop my new game and I need to connect to my MySQL database (probably using PHP) from my game to store and retrieve data. I check on the internet but couldn't find how to use TCPlink in code. Please Help.
1
vote
0 answers

Building Unreal Engine 4 on OS X - Xcode 5.1 error

I have been trying to build UE4 on mac for the past hour or so. I have the project files generated, opened in Xcode, selected to build UE4Editor but after a while I get the following errors. ERROR: UBT ERROR: Failed to produce item:…
Eweie
  • 11
  • 1
  • 3
1
vote
1 answer

Interval between Enemy Shots

I am working on a simple project that will serve as pillar to future ones. My problem is. When I move from my "Seeking" state to my "attacking" state, I check if I am within the enemies fire range. If I am, it shoots at me. To do this I placed a…
1
vote
2 answers

decreasing gravity in udk?

I am trying to create a mod in udk by adding jetpacks, so I need the players to jump very high, I can't figure out how to do this in unreal script. Can someone explain how to do this or point me to a good tutorial. thanks
n0ob
  • 1,275
  • 8
  • 20
  • 23
1
vote
1 answer

Unreal Development Kit Portals/Teleporters

I'm trying to use UTTeleporterCustomMeshes in UDK in a way that is similar to the behavior in the game Portal (the actual portal itself, not the portal gun). That is: You can shoot through them as well as walk through them (DONE) It appears as if…
Phil D.
  • 251
  • 4
  • 17
1
vote
1 answer

UDK Learning Help For A Software Engineer‏

i am a Software Engineer and i have a Game Passion. I am learning Unreal Development Kit now a days. I just want to know that as a Software Engineer what areas of Unreal Development Kit should i learn? and what should i know of Unreal Development…
Haseeb Khan
  • 930
  • 3
  • 19
  • 41
1
vote
2 answers

Game Development for Android and iOS

Can we develop games for Android and iOS on Unreal Development Kit? I am planning to make games for both platforms, so my questions are: Will I have to make games separately for different platforms? Is developing games for mobile platforms…
Alfred
  • 1,543
  • 7
  • 33
  • 45
1
vote
1 answer

Unreal Development Kit Layers Not Showing Up

While using the UDK im trying to paint the height map with different texture, so ier setup the layers and texture samples but when i try and add them so i can paint them i get the blue and white boxes. Any help? Screenshot of materials in the…
1
vote
1 answer

Future-like MMO, engine choice?

We are a small group of developers and we want to create a Future-like MMO which will combine City building, RTS, Economic and Political type of games. We are unsure if we should develop a DirectX9 engine from scratch or use tools like XNA,…
1
vote
1 answer

Using a simulated event BecomeViewTarget to make an isometric camera

I'm following a tutorial on making a top down/isometric camera and have run into a bit of a snag. See, the following comes up when I compile. BGCGamePawn.uc(15) : Error, Type mismatch in '=' Now, I've managed to get this far so I understand that…
1
vote
4 answers

UDK March 2012 vs CryEngine 3 (for a Job in the future?)

I'm getting into game development right now, and I want to do 3D games. I have been checking out UDK, Unity, and CryEngine 3 SDK. All of them, I can see, have their pros and cons. Unity, however, I am starting to rule out because I'm wanting to do…
0
votes
1 answer

C# - Capture Output from a Child Window of a new Process

Okay, im not going to piddle foot around and dance around what im doing. Straight up, im trying to make a GUI UnrealScript compiler for the Unreal Development Kit in C#. The exact nature is for something bigger, but this is whats happening: I start…