Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FParameters
Description
Create a new FRangeIndex object to use to access a multi-dimensional parameter. It will return nullptr if the parameter is not multidimensional.
| Name | NewRangeIndex |
| 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 |
TSharedPtr < FRangeIndex > NewRangeIndex
(
int32 ParamIndex
) const