Feedback: TextRenderComponent alignment

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

Hey -

Thank you for pointing that out. I’m not sure if there is a specific reason for the difference however I have entered a ticket, UE-31288 , to look into the inconsistency.

Cheers