My program doesn't have bugs. It just develops random features.

Interface errors

From Unreal Wiki, The Unreal Engine Documentation Site
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)