#Repro
Import an apex asset from physx lab, without any time out or debris lifetime set
Play with the asset, destroy it, notice how ofc the debris does not time out since you did not set it
Go into editor and change asset in the editor, setting Debris Timeout, and setting a min and max for debris lifetime
Go in game and destroy asset
for me, this results in the debris not timing out still!
I have verified multiple times, that both Debris Timeout flag and the debris lifetime min and max are set properly!
This worked great in ue3!
I shall have to implement a timeout system myself in C++ till this is resolved.
Let me know when you fix this issue, or have any trouble reproing it!
#I can send you assets!
Spawning From Code
Please note I spawning the apex asset from code, you can do equivalent by spawning the destructible actor bp via level bp
Rama