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" |
const OptionalType & Get
(
const OptionalType & DefaultValue
) const
The optional value when set; DefaultValue otherwise.