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 ?
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?