Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UMaterialExpressionDoubleVectorParameter |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionDoubleVectorParameter.h |
| Include Path | #include "Materials/MaterialExpressionDoubleVectorParameter.h" |
Syntax
UCLASS (CollapseCategories, HideCategories=Object, MinimalAPI)
class UMaterialExpressionDoubleVectorParameter : public UMaterialExpressionParameter
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMaterialExpression → UMaterialExpressionParameter → UMaterialExpressionDoubleVectorParameter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMaterialExpressionDoubleVectorParameter
(
const FObjectInitializer& ObjectInitializer |
Materials/MaterialExpressionDoubleVectorParameter.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultValue | FVector4d | Materials/MaterialExpressionDoubleVectorParameter.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SetParameterValue
(
FName InParameterName, |
Materials/MaterialExpressionDoubleVectorParameter.h |
Overridden from UMaterialExpression
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Build
(
MIR::FEmitter& Emitter |
Builds this expression's material IR. | Materials/MaterialExpressionDoubleVectorParameter.h | |
virtual int32 Compile
(
FMaterialCompiler* Compiler, |
Create the new shader code chunk needed for the Abs expression | Materials/MaterialExpressionDoubleVectorParameter.h | |
| Returns the text to display on the material expression (in the material editor). | Materials/MaterialExpressionDoubleVectorParameter.h | ||
virtual bool GetParameterValue
(
FMaterialParameterMetadata& OutMeta |
Materials/MaterialExpressionDoubleVectorParameter.h | ||
virtual bool SetParameterValue
(
const FName& Name, |
Materials/MaterialExpressionDoubleVectorParameter.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Materials/MaterialExpressionDoubleVectorParameter.h |