Navigation
API > API/Plugins > API/Plugins/DynamicMaterialEditor
| Name | UDMMaterialStageExpressionTextureSampleEdgeColor |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Public/Components/MaterialStageExpressions/DMMSETextureSampleEdgeColor.h |
| Include Path | #include "Components/MaterialStageExpressions/DMMSETextureSampleEdgeColor.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup="Material Designer")
class UDMMaterialStageExpressionTextureSampleEdgeColor :
public UDMMaterialStageExpression ,
public IDMParameterContainer
Inheritance Hierarchy
- FNotifyHook → UDMMaterialComponent → UDMMaterialStageSource → UDMMaterialStageThroughput → UDMMaterialStageExpression → UDMMaterialStageExpressionTextureSampleEdgeColor
- UObjectBase → UObjectBaseUtility → UObject → UDMMaterialComponent → UDMMaterialStageSource → UDMMaterialStageThroughput → UDMMaterialStageExpression → UDMMaterialStageExpressionTextureSampleEdgeColor
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDMMaterialStageExpressionTextureSampleEdgeColor() |
Components/MaterialStageExpressions/DMMSETextureSampleEdgeColor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddExpressionProperties
(
const TArray< UMaterialExpression* >& InExpressions |
Components/MaterialStageExpressions/DMMSETextureSampleEdgeColor.h |
Overridden from UDMMaterialStageThroughput
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AddDefaultInput
(
int32 InInputIndex |
When the node is instantiated, this method adds default input values based on type. | Components/MaterialStageExpressions/DMMSETextureSampleEdgeColor.h | |
virtual bool CanChangeInputType
(
int32 InThroughputInputIndex |
Whether you can change the type of the given input. | Components/MaterialStageExpressions/DMMSETextureSampleEdgeColor.h |
Overridden from UDMMaterialComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Update
(
UDMMaterialComponent* InSource, |
Components/MaterialStageExpressions/DMMSETextureSampleEdgeColor.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& InPropertyChangedEvent |
Components/MaterialStageExpressions/DMMSETextureSampleEdgeColor.h | ||
virtual void PreEditChange
(
FEditPropertyChain& InPropertyAboutToChange |
Components/MaterialStageExpressions/DMMSETextureSampleEdgeColor.h |
Overridden from IDMParameterContainer
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CopyParametersFrom_Implementation
(
UObject* InOther |
Components/MaterialStageExpressions/DMMSETextureSampleEdgeColor.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnEdgeLocationChanged() |
Components/MaterialStageExpressions/DMMSETextureSampleEdgeColor.h |