ILauncherProfile::HasValidationError

Checks whether the last validation yielded the specified error.

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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library