UMaterialExpressionLandscapeGrassOutput::GetCaption

Returns the text to display on the material expression (in the material editor).

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UMaterialExpression::GetCaption()

UMaterialExpressionLandscapeGrassOutput::GetCaption()

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Classes/Materials/MaterialExpressionLandscapeGrassOutput.h

Include

#include "Materials/MaterialExpressionLandscapeGrassOutput.h"

Source

/Engine/Source/Runtime/Landscape/Private/LandscapeGrass.cpp

Syntax

virtual void GetCaption
(
    TArray< FString > & OutCaptions
) const

Remarks

Returns the text to display on the material expression (in the material editor).

Returns

FString The text to display.