Interface errors

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 05: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)

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