Navigation
API > API/Plugins > API/Plugins/MutableRuntime > API/Plugins/MutableRuntime/FModel
Description
Get the index of one of the parameters in the given state. The index refers to the parameters in a FParameters object obtained from this model with NewParameters.
| Name | GetStateParameterIndex |
| Type | function |
| Header File | /Engine/Plugins/Mutable/Source/MutableRuntime/Public/MuR/Model.h |
| Include Path | #include "MuR/Model.h" |
| Source | /Engine/Plugins/Mutable/Source/MutableRuntime/Private/MuR/Model.cpp |
int32 GetStateParameterIndex
(
int32 StateIndex,
int32 ParamIndex
) const