Why does BindKey cause Link error?

Probably because your project is missing some dependencies:

search a MyProject.Build.cs somewhere in the MyProject\Source\MyProject\ directory and add

“SlateCore”,
“Slate”,

in the PublicDependencyModuleNames section.

4 Likes