Navigation
API > API/Runtime > API/Runtime/Engine
A material expression that routes LightmapUVs to the material.
| Name | UMaterialExpressionLightmapUVs |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionLightmapUVs.h |
| Include Path | #include "Materials/MaterialExpressionLightmapUVs.h" |
Syntax
UCLASS (CollapseCategories, HideCategories=Object)
class UMaterialExpressionLightmapUVs : public UMaterialExpressionExternalCodeBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMaterialExpression → UMaterialExpressionExternalCodeBase → UMaterialExpressionLightmapUVs
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMaterialExpressionLightmapUVs
(
const FObjectInitializer& ObjectInitializer |
Materials/MaterialExpressionLightmapUVs.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/MaterialExpressionLightmapUVs.h | |
| Returns the text to display on the material expression (in the material editor). | Materials/MaterialExpressionLightmapUVs.h |