Native method

FGBAHeaderViewIncludesListItem::​

FormatIncludeDirective#

  • Declared in "HeaderView/Attributes/GBAHeaderViewIncludesListItem.h"
public:
static void FormatIncludeDirective(
const FString& InIncludePath,
FString& OutRawString,
FString& OutRichString
)

Formats a string into a C++ include directive

Parameters#

  • const FString& InIncludePath

    The string to format as a C++ include directive

  • FString& OutRawString

    The string formatted as a C++ include directive

  • FString& OutRichString

    The string formatted as a C++ include directive with rich text decorators for syntax highlighting