Advanced Sessions Plugin

on 4.24.2 I have a null reference Blueprint Runtime Error: “Accessed None trying to read property CallFunc_GetPlayerController_ReturnValue”. Blueprint: Menu Function: Execute Ubergraph Menu Graph: EventGraph Node: Set bShowMouseCursor
Blueprint Runtime Error: “Accessed None trying to read property CallFunc_Create_ReturnValue”. Blueprint: Menu Function: Execute Ubergraph Menu Graph: EventGraph Node: Add to Viewport

it’s probably the Set bShowMouseCursor needs to be a variable that’s set. Add to Viewport is right before it in the blueprint graph flow.

I can take a lot of screenshots but I’m following this: https://www.youtube.com/watch?v=blsUcn3G03I&list=PL3TrrCsmmxllnBvhucQ4c683a2VltXBx6&index=4

and I can’t really figure out where I should set bShowMouseCursor >_>

any help would be appreciated. I was also curious if it’s a bug with the engine.