Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TCString
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const CharType * Strstr
(
const CharType* String, |
Strstr wrapper | Misc/CString.h | |
static CharType * Strstr
(
CharType* String, |
Misc/CString.h |
Strstr(const CharType , const CharType )
Description
Strstr wrapper
| Name | Strstr |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/CString.h |
| Include Path | #include "Misc/CString.h" |
static const CharType * Strstr
(
const CharType * String,
const CharType * Find
)
Strstr(CharType , const CharType )
| Name | Strstr |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/CString.h |
| Include Path | #include "Misc/CString.h" |
static CharType * Strstr
(
CharType * String,
const CharType * Find
)