Integrations Guides
...
Unreal Engine
Unreal Plugin Usage
XrgModelActor
1min
the xrgmodelactor represents an xrg model that is to be streamed in the parameters you can set the material for the model there are two prebuild materials that can be used in /plugins/xrgplayer/content/ you can also make your own custom materials and assign them note in case you don't see any textures, make sure that the material of the xrgmodelactor has a material assigned it can be the unlit (for photogrammetry) or pbr that comes with the plugin or any custom material most important is the url the to be streamed object make sure the url ends in the actual file name plus extension , and is not the webpage that you use to visit the model in the browser ie https //stream senseofspace io/demos/space shuttle new/model xrg https //stream senseofspace io/demos/space shuttle new/model sxrweb and not https //stream senseofspace io/demos/space shuttle new/ https //stream senseofspace io/demos/space shuttle new/ lastly, there is a parameter for the streamcontroller make sure it is set to a valid stream controller object, otherwise the stream won't start