how to spawn the 3d item in front of your camera

hey ,i am working on project and i was wondering how to spawn items in front of your camera

Call GetCameraView node, break the resulting output which will give you the location of the camera. Use that in conjunction with the Spawn Class node to spawn things on the camera. Of course you will have to add an offset to that location otherwise it’ll be directly on the camera. You can use GetWorldRotation on the camera, then use GetForwardXVector or something on the output, times that by 5 to put it that far and add that value to the earlier location.