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
(
const int32 & InParamIndex
) const
Remarks
Return true if the parameter at the index provided is multidimensional. True if the parameter is multidimensional and false if it is not.
Parameters
| Name | Description |
|---|---|
| InParamIndex | The index of the parameter to check. |