Native method
FGBAHeaderViewListItem::
FormatCommentString#
protected:
static
void
FormatCommentString(
)
FString InComment,
FString& OutRawString,
FString& OutRichString
FString& OutRawString,
FString& OutRichString
Formats a string into a C++ comment
Parameters#
-
FString InComment
The string to format as a C++ comment
-
FString& OutRawString
The string formatted as a C++ comment
-
FString& OutRichString
The string formatted as a C++ comment with rich text decorators for syntax highlighting