Mostly Harmless

Difference between revisions of "Compiler errors overview"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
(Created page with '==UE3== ===Syntax Errors=== ;Error, Failed to find DependsOn class 'interface name' while parsing 'class name' {{expand}} ==UE2== Legacy:Compiler_Errors ==UE1==')
 
(UE3)
Line 1: Line 1:
 
==UE3==
 
==UE3==
 
===Syntax Errors===
 
===Syntax Errors===
;Error, Failed to find DependsOn class 'interface name' while parsing 'class name'
+
;Error, Failed to find DependsOn class 'interface name' while parsing 'class name' : the [[Classes|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
 
{{expand}}
 
{{expand}}
 +
 
==UE2==
 
==UE2==
 
[[Legacy:Compiler_Errors]]
 
[[Legacy:Compiler_Errors]]
 
==UE1==
 
==UE1==

Revision as of 00:58, 22 April 2010

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