FAQ
If you have any issues at all, contact me right away on support@bytesumpi.com
Features and bug tracking :Trello
Q. where can i learn about Destructibles meshes
A. Here is an amasing example of how the different functions of destructible meshes work http://timhobsonue4.snappages.com/project-dm-showcase
also this link to the Epic Trouble shooting Guide for Destructible is also amasing https://wiki.unrealengine.com/Destructible_Troubleshooting_Guide
**Q. I have added dent to my project but when using the DentGamemode it does not fire **
A. if it has been added to the first person template or third person template ( or a template that uses the same controls)
--------Add the following lines to the DefaultInput.ini Before adding any of this code please make sure it does not conflict with any settings already in your .INI files.
-ActionMappings=(ActionName=“LeftFire”,Key=LeftMouseButton,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
-ActionMappings=(ActionName=“RightFire”,Key=RightMouseButton,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
+ActionMappings=(ActionName=“LeftFire”,Key=LeftMouseButton,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
+ActionMappings=(ActionName=“RightFire”,Key=RightMouseButton,bShift=False,bCtrl=False,bAlt=False,bCmd=False)
Q. I have aded DENT** to my project but my projectiles dont dammage the objects.**
A. your projectile if not applying point damage will require to have the point damage, Radial Damage and Radial impulse values set
Example of this is located at \DENT\Character\BP_Projectile
you must also Cast to Dent to set if this is projectile causes radial damage
Now on the** \DENT\BluePrints\Destructibles\Destructibles_Master**
Cast to your Projectile and return the values you have chosen for the Point damage, Radial Damage and Radial Impulse
( if you need a video of how to do this just shout)
Q. How do I make a destructible mesh?
Q. How do I add a destructible mesh to DENT?
Q.If I wanted to use the weapon overlay on my own character to test how do I do that?
Q. Can I create a Rainbow6 destructible style environment?
A. Yes, but it will require alot of planning for supporting structures
Q. Can Debris And Chunks damage players?
A. ue4 does not let chunks damage actors … But i am working on a solution for this. Is planned for the next update.

