Nativization on character bp!!!!

hey guys! I was trying to apply nativization on my main character which has an event tick inside. When I try to package the project it fails and reading the output log this is what I find:

error C2248: ‘APlayerController::PlayDynamicForceFeedback’: cannot access private member declared in class ‘APlayerController’
C:\Program Files\Epic Games\UE_4.21\Engine\Source\Runtime\Engine\Classes\GameFramework/PlayerController.h(1067): note: see declaration of ‘APlayerController::PlayDynamicForceFeedback’

any suggestions? Thanks guys!