Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasValidationError () |
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()
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() const
true if the any error is present, false otherwise.
HasValidationError(ELauncherProfileValidationErrors::Type)
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
) const
true if the error is present, false otherwise.
Parameters
| Name | Remarks |
|---|---|
| Error | The validation error to check for. |