Normal - UEFN Verse - Message data type not exposed in the editor.

Recently, several functions have been exposed that allow setting predetermined text to specific devices. However, that function requires the data type ‘message,’ which is not exposed to us as creators and cannot be used in Verse for us now. Making these functions essentially useless to us.

Here is an example (this issue is not just related to this device and its functions, but all functions that require the message data type)

Hi @DolphinDom !

Could you try declaring something like the following:

TitleMessage<localizes> : message = "This is my message"

the need for the ‘localizes’ effect is a little special here for the message type - they work a little differently to other types.

I believe you should also be able to parameterize these e.g.:

InfoMessage<localizes>(ValueA:int, ValueB:int) : message = "This is Value A({ValueA}) And Value B ({ValueB})"

2 Likes