Navigation
API > API/Plugins > API/Plugins/ProjectLauncher > API/Plugins/ProjectLauncher/FLaunchProfileTreeNode
Generic value callbacks.
| Name | TTypeCallbacks |
| Type | struct |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/ProfileTree/LaunchProfileTreeData.h |
| Include Path | #include "ProfileTree/LaunchProfileTreeData.h" |
Syntax
template<typename T>
struct TTypeCallbacks
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GetDefaultValue | TFunction< T()> | ProfileTree/LaunchProfileTreeData.h | ||
| GetValue | TFunction< T()> | ProfileTree/LaunchProfileTreeData.h | ||
| IsEnabled | FGetBool | ProfileTree/LaunchProfileTreeData.h | ||
| IsVisible | FGetBool | ProfileTree/LaunchProfileTreeData.h | ||
| SetValue | TFunction< void(T)> | ProfileTree/LaunchProfileTreeData.h | ||
| Validation | FValidation | ProfileTree/LaunchProfileTreeData.h |