Navigation
API > API/Runtime > API/Runtime/Engine
| Name | UMaterialExpressionFontSignedDistance |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialExpressionFontSignedDistance.h |
| Include Path | #include "Materials/MaterialExpressionFontSignedDistance.h" |
Syntax
UCLASS (CollapseCategories, HideCategories=Object, MinimalAPI)
class UMaterialExpressionFontSignedDistance : public UMaterialExpressionExternalCodeBase
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMaterialExpression → UMaterialExpressionExternalCodeBase → UMaterialExpressionFontSignedDistance
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMaterialExpressionFontSignedDistance
(
const FObjectInitializer& ObjectInitializer |
Materials/MaterialExpressionFontSignedDistance.h |
Functions
Public
Overridden from UMaterialExpression
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void GetCaption
(
TArray< FString >& OutCaptions |
Returns the text to display on the material expression (in the material editor). | Materials/MaterialExpressionFontSignedDistance.h |