Navigation
API > API/Plugins > API/Plugins/DynamicMaterial
Component representing a bool value. Manages its own parameter.
| Name | UDMMaterialValueBool |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterial/Public/Components/MaterialValues/DMMaterialValueBool.h |
| Include Path | #include "Components/MaterialValues/DMMaterialValueBool.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup="Material Designer")
class UDMMaterialValueBool : public UDMMaterialValue
Inheritance Hierarchy
- FNotifyHook → UDMMaterialComponent → UDMMaterialLinkedComponent → UDMMaterialValue → UDMMaterialValueBool
- UObjectBase → UObjectBaseUtility → UObject → UDMMaterialComponent → UDMMaterialLinkedComponent → UDMMaterialValue → UDMMaterialValueBool
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDMMaterialValueBool() |
Components/MaterialValues/DMMaterialValueBool.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ApplyDefaultValue() |
Components/MaterialValues/DMMaterialValueBool.h | ||
virtual void GenerateExpression
(
const TSharedRef< IDMMaterialBuildStateInterface >& InBuildState |
Components/MaterialValues/DMMaterialValueBool.h | ||
bool GetDefaultValue() |
Components/MaterialValues/DMMaterialValueBool.h |
|
|
bool GetValue() |
Components/MaterialValues/DMMaterialValueBool.h |
|
|
virtual void ResetDefaultValue() |
Components/MaterialValues/DMMaterialValueBool.h | ||
void SetDefaultValue
(
bool bInDefaultValue |
Components/MaterialValues/DMMaterialValueBool.h |
|
|
virtual void SetMIDParameter
(
UMaterialInstanceDynamic* InMID |
Components/MaterialValues/DMMaterialValueBool.h | ||
void SetValue
(
bool InValue |
Components/MaterialValues/DMMaterialValueBool.h |
|
|
virtual UDMMaterialValueDynamic * ToDynamic
(
UDynamicMaterialModelDynamic* InMaterialModelDynamic |
Components/MaterialValues/DMMaterialValueBool.h |
Overridden from UDMMaterialValue
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsDefaultValue() |
Components/MaterialValues/DMMaterialValueBool.h |
Overridden from UDMMaterialComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetComponentDescription() |
Returns a description of this class/object. | Components/MaterialValues/DMMaterialValueBool.h | |
virtual FString GetComponentPathComponent() |
Returns the part of the component representing just this object | Components/MaterialValues/DMMaterialValueBool.h |
Overridden from IDMJsonSerializable
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool JsonDeserialize
(
const TSharedPtr< FJsonValue >& InJsonValue |
Components/MaterialValues/DMMaterialValueBool.h | ||
virtual TSharedPtr< FJsonValue > JsonSerialize() |
Non-editor implementation. | Components/MaterialValues/DMMaterialValueBool.h |
Protected
Overridden from IDMParameterContainer
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CopyParametersFrom_Implementation
(
UObject* InOther |
Components/MaterialValues/DMMaterialValueBool.h |