Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FAsciiSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Test if string contains any character outside of set | Misc/AsciiSet.h | ||
| Test if string contains any character outside of set | Misc/AsciiSet.h |
HasOnly(const CharType *, FAsciiSet)
Description
Test if string contains any character outside of set
| Name | HasOnly |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AsciiSet.h |
| Include Path | #include "Misc/AsciiSet.h" |
template<typename CharType>
static bool HasOnly
(
const CharType * Str,
FAsciiSet Set
)
HasOnly(const StringType &, FAsciiSet)
Description
Test if string contains any character outside of set
| Name | HasOnly |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/AsciiSet.h |
| Include Path | #include "Misc/AsciiSet.h" |
template<class StringType>
static bool HasOnly
(
const StringType & Str,
FAsciiSet Set
)