Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FParameters
Description
Return the value of an image parameter.
The parameter specified by index is a T_IMAGE.
| Name | GetImageValue |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Parameters.h |
| Include Path | #include "MuR/Parameters.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/Parameters.cpp |
FName GetImageValue
(
int32 Index,
const FRangeIndex * Pos
) const
The externalId specified when setting the image value (
Parameters
| Name | Remarks |
|---|---|
| index | Index of the parameter from 0 to GetCount()-1 |
| pos | Only for multidimensional parameters: relevant position to set in the ranges |
See Also
- SetImageValue)