Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UMaterialExpressionParticleColor |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionParticleColor.h |
| Include Path | #include "Materials/MaterialExpressionParticleColor.h" |
Syntax
UCLASS (CollapseCategories, HideCategories=Object)
class UMaterialExpressionParticleColor : public UMaterialExpressionExternalCodeBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMaterialExpression → UMaterialExpressionExternalCodeBase → UMaterialExpressionParticleColor
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMaterialExpressionParticleColor
(
const FObjectInitializer& ObjectInitializer |
Materials/MaterialExpressionParticleColor.h |
Functions
Public
Overridden from UMaterialExpression
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 Compile
(
FMaterialCompiler* Compiler, |
Create the new shader code chunk needed for the Abs expression | Materials/MaterialExpressionParticleColor.h | |
| Returns the text to display on the material expression (in the material editor). | Materials/MaterialExpressionParticleColor.h | ||
virtual FText GetKeywords() |
Returns the keywords that should be used when searching for this expression | Materials/MaterialExpressionParticleColor.h |