Navigation
API > API/Plugins > API/Plugins/ProjectLauncher
| Name | FBasicProfileTreeBuilderFactory |
| Type | class |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/ProfileTree/BasicProfileTreeBuilder.h |
| Include Path | #include "ProfileTree/BasicProfileTreeBuilder.h" |
Syntax
class FBasicProfileTreeBuilderFactory : public ProjectLauncher::ILaunchProfileTreeBuilderFactory
Functions
Public
Overridden from ILaunchProfileTreeBuilderFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsProfileTypeSupported
(
EProfileType ProfileType |
Determines whether this tree builder can support profiles of the given type | ProfileTree/BasicProfileTreeBuilder.h | |
virtual TSharedPtr< ILaunchProfileTreeBuilder > TryCreateTreeBuilder
(
const ILauncherProfileRef& Profile, |
Create a profile tree builder class for the given profile | ProfileTree/BasicProfileTreeBuilder.h |