Navigation
API > API/Plugins > API/Plugins/ProjectLauncher > API/Plugins/ProjectLauncher/FLaunchExtensionInstance
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLaunchProfileTreeNode & AddDefaultHeading
(
ProjectLauncher::FLaunchProfileTreeData& ProfileTreeData |
Create the default heading for this extension | Extension/LaunchExtension.h | |
FLaunchProfileTreeNode & AddDefaultHeading
(
ProjectLauncher::FLaunchProfileTreeData& ProfileTreeData, |
Create the default heading for this extension, with a bespoke display name | Extension/LaunchExtension.h |
AddDefaultHeading(ProjectLauncher::FLaunchProfileTreeData &)
Description
Create the default heading for this extension
| Name | AddDefaultHeading |
| Type | function |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Extension/LaunchExtension.h |
| Include Path | #include "Extension/LaunchExtension.h" |
| Source | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Private/Extension/LaunchExtension.cpp |
FLaunchProfileTreeNode & AddDefaultHeading
(
ProjectLauncher::FLaunchProfileTreeData & ProfileTreeData
) const
AddDefaultHeading(ProjectLauncher::FLaunchProfileTreeData &, FText)
Description
Create the default heading for this extension, with a bespoke display name
| Name | AddDefaultHeading |
| Type | function |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/Extension/LaunchExtension.h |
| Include Path | #include "Extension/LaunchExtension.h" |
| Source | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Private/Extension/LaunchExtension.cpp |
FLaunchProfileTreeNode & AddDefaultHeading
(
ProjectLauncher::FLaunchProfileTreeData & ProfileTreeData,
FText OverrideDisplayName
) const