Navigation
API > API/Plugins > API/Plugins/ProjectLauncher > API/Plugins/ProjectLauncher/FValidation
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FValidation () |
ProfileTree/LaunchProfileTreeData.h | ||
FValidation
(
std::initializer_list< ELauncherProfileValidationErrors::Type > InAssociatedErrors |
ProfileTree/LaunchProfileTreeData.h | ||
FValidation
(
std::initializer_list< FString > InAssociatedCustomErrors |
ProfileTree/LaunchProfileTreeData.h | ||
FValidation
(
std::initializer_list< ELauncherProfileValidationErrors::Type > InAssociatedErrors, |
ProfileTree/LaunchProfileTreeData.h |
FValidation()
| Name | FValidation |
| Type | function |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/ProfileTree/LaunchProfileTreeData.h |
| Include Path | #include "ProfileTree/LaunchProfileTreeData.h" |
FValidation()
FValidation(std::initializer_list< ELauncherProfileValidationErrors::Type >)
| Name | FValidation |
| Type | function |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/ProfileTree/LaunchProfileTreeData.h |
| Include Path | #include "ProfileTree/LaunchProfileTreeData.h" |
| Source | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Private/ProfileTree/LaunchProfileTreeData.cpp |
FValidation
(
std::initializer_list< ELauncherProfileValidationErrors::Type > InAssociatedErrors
)
FValidation(std::initializer_list< FString >)
| Name | FValidation |
| Type | function |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/ProfileTree/LaunchProfileTreeData.h |
| Include Path | #include "ProfileTree/LaunchProfileTreeData.h" |
| Source | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Private/ProfileTree/LaunchProfileTreeData.cpp |
FValidation
(
std::initializer_list< FString > InAssociatedCustomErrors
)
FValidation(std::initializer_list< ELauncherProfileValidationErrors::Type >, std::initializer_list< FString >)
| Name | FValidation |
| Type | function |
| Header File | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Public/ProfileTree/LaunchProfileTreeData.h |
| Include Path | #include "ProfileTree/LaunchProfileTreeData.h" |
| Source | /Engine/Plugins/Developer/ProjectLauncher/Source/ProjectLauncher/Private/ProfileTree/LaunchProfileTreeData.cpp |
FValidation
(
std::initializer_list< ELauncherProfileValidationErrors::Type > InAssociatedErrors,
std::initializer_list< FString > InAssociatedCustomErrors
)