PDA

View Full Version : Code Orientation



MichaelBHG
11-13-2009, 07:57 PM
How do we get access to https://udn.epicgames.com/Three/CodeOrientation

I thought UDK devs had access to the entire wiki. I assume Code Orientation must hold the secrets to the actual source code to Unreal Engine 3. If not, then I would like to find a place of reference so I can better understand UnrealScript and teach myself how to use it to better aid my team in development.

Wormbo
11-13-2009, 08:07 PM
No, only licensees have access to the entire UDN. Much of it documents internal workings of the engine. You don't need to know those things to understand UnrealScript. Stick with the public UDN docs and UnrealWiki (new (http://wiki.beyondunreal.com/UnrealScript_overview)/old (http://wiki.beyondunreal.com/Legacy:UnrealScript)) and of course the source code itself to learn the language.

MichaelBHG
11-13-2009, 08:17 PM
Thanks, I will. We're still trying to get a good understanding how things work. I do appreciate the response! :)

Steve Polge
11-14-2009, 11:22 AM
CodeOrientation is only useful if you have C++ source access. The red links contain information that is either confidential, or (in the majority of cases) is only relevant to a licensee with source code access.