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" |
UFUNCTION (BlueprintCallable, Category=CustomizableObject)
bool IsParameterMultidimensional
(
UPARAM="Parameter Name") const FString & InParameterName
) 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 |
|---|---|
| InParameterName | The name of the parameter to check. |