Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/UCustomizableObject > API/Plugins/CustomizableObject/MuCO/UCustomizableObject/IsParameterMulti-
References
| Module | CustomizableObject |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Classes/MuCO/CustomizableObject.h |
| Include | #include "MuCO/CustomizableObject.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObject/Private/MuCO/CustomizableObject.cpp |
bool IsParameterMultidimensional
&40;
const int32 & InParamIndex
&41; const
Remarks
Return true or false depending if the parameter at the index provided is multidimensional or not. True if the parameter is multidimensional and false if it is not.
Parameters
| Name | Description |
|---|---|
| InParamIndex | The index of the parameter to check. |