Navigation
API > API/Plugins > API/Plugins/DynamicMaterialEditor
| Name | UDMMaterialStageExpressionTextureSample |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Public/Components/MaterialStageExpressions/DMMSETextureSample.h |
| Include Path | #include "Components/MaterialStageExpressions/DMMSETextureSample.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup="Material Designer")
class UDMMaterialStageExpressionTextureSample : public UDMMaterialStageExpressionTextureSampleBase
Inheritance Hierarchy
- FNotifyHook → UDMMaterialComponent → UDMMaterialStageSource → UDMMaterialStageThroughput → UDMMaterialStageExpression → UDMMaterialStageExpressionTextureSampleBase → UDMMaterialStageExpressionTextureSample
- UObjectBase → UObjectBaseUtility → UObject → UDMMaterialComponent → UDMMaterialStageSource → UDMMaterialStageThroughput → UDMMaterialStageExpression → UDMMaterialStageExpressionTextureSampleBase → UDMMaterialStageExpressionTextureSample
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDMMaterialStageExpressionTextureSample() |
Components/MaterialStageExpressions/DMMSETextureSample.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool CanUseBaseTexture() |
Components/MaterialStageExpressions/DMMSETextureSample.h |
|
|
const UDMMaterialStageExpressionTextureSample * GetBaseTextureSample() |
Components/MaterialStageExpressions/DMMSETextureSample.h | ||
bool GetUseBaseTexture() |
Components/MaterialStageExpressions/DMMSETextureSample.h |
|
|
void SetUseBaseTexture
(
bool bInUseBaseTexture |
Components/MaterialStageExpressions/DMMSETextureSample.h |
|
Overridden from UDMMaterialStageExpression
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GenerateExpressions
(
const TSharedRef< FDMMaterialBuildState >& InBuildState |
Components/MaterialStageExpressions/DMMSETextureSample.h |
Overridden from UDMMaterialComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsPropertyVisible
(
FName InProperty |
Components/MaterialStageExpressions/DMMSETextureSample.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Components/MaterialStageExpressions/DMMSETextureSample.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnUseBaseTextureChanged() |
Components/MaterialStageExpressions/DMMSETextureSample.h |