Missing components

Hello.!

I’m a beginner and and the first thing i wanted to try was to make a door with visual scripting, by placing a box collider. But when i tried to place a box collider, i couldn’t find it at the search bar. I had much less components then the person on the tuturial video.

Is there maybe a way to download all the components like, as a single part.

Something tells me you’re trying to search for a component that has been already added rather than trying to add a new one:

If you click Add Component and type box below is, is it there then?

1 Like

Thank you very much for helping.

I wish you were right, but sadly enough. i am really typing after i clicked: “+ add”.


after i type “box”, there is nothing to see.

1 Like

I don’t have UE5 installed here, could we see what’s in that Add dropdown? Perhaps things are named differently? Are you following a UE4 or UE5 tutorial?

i did follow some tuturials, but didn’t finish yet. The thing is, i used box collision yesterday on UE5, but today. It’s just gone, when i opened a new project and deleted the one before because it was messed up.

If components are missing in a brand new project, it might be a good idea to Verify:

image

2 Likes

You are using the wrong Add button, that button is there to add new variables, functions or graphs etc. The button you’re looking for exists under the Components panel, which in your case seems to be not there. Enable it by going to Window → Components:

image

This should show you the panel, where you can add what you want:

image

4 Likes

Hello Zeaf

My Components was indeed disabeled. I don’t know how it disabeled itself because i’m pretty sure i didn’t play with the setting.

But i can add a box collider right now, thank you a lot!!!
Thank you everyone aswell!!