braisbr1
(braisbr1)
June 29, 2018, 8:35am
1
Hi all!
I was just wondering whether there is a way to access the location of the vertices of any given static mesh through blueprints. This could be useful for snapping things to them at runtime, for example. Any ideas or workarounds?
Thanks for your time!
Brais
Not sure about that. But maybe a hit/overlap event and set location from the hit struct
Fen
(Fen)
June 29, 2018, 12:28pm
3
Hello, you may want to use rama’s extrablueprint / victory ed :
https://forums.unrealengine.com/development-discussion/blueprint-visual-scripting/4014-39-rama-s-extra-blueprint-nodes-for-you-as-a-plugin-no-c-required
After over a year in maintenance mode, the official Unreal Engine Wiki is now permanently offline. These resources now live on a new community-run Unreal Engine Community Wiki — ue4community.wiki! You will be able to find content from the official...
Reading time: 1 mins 🕑
Likes: 8 ❤
braisbr1
(braisbr1)
June 29, 2018, 5:36pm
4
Thanks for all of your contributions, I will take a look at Rama’s tools. Thanks!