Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAsciiSet
Description
Returns non-zero if a character is part of the set. Prefer Contains() to avoid VS2019 conversion warnings.
| Name | Test |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AsciiSet.h |
| Include Path | #include "Misc/AsciiSet.h" |
template<typename CharType>
uint64 Test
(
CharType Char
) const