Get All metadata of b3dm file

How do i get All metadata of b3dm file loaded from URL in unreal engine
i want to have list of selectable Objects.
i can get the metadata from Hit event but in my use case i need all object list at once to compare.

Hi @Jayraj300mind,

If you have a specific Primitive Component that you want to query, you can use the Get Model Metadata Blueprint to access the metadata in that primitive. To do that across an entire tileset, then you might have to do something like this:

However, you mentioned wanting a list of “selectable objects”, and I’m not sure what that would mean here. Let us know if you have any follow-up questions on that!