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 |
int32 FindSurfaceById
&40;
int32 lod,
int32 comp,
uint32 id
&41; const
Remarks
Find a surface index from the internal id (as returned by GetSurfaceId).
Parameters
| Name | Description |
|---|---|
| lod | Index of the level of detail, from 0 to GetLODCount()-1 |
| comp | Index of the component, from 0 to GetComponentCount(lod)-1 |
| id | ID of the surface to look for. |