Why UBlackboardKeyType_String::SetValue function saves data not in instance memory?

UBlackboardKeyType_String::SetValue function saves value to KeyOb->StringValue and I don’t understand why.
Because of that I can’t not have instanced string data from blackboard.
Every other types save values to instanced buffers.