Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UMaterialExpressionActorPositionWS |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionActorPositionWS.h |
| Include Path | #include "Materials/MaterialExpressionActorPositionWS.h" |
Syntax
UCLASS (CollapseCategories, HideCategories=Object)
class UMaterialExpressionActorPositionWS : public UMaterialExpression
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMaterialExpression → UMaterialExpressionActorPositionWS
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OriginType | EPositionOrigin | Materials/MaterialExpressionActorPositionWS.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/MaterialExpressionActorPositionWS.h | |
virtual void GetCaption
(
TArray< FString >& OutCaptions |
Returns the text to display on the material expression (in the material editor). | Materials/MaterialExpressionActorPositionWS.h |