Navigation
API > API/Developer > API/Developer/LauncherServices > API/Developer/LauncherServices/ILauncherProfile > API/Developer/LauncherServices/ILauncherProfile/HasValidationError
References
| Module | LauncherServices |
| Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
| Include | #include "ILauncherProfile.h" |
bool HasValidationError
&40;
ELauncherProfileValidationErrors::Type Error
&41; const
Remarks
Checks whether the last validation yielded the specified error. true if the error is present, false otherwise.
Parameters
| Name | Description |
|---|---|
| Error | The validation error to check for. |