Emitter 를 스폰한 다음 Auto Destroy 옵션이 먹지 않는 경우는 이펙트가 무한 loop 를 돌게 될때임
Cascade(이펙트 툴) 에서 Duration 을 0 이 아닌 다른 값으로 주면 그 횟수 만큼 돌고 끝남
0 이면 무한 loop
[Bug] Spawn Emitter at Location does not auto destroy
So, been creating a projectile today and I wanted to spawn an emitter at the point where the projectile hit. Well, I used spawn emitter at location, and it did spawn an emitter, but even though I checked the little auto destroy box, the emitters never go away. The emitters should only last for about 3 seconds before they go through a full cycle/lifetime. Am I doing something wrong or is this really a bug? |
https://answers.unrealengine.com/questions/49128/bug-spawn-emitter-at-location-does-not-auto-destro.html
반응형
'게임엔진(GameEngine) > Unreal4' 카테고리의 다른 글
마티네 , 엑터, 오브젝트에 애니메이선을 적용해보자 (0) | 2016.05.19 |
---|---|
Unreal4 & 안드로이드 빌드 와 ETC1 VS ETC2 (0) | 2016.05.18 |
콜리전 기본 규칙 Block , Hit (0) | 2016.05.17 |
Collision Presets (콜리전 프리셋) (0) | 2016.05.17 |
Event 충돌 관련 및 주로쓰이는 이벤트들 (0) | 2016.05.17 |
Is your emitter by chance set up to be looping? (Emitter loops set to 0) If so, I don't believe the emitter ever "ends", meaning it wont know when to destroy itself.