Nativization error!!!!

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’

I opened it on visual studio but I have no idea on how to resolve this, any suggestions? Thanks guys!

1 Like

I have the same problem, did you find the solution?