Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/Instance
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Instance.h |
| Include | #include "MuR/Instance.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/Instance.cpp |
int32 GetImageCount
(
int32 ComponentIndex,
int32 LODIndex,
int32 SurfaceIndex
) const
Remarks
Get the number of images in a component
Parameters
| Name | Description |
|---|---|
| ComponentIndex | Index of the component, from 0 to GetComponentCount()-1 |
| LODIndex | Index of the level of detail, from 0 to GetLODCount()-1 |
| SurfaceIndex | Index of the surface, from 0 to GetSurfaceCount()-1 |