BP Text Localisation Node - Missing default value

Hi,

unlike C++ NSLOCTEXT macro, you can’t set the default value of a Localisation Node in BP.
As a consequence, you must have definition of those node in C++ to be able to use them in BP.

Those are useful in UMG Text for example, but that’s sad (unless I missed something in the process) that I need to create a backend C++ class just to define the Local Text.

Could you please add that to your improvment plan?

Thanks,