Hello,
Since i try to add the trail particle, i got a problem with unreal.
I followed exactly what the course said, but when i try to shoot a projectile, Unreal engine crashes with this error :
I don"t really know what to do, i tryied to remove the particule on the BP, and recompile + save but that doesnt work and crash again.
Here is the view of projectile BP on unreal
Here my constructor modified for the particle on projectile.cpp :
Here my declarations :
I saw the similar problems (Assertion failed: DelegateOwner->IsValidLowLevelFast(false), Assertion failed: DelegateOwner->IsValidLowLevelFast(false)) but it doesnt work for me.
I also removed my Unreal Engine and reinstalled it but its the same result. I commented the lines i added for the particles trail but… same…
Is that an Unreal issue ?
What can i do ?
I cannot continue the course cause of that … and i dont really know how to fix this error, so if it comes again later, that will be a problem.
Please can someone help me?