Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FParameters
Description
Get the number of possible values for this integer parameter. If the number is zero, it means any integer value is accepted.
| Name | GetIntPossibleValueCount |
| 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 GetIntPossibleValueCount
(
int32 ParamIndex
) const