Code:
PostProcessEffect = PlayerController.PlayerPostProcess.FindPostProcessEffect(PostProcessEffectName);
The compile says Bad or Missing Expression for token: PlayerController, in '='
The previous code works fine, I'm using it in a custom Pawn class.
Is there some specific way I should use this code? Any advice would be good

Leave a comment: