Navigation
API > API/Plugins > API/Plugins/DynamicMaterialEditor
| Name | UDMMaterialStageInputGradient |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Public/Components/MaterialStageInputs/DMMSIGradient.h |
| Include Path | #include "Components/MaterialStageInputs/DMMSIGradient.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup="Material Designer")
class UDMMaterialStageInputGradient : public UDMMaterialStageInputThroughput
Inheritance Hierarchy
- FNotifyHook → UDMMaterialComponent → UDMMaterialStageSource → UDMMaterialStageInput → UDMMaterialStageInputThroughput → UDMMaterialStageInputGradient
- UObjectBase → UObjectBaseUtility → UObject → UDMMaterialComponent → UDMMaterialStageSource → UDMMaterialStageInput → UDMMaterialStageInputThroughput → UDMMaterialStageInputGradient
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Gradients | TArray< TStrongObjectPtr< UClass > > | Components/MaterialStageInputs/DMMSIGradient.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDMMaterialStageGradient * GetMaterialStageGradient() |
Components/MaterialStageInputs/DMMSIGradient.h |
|
|
TSubclassOf< UDMMaterialStageGradient > GetMaterialStageGradientClass() |
Components/MaterialStageInputs/DMMSIGradient.h |
|
|
void SetMaterialStageGradientClass
(
TSubclassOf< UDMMaterialStageGradient > InMaterialStageGradientClass |
Components/MaterialStageInputs/DMMSIGradient.h |
|
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UDMMaterialStageInputGradient * ChangeStageInput_Gradient
(
UDMMaterialStage* InStage, |
Components/MaterialStageInputs/DMMSIGradient.h | ||
static UDMMaterialStageInputGradient * ChangeStageInput_Gradient
(
UDMMaterialStage* InStage, |
Change the input type of an input on a stage to a gradient. | Components/MaterialStageInputs/DMMSIGradient.h |
|
static UDMMaterialStageInputGradient * ChangeStageSource_Gradient
(
UDMMaterialStage* InStage |
Components/MaterialStageInputs/DMMSIGradient.h | ||
static UDMMaterialStageInputGradient * ChangeStageSource_Gradient
(
UDMMaterialStage* InStage, |
Components/MaterialStageInputs/DMMSIGradient.h |
|
|
static UDMMaterialStage * CreateStage
(
TSubclassOf< UDMMaterialStageGradient > InMaterialStageGradientClass, |
Components/MaterialStageInputs/DMMSIGradient.h |
|
|
static void GenerateGradientList() |
Components/MaterialStageInputs/DMMSIGradient.h | ||
static const TArray< TStrongObjectPtr< UClass > > & GetAvailableGradients() |
Components/MaterialStageInputs/DMMSIGradient.h |