ILauncherProfile::HasValidationError

Checks whether the last validation yielded the specified error.

Windows
MacOS
Linux

References

Module

LauncherServices

Header

/Engine/Source/Developer/LauncherServices/Public/ILauncherProfile.h

Include

#include "ILauncherProfile.h"

Syntax

bool HasValidationError
(
    ELauncherProfileValidationErrors::Type Error
) const

Remarks

Checks whether the last validation yielded the specified error.

Returns

true if the error is present, false otherwise.

Parameters

Parameter

Description

Error

The validation error to check for.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss