Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > TCString
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/CString.h |
Include | #include "Misc/CString.h" |
static const CharType * Strfind
(
const CharType * Str,
const CharType * Find,
bool bSkipQuotedChars
)
Remarks
Find string in string, case sensitive, requires non-alphanumeric lead-in.