Navigation
API > API/Plugins > API/Plugins/DynamicMaterial > API/Plugins/DynamicMaterial/Components > API/Plugins/DynamicMaterial/Components/MaterialValues
Inheritance Hierarchy
- UObject
- FNotifyHook
- UDMMaterialComponent
- UDMMaterialLinkedComponent
- UDMMaterialValue
- UDMMaterialValueBool
References
| Module | DynamicMaterial |
| Header | /Engine/Plugins/Experimental/DynamicMaterial/Source/DynamicMaterial/Public/Components/MaterialValues/DMMaterialValueBool.h |
| Include | #include "Components/MaterialValues/DMMaterialValueBool.h" |
Syntax
UCLASS (BlueprintType, ClassGroup="Material Designer")
class UDMMaterialValueBool : public UDMMaterialValue
Variables
| Type | Name | Description | |
|---|---|---|---|
| meta |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GenerateExpression
(
const TSharedRef< IDMMaterialBuildStateInterface >& InBuildState |
||
| bool | |||
| bool | GetValue () |
||
| void | |||
| void | SetDefaultValue
(
bool bInDefaultValue |
||
| void | SetValue
(
bool InValue |
Overridden from UDMMaterialValue
| Type | Name | Description | |
|---|---|---|---|
| void | Subclasses should implement a SetDefaultValue. | ||
| bool | |||
| void | SetMIDParameter
(
UMaterialInstanceDynamic* InMID |