달력

5

« 2024/5 »

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

'UE4/Tutorial_My'에 해당되는 글 1

  1. 2018.07.18 How to attach effects to Fracture chunks (Guide)

I did not find a way to add it without coding even though I tried Google or Unreal Forums.

But I find one way to share and share it.

Chunks parts have the same pivot, so they can not get individual local positions in blueprints.

However, you can use ‘Get Closest Point on Collision’ to get the position on specific chunks and attach the effect.


https://api.unrealengine.com/INT/BlueprintAPI/Collision/GetClosestPointonCollision/index.html


First, I checked the chunks index with 3d widget.


I then added the particle effect to the desired chunks.





:
Posted by fx0275