Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/Instance
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Instance.h |
| Include | #include "MuR/Instance.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Private/MuR/Instance.cpp |
void FindBaseSurfaceBySharedId
&40;
int32 CompIndex,
int32 SharedId,
int32 & OutSurfaceIndex,
int32 & OutLODIndex
&41; const
Remarks
Find the base surface index and Lod index when reusing surfaces between LODs. Return the surface index and the LOD it belongs to.
Parameters
| Name | Description |
|---|---|
| Comp | Index of the component, from 0 to GetComponentCount(lod)-1 |
| SharedSurfaceId | Id of the surface to look for (as returned by GetSharedSurfaceId). |
| OutSurfaceIndex | Index of the surface in the OutLODIndex lod. |
| OutLODIndex | Index of the first LOD where the surface can be found. |