I added a few source code files inside UE. I put them inside "Epic Games\UE_4.27\Engine\Source"
How can I compile the newly-added files so that I can use them as nodes inside my BluePrint.
(The new node is an animation node. I placed the .cpp and .h files of the editor and runtime inside the proper folders. I want to use them inside the AnimGraph of the AnimBP.)