unreal-development-kit

Debugging UDK using nFringe in Visual Studio 2005

梦想与她 提交于 2020-01-05 07:25:10
问题 This is a pretty niche question, so I am not expecting a huge response... Basically, I am learning how to use the UDK by following some tutorials, namely this one: http://forums.epicgames.com/showthread.php?p=27043379#post27043379 So far everything is going pretty well. The only real hangup I've had is getting everything to work in Visual Studio 2005 using this nFringe plugin. For a long time, couldn't get them to work at all. I've gotten into two or three chapters of the tutorial, and I've

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

百般思念 提交于 2019-12-11 07:07:55
问题 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 explicit 'Outer' The class ZInteraction extends Interaction . Line 58 is: GetSceneClient().ConsoleCommand("KEYNAME"@Key); What is the problem here? I am still investigating and I will update as I find out more. edit: Tried fixing the line up as