Native struct
FGBASourceViewIncludesListItem#
A header view list item that displays a list of include directives
Methods#
-
publicexplicitFGBASourceViewIncludesListItem(const TSharedPtr<FGBAAttributeSetWizardViewModel>& InViewModel
-
static FGBAHeaderViewListItemPtrCreate(const TSharedPtr<FGBAAttributeSetWizardViewModel>& InViewModel
Creates a list item for the Header view representing a declaration for the given blueprint
-
virtual voidExtendContextMenu(FMenuBuilder& InMenuBuilder,
TWeakObjectPtr<UObject> InAsset -
static voidFormatIncludeDirective(const FString& InIncludePath,
FString& OutRawString,
FString& OutRichStringFormats a string into a C++ include directive
-
static voidFormatIncludeDirectives(const TArray<FString>& InIncludePaths,
FString& OutRawString,
FString& OutRichString