Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FParameters
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetIntValueIndex
(
int32 ParamIndex, |
Get the index of the value of one of the possible values for this integer. | MuR/Parameters.h | |
int32 GetIntValueIndex
(
int32 ParamIndex, |
Get the index of the value of one of the possible values for this integer. | MuR/Parameters.h |
GetIntValueIndex(int32, const FString &)
Description
Get the index of the value of one of the possible values for this integer. The paramIndex is in the range of 0 to GetIntPossibleValueCount()-1
| Name | GetIntValueIndex |
| 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 |
int32 GetIntValueIndex
(
int32 ParamIndex,
const FString & ValueIndex
) const
GetIntValueIndex(int32, int32)
Description
Get the index of the value of one of the possible values for this integer. The paramIndex is in the range of 0 to GetIntPossibleValueCount()-1
| Name | GetIntValueIndex |
| 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 |
int32 GetIntValueIndex
(
int32 ParamIndex,
int32 Value
) const