Navigation
API > API/Plugins > API/Plugins/ProjectLauncher
| Name | FLaunchProfileTreeData |
| Type | class |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/ProfileTree/LaunchProfileTreeData.h |
| Include Path | #include "ProfileTree/LaunchProfileTreeData.h" |
Syntax
class FLaunchProfileTreeData : public TSharedFromThis< FLaunchProfileTreeData >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FLaunchProfileTreeData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLaunchProfileTreeData
(
ILauncherProfilePtr InProfile, |
Construction | ProfileTree/LaunchProfileTreeData.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHasAnyMenuExtensions | bool | ProfileTree/LaunchProfileTreeData.h | ||
| bRequestTreeRefresh | bool | ProfileTree/LaunchProfileTreeData.h | ||
| ExtensionInstances | TArray< TSharedPtr< FLaunchExtensionInstance > > | ProfileTree/LaunchProfileTreeData.h | ||
| Model | TSharedRef< FModel > | ProfileTree/LaunchProfileTreeData.h | ||
| Nodes | TArray< FLaunchProfileTreeNodePtr > | ProfileTree/LaunchProfileTreeData.h | ||
| Profile | ILauncherProfilePtr | Member variables | ProfileTree/LaunchProfileTreeData.h | |
| TreeBuilder | ILaunchProfileTreeBuilder * | ProfileTree/LaunchProfileTreeData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLaunchProfileTreeNode & AddHeading
(
FText InName |
Node creation | ProfileTree/LaunchProfileTreeData.h | |
void CreateExtensionsUI() |
ProfileTree/LaunchProfileTreeData.h | ||
void RequestTreeRefresh() |
ProfileTree/LaunchProfileTreeData.h |