Accessing Landscape grass type data from blueprints

I am trying to make an editor utility blueprint that takes a given landscape grass type asset and set the density of each of the grass type’s elements to be the same value. I can set the utility blueprint to only work on landscape grass types but i cant then access any information about the asset (ie cast to LGT or break it to get the array)

Help would be much appreciated!