会話ウィンドウ作成時のエラー

Eを押すとテキストを進める会話ウィンドウを作成中です。

↓はレベルブループリントです。

↓はPlayer Controllerのブループリントです。

実際にゲームをプレイすると以下のエラーが出ます。

「ブループリントランタイム エラー:“プロパティ CallFunc_Array_Get_Item_1 の読み取りを試行するためのアクセスはありません”。 ブループリント: First_person_controller 関数: Execute Ubergraph First Person Controller グラフ: EventGraph ノード: Remove from Parent」

原因と解決法を知りたいです。よろしくお願いします

If you remove from the array first, then there’s no widget in the array that can be removed from parent. Try this:

Thank you very much!