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
Correct

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