By ‘set justification’ do you mean [this function][1]?
I created an empty widget blueprint in 4.24 and added a RichTextBlock and was able to access it:
Or do you mean something else?
By ‘set justification’ do you mean [this function][1]?
I created an empty widget blueprint in 4.24 and added a RichTextBlock and was able to access it:
Or do you mean something else?
Hello I not sure whats going on as this seems fine in other versions of unreal engine other then 4.24
but the function set justification seems to be missing as I have looked into the source so changes have happened on those files bit I no longer see set justification missing in the appearance section of the blueprints.
am I missing something ?
Stephen
If I’m not mistaken I think this is the commit you’re referring to. It seems that the Set Justification
function was cleaned up and replaced with a blueprint setter since it’s essentially modifying the Justification property, hence it now looking different, but functionality-wise it’s still the same. Is there any issue with calling it using the new setter?