"Calculate Direction" Node in C++

The KismetAnimationLibrary.h header file refers to the AnimGraphRuntime module, which may not be included in your project by default.
Open your project’s .Build.cs file and add AnimGraphRuntime to the PublicDependencyModuleNames or PrivateDependencyModuleNames section:

1 Like