Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/MuR > API/Plugins/MutableRuntime/MuR/Parameters
References
| Module | MutableRuntime |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Public/MuR/Parameters.h |
| Include | #include "MuR/Parameters.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/MutableRuntime/Private/MuR/Parameters.cpp |
FName GetImageValue
(
int index,
const Ptr < const RangeIndex > & pos
) const
Remarks
Return the value of an image parameter.
The parameter specified by index is a T_IMAGE. The externalId specified when setting the image value (
Parameters
| Name | Description |
|---|---|
| index | Index of the parameter from 0 to GetCount()-1 |
| pos | Only for multidimensional parameters: relevant position to set in the ranges |