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