Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UMaterialExpressionLocalPosition |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionLocalPosition.h |
| Include Path | #include "Materials/MaterialExpressionLocalPosition.h" |
Syntax
UCLASS (CollapseCategories, HideCategories=Object, MinimalAPI)
class UMaterialExpressionLocalPosition : public UMaterialExpression
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMaterialExpression → UMaterialExpressionLocalPosition
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMaterialExpressionLocalPosition
(
const FObjectInitializer& ObjectInitializer |
Materials/MaterialExpressionLocalPosition.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| IncludedOffsets | EPositionIncludedOffsets | Materials/MaterialExpressionLocalPosition.h |
|
|
| LocalOrigin | ELocalPositionOrigin | Materials/MaterialExpressionLocalPosition.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/MaterialExpressionLocalPosition.h | |
virtual void GetCaption
(
TArray< FString >& OutCaptions |
Returns the text to display on the material expression (in the material editor). | Materials/MaterialExpressionLocalPosition.h | |
virtual void GetExpressionToolTip
(
TArray< FString >& OutToolTip |
Get a tooltip for the expression itself. | Materials/MaterialExpressionLocalPosition.h | |
virtual FText GetKeywords() |
Returns the keywords that should be used when searching for this expression | Materials/MaterialExpressionLocalPosition.h |