Preprocessor errors: Difference between revisions

From Unreal Wiki, The Unreal Engine Documentation Site
Eliot (talk | contribs)
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…'
 
00zX (talk | contribs)
 
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 13:40, 8 November 2010

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 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