TValueOrError::IsValid

Check whether a value is set.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/ValueOrError.h

Include

#include "Templates/ValueOrError.h"

Syntax

bool IsValid() const

Remarks

Check whether a value is set. Prefer HasValue and HasError to this. !IsValid() does not imply HasError().

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