Getting last element from a structure. Blueprints, UE5

Is it correct: to get last element of a structure i have to get Length of the structure and after that subtract 1 ? I tried to use just length without subtaction but it always gives standart values.

You mean last from an array?

Or

image

last from an array.