I was trying to make a FirstPerson BP that allows the player to grab and rotate objects. Below are screenshots of my blueprint contents.
When I play the game in the editor, I constantly got error message “Blueprint Runtime Error: Accessed None trying to read property CallFunc_BreakHitResult_HitComponent from function: ‘ExecuteUbergraph_FirstPersonCharacter’ from node: SetRelativeRotation in graph: EventGraph in object: FirstPersonCharacter with description: Accessed None trying to read property CallFunc_BreakHitResult_HitComponent” However, I was able to perform the pickup and rotate interaction without any problem. I can even package the game and play it without having any issue.
Can anyone please help me on solving the annoying error message in editor?