Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FError
Description
Comparison against ids from statically declared error. Supports comparison against error name in namespace e.g. FMyError Err = UE::Core::SomeError(); check(Err == UE::Core::SomeError);
| Name | Equals |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Experimental/UnifiedError/UnifiedError.h |
| Include Path | #include "Experimental/UnifiedError/UnifiedError.h" |
bool Equals
(
int32 InModuleId,
int32 InErrorCodeId
) const