Navigation
API > API/Plugins > API/Plugins/DynamicMaterialEditor
| Name | UDMMaterialStageInputSlot |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Public/Components/MaterialStageInputs/DMMSISlot.h |
| Include Path | #include "Components/MaterialStageInputs/DMMSISlot.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup="Material Designer")
class UDMMaterialStageInputSlot : public UDMMaterialStageInput
Inheritance Hierarchy
- FNotifyHook → UDMMaterialComponent → UDMMaterialStageSource → UDMMaterialStageInput → UDMMaterialStageInputSlot
- UObjectBase → UObjectBaseUtility → UObject → UDMMaterialComponent → UDMMaterialStageSource → UDMMaterialStageInput → UDMMaterialStageInputSlot
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDMMaterialStageInputSlot() |
Components/MaterialStageInputs/DMMSISlot.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~UDMMaterialStageInputSlot() |
Components/MaterialStageInputs/DMMSISlot.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| SlotPathToken | const FString | Components/MaterialStageInputs/DMMSISlot.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GenerateExpressions
(
const TSharedRef< FDMMaterialBuildState >& InBuildState |
Components/MaterialStageInputs/DMMSISlot.h | ||
EDMMaterialPropertyType GetMaterialProperty() |
Components/MaterialStageInputs/DMMSISlot.h |
|
|
UDMMaterialSlot * GetSlot() |
Components/MaterialStageInputs/DMMSISlot.h |
|
|
void SetMaterialProperty
(
EDMMaterialPropertyType InMaterialProperty |
Components/MaterialStageInputs/DMMSISlot.h |
|
|
void SetSlot
(
UDMMaterialSlot* InSlot |
Components/MaterialStageInputs/DMMSISlot.h |
|
Overridden from UDMMaterialStageInput
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetChannelDescription
(
const FDMMaterialStageConnectorChannel& Channel |
Components/MaterialStageInputs/DMMSISlot.h |
Overridden from UDMMaterialComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetComponentDescription() |
Components/MaterialStageInputs/DMMSISlot.h | ||
virtual FSlateIcon GetComponentIcon() |
Components/MaterialStageInputs/DMMSISlot.h | ||
virtual void PostEditorDuplicate
(
UDynamicMaterialModel* InMaterialModel, |
Components/MaterialStageInputs/DMMSISlot.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditImport() |
Components/MaterialStageInputs/DMMSISlot.h | ||
virtual void PostLoad() |
Components/MaterialStageInputs/DMMSISlot.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DeinitSlot() |
Components/MaterialStageInputs/DMMSISlot.h | ||
void InitSlot() |
Components/MaterialStageInputs/DMMSISlot.h | ||
void OnParentSlotRemoved
(
UDMMaterialComponent* InComponent, |
Components/MaterialStageInputs/DMMSISlot.h | ||
void OnSlotConnectorsUpdated
(
UDMMaterialSlot* InSlot |
Components/MaterialStageInputs/DMMSISlot.h | ||
void OnSlotRemoved
(
UDMMaterialComponent* InComponent, |
Components/MaterialStageInputs/DMMSISlot.h | ||
void OnSlotUpdated
(
UDMMaterialComponent* InComponent, |
Components/MaterialStageInputs/DMMSISlot.h |
Overridden from UDMMaterialStageInput
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void UpdateOutputConnectors() |
Updates the output connectors based on the type of input. | Components/MaterialStageInputs/DMMSISlot.h |
Overridden from UDMMaterialComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UDMMaterialComponent * GetSubComponentByPath
(
FDMComponentPath& InPath, |
Components/MaterialStageInputs/DMMSISlot.h | ||
virtual void OnComponentRemoved() |
Components/MaterialStageInputs/DMMSISlot.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UDMMaterialStageInputSlot * ChangeStageInput_Slot
(
UDMMaterialStage* InStage, |
Change the input type of an input on a stage to the output of another slot. | Components/MaterialStageInputs/DMMSISlot.h |
|
static UDMMaterialStageInputSlot * ChangeStageSource_Slot
(
UDMMaterialStage* InStage, |
Components/MaterialStageInputs/DMMSISlot.h |
|
|
static UDMMaterialStage * CreateStage
(
UDMMaterialSlot* InSourceSlot, |
Components/MaterialStageInputs/DMMSISlot.h |
|