Hey guys... I'm starting to play around with Unreal Script and I have a small error that's stopping me. I used pre made code from the Unreal site to make a top down view perspective, but I need to get whats there working before I go editing it.
Basically, I get warning messages saying:
I'm a bit new to the programming world... and Unreal Script. If someone can help me out and show me how to fix this I'd appreciate that.Code:Warning/Error Summary --------------------- D:\UDK\UDK-2010-09\Development\Src\UTGame\Classes\UDNGame.uc(5) : Warning, ClassProperty Engine.GameInfo:DefaultPawnClass: unresolved reference to 'class'UDNExamples.UDNPawn'' D:\UDK\UDK-2010-09\Development\Src\UTGame\Classes\UDNGame.uc(5) : Warning, Invalid property value in defaults: DefaultPawnClass=class'UDNExamples.UDNPawn' D:\UDK\UDK-2010-09\Development\Src\UTGame\Classes\UDNGame.uc(6) : Warning, ClassProperty Engine.GameInfo:PlayerControllerClass: unresolved reference to 'class'UDNExamples.UDNPlayerController'' D:\UDK\UDK-2010-09\Development\Src\UTGame\Classes\UDNGame.uc(6) : Warning, Invalid property value in defaults: PlayerControllerClass=class'UDNExamples.UDNPlayerController'










Bookmarks