Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UMaterialExpressionParticleRadius |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionParticleRadius.h |
| Include Path | #include "Materials/MaterialExpressionParticleRadius.h" |
Syntax
UCLASS (CollapseCategories, HideCategories=Object)
class UMaterialExpressionParticleRadius : public UMaterialExpressionExternalCodeBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMaterialExpression → UMaterialExpressionExternalCodeBase → UMaterialExpressionParticleRadius
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/MaterialExpressionParticleRadius.h | |
| Returns the text to display on the material expression (in the material editor). | Materials/MaterialExpressionParticleRadius.h |