In the below code I have/can use a function for the horizontal alignment. But for the vertical-alignment I MUST use a property? Why the inconsistency?
TextRenderComp->SetHorizontalAlignment(EHorizTextAligment::EHTA_Center); // function
TextRenderComp->VerticalAlignment = EVerticalTextAligment::EVRTA_TextCenter; // property