Using of UE4 private classes

Hi!

I want to use standard blueprint schema action FEdGraphSchemaAction_K2AddEvent in my custom schema. I have added BlueprintGraph to the PrivateDependencyModuleNames but steal have linker error method FEdGraphSchemaAction_K2AddEvent::PerformAction not found. How can I fix it? Can I use private classes of unreal engine?