Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

Difference between revisions of "Preprocessor errors"

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
m (Created page with '{{stub}} ==Errors== ;Error, End of script encountered while attempting to parse macro parameter : ;Error, Unknown macro 'macroname'. : The used macro does not exist, be sure that…')
 
(Errors)
 
Line 3: Line 3:
 
;Error, End of script encountered while attempting to parse macro parameter :
 
;Error, End of script encountered while attempting to parse macro parameter :
 
;Error, Unknown macro 'macroname'. : The used macro does not exist, be sure that the macro you are trying to use actually exists, if it does and this error still remains then you are probably trying to use a macro that was included or defined in the parentclass of your class.
 
;Error, Unknown macro 'macroname'. : The used macro does not exist, be sure that the macro you are trying to use actually exists, if it does and this error still remains then you are probably trying to use a macro that was included or defined in the parentclass of your class.
 +
;Error, Unterminated macro name :
 
{{expand}}
 
{{expand}}
  
 
[[Category:Compiler errors]]
 
[[Category:Compiler errors]]

Latest revision as of 14:40, 8 November 2010

Errors[edit]

Error, End of script encountered while attempting to parse macro parameter 
Error, Unknown macro 'macroname'. 
The used macro does not exist, be sure that the macro you are trying to use actually exists, if it does and this error still remains then you are probably trying to use a macro that was included or defined in the parentclass of your class.
Error, Unterminated macro name