Function to Activate or Deactivate the Viewport for a Valid Local Player
Inputs
-int32 PlayerIndex
-bool bEnable
Outputs
-bool bSuccess
Description:
If the PlayerIndex corresponds to a valid Local Player, the function will either activate or deactivate the associated viewport based on the bEnable input variable. The function will then return a boolean value indicating whether the operation was successful or not.