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 |
UFUNCTION&40;BlueprintCallable, Category&61;CustomizableObject&41;
bool IsParameterMultidimensional
&40;
const FString & InParameterName
&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 |
|---|---|
| InParameterName | The name of the parameter to check. |