Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UMaterialExpressionParticlePositionWS |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionParticlePositionWS.h |
| Include Path | #include "Materials/MaterialExpressionParticlePositionWS.h" |
Syntax
UCLASS (CollapseCategories, HideCategories=Object)
class UMaterialExpressionParticlePositionWS : public UMaterialExpressionExternalCodeBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMaterialExpression → UMaterialExpressionExternalCodeBase → UMaterialExpressionParticlePositionWS
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OriginType | EPositionOrigin | Materials/MaterialExpressionParticlePositionWS.h |
|
Functions
Public
Overridden from UMaterialExpression
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Build
(
MIR::FEmitter& Emitter |
Builds this expression's material IR. | Materials/MaterialExpressionParticlePositionWS.h | |
virtual int32 Compile
(
FMaterialCompiler* Compiler, |
Create the new shader code chunk needed for the Abs expression | Materials/MaterialExpressionParticlePositionWS.h | |
| Returns the text to display on the material expression (in the material editor). | Materials/MaterialExpressionParticlePositionWS.h |