Where is this function coming from?

Hello there! I am picking through tansuergene’s horror engine, specifically his camera bobble for walking and jumping currently. Please note I am extremely new to blue print coding and UE5. He has a custom function that is called Client Play Camera Shake; What is weird is when I right-click and press Goto Definition nothing comes up as well as when I right-click in blank space and search for the node nothing comes up I cant double click it and find its declaration either. Here is what it looks like;

If anyone can tell me what this node is or how I could replicate it that would be greatly appreciated.

you can always check the unreal documentation to find more about nodes and functions

How could I insert it in to a blueprint though? When I search for it nothing comes up.

  1. Nodes often show their target. This one does too: Target is Player Controller. Drag a pin from GetPlayerController and you’ll find it.
  2. Right click menu is context sensitive by default. Uncheck that box if you can’t find a node, and maybe you will.

I literally just clicked the context button just before I saw this. It wasn’t popping up due to that thanks so much!