Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > TOptional
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/Optional.h |
Include | #include "Misc/Optional.h" |
bool IsSet() const
true when the value is meaningful; false if calling GetValue() is undefined.