Cogito, ergo sum

Interface errors

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 06:46, 1 July 2010 by Eliot (Talk | contribs) (Created page with '{{stub}} ==Errors== ;Error, Failed to find DependsOn class 'interface name' while parsing 'class name' : the Implements modifier in the class declaration contains an …')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Errors[edit]

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, Implementation of function 'function name' conflicts with interface 'interface name' - different number of parameters (2/3)