Navigation
Unreal Engine C++ API Reference > Developer > LauncherServices > ILauncherProfile > HasValidationError
References
Module | LauncherServices |
Header | /Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h |
Include | #include "ILauncherProfile.h" |
bool HasValidationError ( [ELauncherProfileValidationErrors::Type](API\Developer\LauncherServices\ELauncherProfileValidationErrors-) Error ) 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. |