ConvertToMultilineToolTip

Parses a string into multiple lines, for use with tooltips.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/MaterialShared.h

Include

#include "MaterialShared.h"

Source

/Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp

Syntax

void ConvertToMultilineToolTip
(
    const FString & InToolTip,
    const int32 TargetLineLength,
    TArray< FString > & OutToolTip
)

Remarks

Parses a string into multiple lines, for use with tooltips.

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