If I have a Blueprint Actor, and I go to its Event Graph, I can add the AI Move To function. However, if I add a custom function to the Blueprint Actor and inside the function definition I want to add the AI Move To Function, it is not possible. If I try to copy-paste the function AI Move To function the custom function, it says “One or more copied nodes could not be pasted into this graph”.
Why is it not possible to add the function AI Move To to a custom function?