so this node clearly has an integer input right? well for me it does not and i tried spawning it in function in event graph it never has integers whats wrong? is it only for the newer ue4 versions? did they remove it? im using ue4.22 https://docs.unrealengine.com/en-US/…rid/index.html
Are you using Add Child or Add Child to Uniform Grid? One returns a generic panel slot hence no row / column ints, while the other returns the pertinent slot type.
Can’t tell for sure but it’s possible the *Add Child to Uniform Grid *is only available in the more recent engine versions. In this case it was added rather than removed.
edit: you can always cast to the correct slot type and then set row / column if your engine version is not exposing this node.
my problem was in my older version of the engine it was not there so i upgraded to the newest one
i was running 4.22.2 now i have 4.25.3