Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > TCString > IsPureAnsi
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/CString.h |
Include | #include "Misc/CString.h" |
static bool IsPureAnsi
(
const CharType * Str
)
Remarks
Returns whether this string contains only pure ansi characters
Parameters
Name | Description |
---|---|
Str | string that will be checked |