@farshad do you mean the UpdateHolsterWeapon in AC_Interact?, if so, i removed it and the weapons still show if i change weapon
Speaking of dumb questions 😆 , i notice the weapons shift independently of the character, is something to do with the retargeting?, anything i can do?
@calo That’s actually a very good question. The issue comes from the differences between the UE4 skeleton and the UE5 skeleton. I’ve checked it, and to fix this, you need to transfer three sockets related to holding weapons in hand from the UE4 skeleton to the UE5 skeleton using the same names.
I also sent you the tested values for these sockets(Images provided), set them exactly as I provided, though you might need to tweak them depending on your character’s form. For the default UE5 mannequin, these values work very well.
Finally, you need to go into "AC_Combat" and make a small change in the "AttachWeaponToPlayerHand" function. I’ve sent you an image showing exactly what to do. If you created a child class of "BP_Character" for your UE5 character and are not using the main character class, you should cast there; otherwise, just get your UE5 mesh. This will solve your problem.
If you have any questions, don’t hesitate to ask.
hello @farshad i am using a metahuman, and the issue still persist (i assumed that this works with metahumans too), and i notice that when i reload the pistol it pivot the the left.
I’m currently continuing in FPS mode, but the item pickup flow feels like it slows the game down too much. Right now, every time I pick up an item, I have to inspect it first, then press the interaction key again to add it to the inventory. That breaks the pace quite a bit.
Since there is already an examine section inside the inventory menu, I’d prefer items to be added directly to the inventory without any intermediate widget or pickup screen appearing.
How can I set it up so that items go straight into the inventory as soon as they are picked up, with no extra inspect/popup step?
@leventoget Thank you for your question. The FPS mode inspection system is inspired by the Resident Evil 7 design. However, if you want to remove the first-person inspection mode, it is simple to do. I have prepared a short video for you. Please watch it here. Also, make sure to create a backup of your project before making any changes.
If you have any further questions after that, feel free to ask. I would be happy to assist.
Hello, i need to open a door when the player enters a trigger, how can i achieve that, will appreciate any help!
Thank you @hosna, that screen is form the level BP correct?, if so there is there a way to do that with a BP actor that i can place on the level?
