Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FParameters
Description
Get the name of one of the possible values for this integer. The paramIndex is in the range of 0 to GetIntPossibleValueCount()-1
| Name | GetIntPossibleValueName |
| 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 |
const FString & GetIntPossibleValueName
(
int32 ParamIndex,
int32 ValueIndex
) const