UMaterialExpressionGetMaterialAttributes::GetCaption

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

Windows
MacOS
Linux

Override Hierarchy

UMaterialExpression::GetCaption()

UMaterialExpressionGetMaterialAttributes::GetCaption()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionGetMaterialAttributes.h

Include

#include "Materials/MaterialExpressionGetMaterialAttributes.h"

Source

/Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss