Door to small for walls!

Hi all,

I have been trying to fix this issue with a door that I paid for from the marketplace, The door is even to small or to big and that if I change the size it would look unreal, the other issue is that some doors don’t have any BP to open and close a door so it’s a right pain when trying to make a game with something that’s not working! I would prefer if someone can make a video on how to edit them doors that have no BP to open and close them and I wish not to have someone use the starter content doors due to the fact the doors I got I paid money for!

Why u no YT?

https://www.youtube.com/results?search_query=ue4+open+doors

,

The issue is that when I look on youtube they show on how to use the starter pack doors but not the doors you can buy from the marketplace, it’s not fair on me or anyone to having to be forced to use the starter content doors for the game.

Not true at all. Most of them use a custom asset.

Honestly, take a basic cube, shape it like the door, follow a tutorial to open it. You can then apply the method to anything. No one will make a tutorial just for you for an asset you obtained from a store.


The most basic workflow would look like this:

  • add trigger box to the door
  • have a timeline with a custom event and a single float track
  • trigger the box, lerp between one rotation and the target rotation

You can experimenting with adding an input key to open it. Alternatively, wait for someone else to chip in, hopefully they’ll be more helpful.

Good luck!

i agree with Everynone doors are simple and theres a million tutorials out there. from the sound of it you bought a door mesh. not every mesh comes with blueprints that go along with it and making a door bp is one of the easiest things to do. honestly you could take any door tutorial out there and just swap out the mesh and it will work fine (unless the origin is different). you never actually mentioned the item you bought on the marketplace so really how did oyu expect us to make a video on how to use that one particular asset.

it’s not fair on me

lifes tough get a helmet, really though when you bought the asset did it say it came with any functionality built in? probably not. next time if you have a issue with a particular asset contact the person who made it. also im sure your super new to all this but you should learn and become better informed before making statements like “forced to use the starter content” because its blatantly wrong.

i dont mean to be mean or tear you to shreds but the way you worded everything just gets under my skin. anyway below is a basic script to make a door, its super simple and versatile. you will need to change the event depending on your needs and you may also need to change the set rotation node for a location node depending on how you want the door to open.