Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Materials
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMaterialExpression
- UMaterialExpressionParameter
- UMaterialExpressionScalarParameter
- UMaterialExpressionCurveAtlasRowParameter
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionCurveAtlasRowParameter.h |
Include | #include "Materials/MaterialExpressionCurveAtlasRowParameter.h" |
Syntax
class UMaterialExpressionCurveAtlasRowParameter : public UMaterialExpressionScalarParameter
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TObjectPtr< class UCurveLinearColorAtlas > | Atlas | |
![]() |
TObjectPtr< class UCurveLinearColor > | Curve | |
![]() |
FExpressionInput | InputTime |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
UMaterialExpressionCurveAtlasRowParameter
(
const FObjectInitializer& ObjectInitializer |
Overridden from UMaterialExpressionScalarParameter
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool |
Overridden from UMaterialExpression
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() |
bool | Returns true if GetReferencedTexture() can ever return a valid pointer. | |
![]() ![]() |
int32 | Compile
(
FMaterialCompiler* Compiler, |
Create the new shader code chunk needed for the Abs expression |
![]() ![]() ![]() |
bool | GenerateHLSLExpression
(
FMaterialHLSLGenerator& Generator, |
|
![]() ![]() ![]() |
void | GetCaption
(
TArray< FString >& OutCaptions |
Returns the text to display on the material expression (in the material editor). |
![]() ![]() ![]() |
FName | GetInputName
(
int32 InputIndex |
|
![]() ![]() |
uint32 | GetInputType
(
int32 InputIndex |
|
![]() ![]() ![]() |
bool | GetParameterValue
(
FMaterialParameterMetadata& OutMeta |
|
![]() ![]() ![]() |
UObject * | Callback to get any texture reference this expression emits. | |
![]() ![]() ![]() |
void | GetTexturesForceMaterialRecompile
(
TArray< UTexture* >& Textures |
Fill the array with all textures dependence that should trig a recompile of the material. |
![]() ![]() ![]() |
bool | IsInputConnectionRequired
(
int32 InputIndex |
|
![]() ![]() |
bool | SetParameterValue
(
const FName& Name, |
Overridden from UObject
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |