Hello everyone,
I'm working on rest api and Unreal Engine SDK. Currently I'm using content api (/data: Item Data—ArcGIS REST APIs | ArcGIS Developers) to get the data of a web scene.
For example, the response of a scene service that I get look like this:

This response does not include the type of scene service like 3DObject or Building Scene. I need this information so when using Unreal Engine SDK, I can specify which type of scene service layer the SDK should stream back to the game.
Really appreciate if there's any solution for this.
Thank you.