Hi All,
I am trying to replace the UTextBlock in all my UMG with UMyTextBlock, which is derived from UTextBlock. Firstly I tried to use the “Replace With…” function in UMG Editor. However, it is just for UPanelWidget, not for UTextBlock or other UWidget. Then I tried to copy the original property of the UTextBlock and assign them to the UMyTextBlock, but some property are private, and some hide in STextBlock, like the Justification property, which make me fail to copy them. Just like copying the private property of the BaseClass to the DerivedClass.
Any ideas for the above? It would help alot because i am stuck right now…