Native method

FGBAHeaderViewListItem::​

FormatSingleLineCommentString#

  • Declared in "GBAHeaderViewListItem.h"
protected:
static void FormatSingleLineCommentString(
FString InComment,
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