Get Center Of Mass has no execution pin

Hi there, and before you answer, YES I did see the other question someone else posted. But in this case, I need the execution pins. Why does the Get Center Of Mass component look like this…

249733-screen-shot-2018-08-07-at-13642-pm.png

Instead of this…

249734-screen-shot-2018-08-07-at-13657-pm.png

I guess it was updated. Since it’s a getter, it makes more sense to have it pure.

Why do you need execution pins?

I need the pins to connect to a For Each Loop

converting it to macro still won’t work.

I need the center of mass to connect to the loop and the branch.

249739-screen-shot-2018-08-07-at-25427-pm.png

Nah, you don’t. If you need to store it, set a variable. You’re not getting execution pins unless you rollback a couple of engine versions.

This node ill return a value every time an execution node input pin traces back to it.

Have you tried directly linking your LoopBody (I am assuming you need this on a loop) with your Branch node?

I think I have the solution to your problem. Try collapsing to a function.