Navigation
API > API/Plugins > API/Plugins/DynamicMaterialEditor
| Name | UDMMaterialStageInputThroughput |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Public/Components/MaterialStageInputs/DMMSIThroughput.h |
| Include Path | #include "Components/MaterialStageInputs/DMMSIThroughput.h" |
Syntax
UCLASS (MinimalAPI, Abstract, BlueprintType, ClassGroup="Material Designer")
class UDMMaterialStageInputThroughput : public UDMMaterialStageInput
Inheritance Hierarchy
- FNotifyHook → UDMMaterialComponent → UDMMaterialStageSource → UDMMaterialStageInput → UDMMaterialStageInputThroughput
- UObjectBase → UObjectBaseUtility → UObject → UDMMaterialComponent → UDMMaterialStageSource → UDMMaterialStageInput → UDMMaterialStageInputThroughput
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDMMaterialStageInputThroughput() |
Components/MaterialStageInputs/DMMSIThroughput.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| SubStagePathToken | const FString | Components/MaterialStageInputs/DMMSIThroughput.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GenerateExpressions
(
const TSharedRef< FDMMaterialBuildState >& InBuildState |
Components/MaterialStageInputs/DMMSIThroughput.h | ||
virtual int32 GetInnateMaskOutput
(
int32 OutputIndex, |
Components/MaterialStageInputs/DMMSIThroughput.h | ||
UDMMaterialStageThroughput * GetMaterialStageThroughput() |
Components/MaterialStageInputs/DMMSIThroughput.h |
|
|
TSubclassOf< UDMMaterialStageThroughput > GetMaterialStageThroughputClass() |
Components/MaterialStageInputs/DMMSIThroughput.h |
|
|
UDMMaterialSubStage * GetSubStage() |
Components/MaterialStageInputs/DMMSIThroughput.h |
|
Overridden from UDMMaterialStageInput
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetChannelDescription
(
const FDMMaterialStageConnectorChannel& Channel |
Components/MaterialStageInputs/DMMSIThroughput.h |
Overridden from UDMMaterialStageSource
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 GetOutputChannelOverride
(
int32 InOutputIndex |
Given an output index, may return an override for output channels on that output. | Components/MaterialStageInputs/DMMSIThroughput.h |
Overridden from UDMMaterialComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetComponentDescription() |
Components/MaterialStageInputs/DMMSIThroughput.h | ||
virtual FSlateIcon GetComponentIcon() |
Components/MaterialStageInputs/DMMSIThroughput.h | ||
virtual bool IsPropertyVisible
(
FName Property |
Components/MaterialStageInputs/DMMSIThroughput.h | ||
virtual void PostEditorDuplicate
(
UDynamicMaterialModel* InMaterialModel, |
Components/MaterialStageInputs/DMMSIThroughput.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Modify
(
bool bInAlwaysMarkDirty |
Components/MaterialStageInputs/DMMSIThroughput.h | ||
virtual void PostEditImport() |
Components/MaterialStageInputs/DMMSIThroughput.h | ||
virtual void PostLoad() |
Components/MaterialStageInputs/DMMSIThroughput.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitSubStage() |
Components/MaterialStageInputs/DMMSIThroughput.h | ||
void OnSubStageUpdated
(
UDMMaterialComponent* InComponent, |
Components/MaterialStageInputs/DMMSIThroughput.h | ||
void SetMaterialStageThroughputClass
(
TSubclassOf< UDMMaterialStageThroughput > InMaterialStageThroughputClass |
Components/MaterialStageInputs/DMMSIThroughput.h |
Overridden from UDMMaterialComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Components/MaterialStageInputs/DMMSIThroughput.h | |||
virtual UDMMaterialComponent * GetSubComponentByPath
(
FDMComponentPath& InPath, |
Components/MaterialStageInputs/DMMSIThroughput.h | ||
virtual void OnComponentAdded() |
Components/MaterialStageInputs/DMMSIThroughput.h | ||
virtual void OnComponentRemoved() |
Components/MaterialStageInputs/DMMSIThroughput.h |