Navigation
API > API/Plugins > API/Plugins/DynamicMaterialEditor > API/Plugins/DynamicMaterialEditor/UDMMaterialStageInputExpression
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UDMMaterialStageInputExpression * ChangeStageInput_Expression
(
UDMMaterialStage* InStage, |
Components/MaterialStageInputs/DMMSIExpression.h | ||
static UDMMaterialStageInputExpression * ChangeStageInput_Expression
(
UDMMaterialStage* InStage, |
Change the input type of an input on a stage to an expression. | Components/MaterialStageInputs/DMMSIExpression.h |
|
ChangeStageInput_Expression(UDMMaterialStage *, int32, int32, int32, int32)
| Name | ChangeStageInput_Expression |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Public/Components/MaterialStageInputs/DMMSIExpression.h |
| Include Path | #include "Components/MaterialStageInputs/DMMSIExpression.h" |
template<typename InExpressionClass>
static UDMMaterialStageInputExpression * ChangeStageInput_Expression
(
UDMMaterialStage * InStage,
int32 InInputIdx,
int32 InInputChannel,
int32 InOutputIdx,
int32 InOutputChannel
)
ChangeStageInput_Expression(UDMMaterialStage *, TSubclassOf< UDMMaterialStageExpression >, int32, int32, int32, int32)
Description
Change the input type of an input on a stage to an expression.
| Name | ChangeStageInput_Expression |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Public/Components/MaterialStageInputs/DMMSIExpression.h |
| Include Path | #include "Components/MaterialStageInputs/DMMSIExpression.h" |
| Source | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Private/Components/MaterialStageInputs/DMMSIExpression.cpp |
UFUNCTION (BlueprintCallable, Category="Material Designer")
static UDMMaterialStageInputExpression * ChangeStageInput_Expression
(
UDMMaterialStage * InStage,
TSubclassOf < UDMMaterialStageExpression > InExpressionClass,
int32 InInputIdx,
int32 InInputChannel,
int32 InOutputIdx,
int32 InOutputChannel
)
Parameters
| Name | Remarks |
|---|---|
| InInputIdx | Index of the source input. |
| InInputChannel | The channel of the input that the input connects to. |
| InOutputIdx | The output index of the new input. |
| InOutputChannel | The channel of the output to connect. |