hi
what is the best way to switch between input arrays during processing
based on execution, and during processing, the input array the blueprint or macro must use may be either array A or array B
in c, one would simply pass a pointer to the appropriate array, and handle it like that?
in the case of unreal and a blueprint, what would be the way to do it?
thanks