Navigation
API > API/Plugins > API/Plugins/ProjectLauncher
| Name | FLaunchProfileTreeNode |
| Type | class |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/ProfileTree/LaunchProfileTreeData.h |
| Include Path | #include "ProfileTree/LaunchProfileTreeData.h" |
Syntax
class FLaunchProfileTreeNode : public TSharedFromThis< FLaunchProfileTreeNode >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FLaunchProfileTreeNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLaunchProfileTreeNode
(
FLaunchProfileTreeData* InTreeData |
Construction | ProfileTree/LaunchProfileTreeData.h |
Structs
| Name | Remarks |
|---|---|
| FBooleanCallbacks | |
| FCallbacks | Node creation |
| FStringCallbacks |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FFunction | TFunction< void()> | ProfileTree/LaunchProfileTreeData.h | |
| FGetBool | TFunction< bool()> | ProfileTree/LaunchProfileTreeData.h | |
| FGetString | TFunction< FString(void)> | ProfileTree/LaunchProfileTreeData.h | |
| FSetBool | TFunction< void(bool)> | ProfileTree/LaunchProfileTreeData.h | |
| FSetString | TFunction< void(FString)> | ProfileTree/LaunchProfileTreeData.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Callbacks | FCallbacks | ProfileTree/LaunchProfileTreeData.h | ||
| Children | TArray< FLaunchProfileTreeNodePtr > | ProfileTree/LaunchProfileTreeData.h | ||
| Name | FText | Member variables | ProfileTree/LaunchProfileTreeData.h | |
| Widget | TSharedPtr< SWidget > | ProfileTree/LaunchProfileTreeData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FLaunchProfileTreeNode & AddBoolean
(
FText InName, |
ProfileTree/LaunchProfileTreeData.h | ||
FLaunchProfileTreeNode & AddCommandLineString
(
FText InName, |
ProfileTree/LaunchProfileTreeData.h | ||
FLaunchProfileTreeNode & AddDirectoryString
(
FText InName, |
ProfileTree/LaunchProfileTreeData.h | ||
FLaunchProfileTreeNode & AddString
(
FText InName, |
ProfileTree/LaunchProfileTreeData.h | ||
FLaunchProfileTreeNode & AddWidget
(
FText InName, |
ProfileTree/LaunchProfileTreeData.h | ||
FLaunchProfileTreeNode & AddWidget
(
FText InName, |
ProfileTree/LaunchProfileTreeData.h | ||
const FLaunchProfileTreeData * GetTreeData() |
ProfileTree/LaunchProfileTreeData.h |