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 |
const char &42; GetStringName
&40;
int32 lod,
int32 comp,
int32 surf,
int32 str
&41; const
Remarks
Get the name of a string from a component
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 |
| surf | Index of the surface, from 0 to GetSurfaceCount(lod,comp)-1 |
| sca | Index of the string, from 0 to GetStringCount(lod,comp)-1 |