Navigation
API > API/Plugins > API/Plugins/DynamicMaterialEditor
| Name | UDMMaterialStageInputValue |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterialEditor/Public/Components/MaterialStageInputs/DMMSIValue.h |
| Include Path | #include "Components/MaterialStageInputs/DMMSIValue.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup="Material Designer")
class UDMMaterialStageInputValue : public UDMMaterialStageInput
Inheritance Hierarchy
- FNotifyHook → UDMMaterialComponent → UDMMaterialStageSource → UDMMaterialStageInput → UDMMaterialStageInputValue
- UObjectBase → UObjectBaseUtility → UObject → UDMMaterialComponent → UDMMaterialStageSource → UDMMaterialStageInput → UDMMaterialStageInputValue
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDMMaterialStageInputValue() |
Components/MaterialStageInputs/DMMSIValue.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~UDMMaterialStageInputValue() |
Components/MaterialStageInputs/DMMSIValue.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ValuePathToken | const FString | Components/MaterialStageInputs/DMMSIValue.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ApplyDefaultLayerSettings() |
Components/MaterialStageInputs/DMMSIValue.h | ||
virtual void GenerateExpressions
(
const TSharedRef< FDMMaterialBuildState >& InBuildState |
Components/MaterialStageInputs/DMMSIValue.h | ||
virtual int32 GetInnateMaskOutput
(
int32 OutputIndex, |
Components/MaterialStageInputs/DMMSIValue.h | ||
UDMMaterialValue * GetValue() |
Components/MaterialStageInputs/DMMSIValue.h |
|
|
void SetValue
(
UDMMaterialValue* InValue |
Components/MaterialStageInputs/DMMSIValue.h |
|
Overridden from UDMMaterialStageInput
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetChannelDescription
(
const FDMMaterialStageConnectorChannel& Channel |
Components/MaterialStageInputs/DMMSIValue.h |
Overridden from UDMMaterialComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetComponentDescription() |
Components/MaterialStageInputs/DMMSIValue.h | ||
virtual FSlateIcon GetComponentIcon() |
Components/MaterialStageInputs/DMMSIValue.h | ||
virtual bool IsPropertyVisible
(
FName InProperty |
Components/MaterialStageInputs/DMMSIValue.h | ||
virtual void PostEditorDuplicate
(
UDynamicMaterialModel* InMaterialModel, |
Components/MaterialStageInputs/DMMSIValue.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Modify
(
bool bInAlwaysMarkDirty |
Components/MaterialStageInputs/DMMSIValue.h | ||
virtual void PostEditImport() |
Components/MaterialStageInputs/DMMSIValue.h | ||
virtual void PostLoad() |
Components/MaterialStageInputs/DMMSIValue.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ApplyWholeLayerValue() |
Components/MaterialStageInputs/DMMSIValue.h | ||
void DeinitInputValue() |
Components/MaterialStageInputs/DMMSIValue.h | ||
void InitInputValue() |
Components/MaterialStageInputs/DMMSIValue.h | ||
bool IsSharedStageValue() |
Components/MaterialStageInputs/DMMSIValue.h | ||
bool IsTextureValueVisible() |
Components/MaterialStageInputs/DMMSIValue.h | ||
void OnValueUpdated
(
UDMMaterialComponent* InComponent, |
Components/MaterialStageInputs/DMMSIValue.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/DMMSIValue.h |
Overridden from UDMMaterialComponent
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UDMMaterialComponent * GetSubComponentByPath
(
FDMComponentPath& InPath, |
Components/MaterialStageInputs/DMMSIValue.h | ||
virtual void OnComponentAdded() |
Components/MaterialStageInputs/DMMSIValue.h | ||
virtual void OnComponentRemoved() |
Components/MaterialStageInputs/DMMSIValue.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UDMMaterialStageInputValue * ChangeStageInput_NewLocalValue
(
UDMMaterialStage* InStage, |
Components/MaterialStageInputs/DMMSIValue.h |
|
|
static UDMMaterialStageInputValue * ChangeStageInput_NewLocalValue
(
UDMMaterialStage* InStage, |
Components/MaterialStageInputs/DMMSIValue.h | ||
static UDMMaterialStageInputValue * ChangeStageInput_NewValue
(
UDMMaterialStage* InStage, |
Components/MaterialStageInputs/DMMSIValue.h |
|
|
static UDMMaterialStageInputValue * ChangeStageInput_NewValue
(
UDMMaterialStage* InStage, |
Components/MaterialStageInputs/DMMSIValue.h | ||
static UDMMaterialStageInputValue * ChangeStageInput_Value
(
UDMMaterialStage* InStage, |
Components/MaterialStageInputs/DMMSIValue.h |
|
|
static UDMMaterialStageInputValue * ChangeStageSource_NewLocalValue
(
UDMMaterialStage* InStage, |
Components/MaterialStageInputs/DMMSIValue.h |
|
|
static UDMMaterialStageInputValue * ChangeStageSource_NewLocalValue
(
UDMMaterialStage* InStage, |
Components/MaterialStageInputs/DMMSIValue.h | ||
static UDMMaterialStageInputValue * ChangeStageSource_NewValue
(
UDMMaterialStage* InStage, |
Components/MaterialStageInputs/DMMSIValue.h | ||
static UDMMaterialStageInputValue * ChangeStageSource_NewValue
(
UDMMaterialStage* InStage, |
Components/MaterialStageInputs/DMMSIValue.h |
|
|
static UDMMaterialStageInputValue * ChangeStageSource_Value
(
UDMMaterialStage* InStage, |
Components/MaterialStageInputs/DMMSIValue.h |
|
|
static UDMMaterialStage * CreateStage
(
UDMMaterialValue* InValue, |
Components/MaterialStageInputs/DMMSIValue.h |
|
|
static FName GetValuePropertyName() |
Components/MaterialStageInputs/DMMSIValue.h |