Paragon Character Yin Issue in Unreal Engine -- Whip Won't Light

Googled around but didn’t see an answer–the Paragon character Yin has a whip. But when I import her, said whip is invisible. I’m looking at the material graph, mesh, etc. and cannot figure out how to make it thick and illuminated so that players can actually see it, and all the preexisting blueprints that come with the character aren’t making things simple.

Any tricks to make it visible?

The Paragon characters each had gameplay code go with them to make them “special.”
That code was not factored out in the asset release package, so we have to kind of guess what to do in each case, unfortunately.
I don’t know what, specifically, was done for the Yin whip, so I can’t help with that specific request, other than suggesting you keep looking, and please post what you find!

Wow. That’s a nasty surprise. I didn’t realize that.

Anywho, in the mesh section, I see the “whip core” has a TON of blueprint/event graph stuff that clearly looks like the secret sauce behind a functional whip. It’s like there’s some hidden switch that’ll make it all just “work” with a single tick box.

I would work backwards from what’s supposed to be happening, and look for what isn’t happening.
I don’t think there’s a tick box that will make it “just work” – but, maybe you’re lucky :slight_smile: However, in general, “hope is not a strategy.”

Sadly, I don’t know nearly enough about game dev (this is my second project ever) to even attempt to diagnose this–no backwards engineering for me; issue seems way above my knowledge ceiling. I’ll keep googling, tho.

UPDATE: It’s just the third skin, the red+white one. The whip works on all her other skins. Something’s borked about the third skin–the whip mesh is conjoined with her body and is using its materials. Is it a broken costume??