Navigation
BlueprintAPI > BlueprintAPI/CustomizableObject
Return true if the parameter at the index provided is multidimensional.
Target is Customizable Object
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| string | Parameter Name | The name of the parameter to check. |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value | True if the parameter is multidimensional and false if it is not. |