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