Navigation
API > API/Plugins > API/Plugins/CustomizableObject > API/Plugins/CustomizableObject/MuCO > API/Plugins/CustomizableObject/MuCO/UCustomizableObject
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 GetBoolParameterDefaultValue
&40;
const FString & InParameterName
&41; const
Remarks
Get the default value of a parameter of type Bool. The default value of the provided parameter name.
Parameters
| Name | Description |
|---|---|
| InParameterName | The name of the Bool parameter to get the default value of. |