I love the smell of UnrealEd crashing in the morning. – tarquin

Compiler errors overview

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 00:58, 22 April 2010 by 00zX (Talk | contribs) (UE3)

Jump to: navigation, search

UE3

Syntax Errors

Error, Failed to find DependsOn class 'interface name' while parsing 'class name' 
the Implements modifier in the class declaration contains an incorrect interface name value.
Error, Could not load existing package file 'package path'

Warnings

Warning, 'variable name' : local variable used before assigned a value


UE2

Legacy:Compiler_Errors

UE1