Inspecting Item error the item not move and the background got blur

Hi, Thank for your interest i just got a question to solve this problem

Now I’m working on interact and inspect items in my first horror game for the inspect system i watched this tutorials https://www.youtube.com/watch?v=SKO4DDjnP70&t=3442s which such a great tutorials and i’ve adapted it for my version

i just got one problems which is when i frequently click the left and right mouse together
(for inspect item) some times the background still blur and the inspect item don’t move near the camera

i’ve do the auto depth which will focus the near item

like this

this function will stop when inspect the item in this graph

InitializedDepth

ToggleDepth

:white_check_mark: Correct


:cross_mark: Incorrect

This is the graph of starting the interact

This is the interact(also inspect) in my BP_interactableItem this rest is similar to the tutorial
toggle inspecting function is use for showing the widget of item info


from all of this i’ve check the inspecting value in the bp_player when the error happened the inspecting value is true which mean it’s inspecting but the item not attach to the camera i though it’s might be the Do Once node but i’m not sure and which node can replace this

Ok, guys thanks for reading this after many day try to solved this problem i finally found out how to fixed this it’s be cause at the right click mouse button in the interactableItem i have enable the user input before disable the items input so when it’s click real fast it’s somehow doing the inspecting and quit inspecting together so the solution is i just move the enable player input node to the end of the function before going to the reset at the do once node and after try many times it’s work not happened again so i would like to share this to you guys might help some of you, sorry for not clear and understanble clearly im try to improve it