Navigation
API > API/Plugins > API/Plugins/ProjectLauncher
| Name | FCustomProfileTreeBuilder |
| Type | class |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/ProfileTree/CustomProfileTreeBuilder.h |
| Include Path | #include "ProfileTree/CustomProfileTreeBuilder.h" |
Syntax
class FCustomProfileTreeBuilder : public ProjectLauncher::FGenericProfileTreeBuilder
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FGenericProfileTreeBuilder → FCustomProfileTreeBuilder
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCustomProfileTreeBuilder
(
const ILauncherProfileRef& Profile, |
ProfileTree/CustomProfileTreeBuilder.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FCustomProfileTreeBuilder() |
ProfileTree/CustomProfileTreeBuilder.h |
Functions
Public
Overridden from ILaunchProfileTreeBuilder
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Construct() |
Construct the launch profile tree | ProfileTree/CustomProfileTreeBuilder.h | |
virtual FString GetName() |
Debug name for this tree builder | ProfileTree/CustomProfileTreeBuilder.h |