Adding a Attachment Slot component to a pre existing attachment doesn't work attachment will not go onto attachment example would be the ak ar15 adaptor I'm trying to have the buffer tube swappable with it's normal stock you can see in the video I have it setup this way and work the issue is attaching an m4 buttstock to the ar15 buffer tube this doesn't work and doesn't attach the buttstock I even show my slot setup everything is setup currently as I have multiple different attachments all ready have setup
Description
Description
Details
Details
- Severity
- Major
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- General
Steps To Reproduce
Adding a Attachment Slot component to a pre existing attachment doesn't work attachment will not go onto attachment
Additional Information
Event Timeline
Comment Actions
Hello, this is because you need to add a custom BaseInventoryStorageComponent to your entity. Without any storage, you will not be able to open your attachment to being able to insert your other attachment. You will need to create your own.
Comment Actions
When you say custom do you mean make my own version of BaseInventoryStorageComponent or just add BaseInventoryStorageComponent I believe I have tried this in the original setup didnt go as planned of course I probably did something wrong so in order for me to just have the stocks attach to it would I just add attachment storage component as a child of BaseInventoryStorageComponent?