Hello! I have the problem that nothing is displayed on the signal ID plate. Under "Edit Property" I filled out both fields with the designation "Signal ID" and "Signal Display ID" (entered an "18" in each case). However, the designation does not appear on the signal. This happens with all signals.
That might be a problem with editor and fonts... I don't have any signal or other labels in editor, e.g. mileposts... Looking forward to the editor update, so that cooking, fonts, materials, etc. are working as expected.
Yeah, I had the same issue, some of the built in fonts don't work for some reason. In some cases you can replace the font but it's a bit hacky. I think we'll have to wait for an editor fix regarding this issue.
It's not impossible... So for german style signals, the complexity is that in order to get it working here and now you will have to create a new blueprint in your own plugin which inherits from the DE_SignalSign_Base class*. In this derived blueprint you can design your sign's base plate (using a static mesh component) and put a text render component on it with whatever font you like and override the "Set Text" function to set the text of the text render. You'll need to tweak the size, font etc. of the text render component, but you can do essentially anything you like in that blueprint. In terms of useful things you could even automatically squeeze the text when it's too wide for the base plate, etc. The limit is your imagination. Anyway, next you can replace the class of the sign that is referenced in the settings of the signal view which you have placed with your derived blueprint, and the broken sign should magically be replaced by your sign with working text. * potentially there are multiple options with that name, which exact variant you will have to use depends on which plugin you used for your signals in general