Is there a way to access Data Assets in Verse?

I see we can create Data Assets in UEFN, I was wondering if we could access those assets from within Verse?

Hello, nope, exposing assets is really recent and the exposable ones are the following

# Module import path: /Verse.org/Assets
Assets<public> := module:
    material<native><public> := class<computes><epic_internal>:

    mesh<native><public> := class<computes><final><epic_internal>:

    texture<native><public> := class<computes><final><epic_internal>:

A Data Asset not really being a texture you cannot use them in Verse, also you couldn’t use them in any device right ?

1 Like

Thanks, hopefully they’ll add that asset type as well. Would be great for defining things like NPC dialogue, Quests, or any other type of pre-defined data needed for the game.

1 Like