CountKeys
int32 CountKeys();
for (int32 i = 0; i < fLayout->CountKeys(); i++) {
for (int32 i = fLayout->CountKeys() - 1; i >= 0; i--) {