Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UMaterialExpressionConstantDouble |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionGenericConstant.h |
| Include Path | #include "Materials/MaterialExpressionGenericConstant.h" |
Syntax
UCLASS (CollapseCategories, HideCategories=Object, MinimalAPI)
class UMaterialExpressionConstantDouble : public UMaterialExpressionGenericConstant
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMaterialExpression → UMaterialExpressionGenericConstant → UMaterialExpressionConstantDouble
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMaterialExpressionConstantDouble
(
const FObjectInitializer& ObjectInitializer |
Materials/MaterialExpressionGenericConstant.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Value | double | Materials/MaterialExpressionGenericConstant.h |
|
Functions
Public
Overridden from UMaterialExpressionGenericConstant
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UE::Shader::FValue GetConstantValue() |
Materials/MaterialExpressionGenericConstant.h |