Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasValidationError
(
ILauncherProfileUATCommandPtr UATCommand |
Checks whether the last validation yielded any error. | ILauncherProfile.h | |
bool HasValidationError
(
ELauncherProfileValidationErrors::Type Error, |
Checks whether the last validation yielded the specified error. | ILauncherProfile.h |
HasValidationError(ILauncherProfileUATCommandPtr)
Description
Checks whether the last validation yielded any error.
| Name | HasValidationError |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
bool HasValidationError
(
ILauncherProfileUATCommandPtr UATCommand
) const
true if the any error is present, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| UATCommand | Optional UAT command associated with this error |
HasValidationError(ELauncherProfileValidationErrors::Type, ILauncherProfileUATCommandPtr)
Description
Checks whether the last validation yielded the specified error.
| Name | HasValidationError |
| Type | function |
| Header File | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include Path | #include "ILauncherProfile.h" |
bool HasValidationError
(
ELauncherProfileValidationErrors::Type Error,
ILauncherProfileUATCommandPtr UATCommand
) const
true if the error is present, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Error | The validation error to check for. |
| UATCommand | Optional UAT command associated with this error |