Can't find the Make Array node in 4.4.1

Following a tutorial that uses the Make Array node, but I can’t seem to find it. I’m supposed to make a single item array from the AI controlled pawn, and feed it into the Actors to Ignore pin in MultiSphere Trace for Objects.

Without Context Sensitive on, I can’t find a Make Array node, nor can I find any renames I can think of such as Create Array.

With Context Sensitive on, right clicking on the backdrop doesn’t have any results, nor does dragging from return value of AICONRef->GetControlledPawn. Last ditch I tried pulling backwards from Actors To Ignore on MultiSphere Trace For Objects, still nothing.

Was the node removed? Should I just make a local variable instead?

No.
You just need link GetControlledPawn to array input and Make Array node will be added automaticaly

Oh. Forgot there’s auto conversions defined for a bunch of things. (Though since it forces new nodes it’s more intuitive than implicit vs. explicit casting in text-based languages :stuck_out_tongue: ) Thanks for the quick help and welcome to the forums!

Still though, you can get to any (or at least most) of the other conversions through conventional means, why are arrays specifically not available that way?

I really don’t know why node MakeArray isn’t available in the context-sensitive, or when we drag the output pin.
But we can find MakeArray when mouse clicking on an empty spot and go to Utilities - Array - Make array