Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TStringView
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/StringView.h |
| Include | #include "Containers/StringView.h" |
bool FindLastChar
(
CharType Search,
int32 & OutIndex
) const
Remarks
Search the view for the last occurrence of a character. True if the character was found in the view, otherwise false.
Parameters
| Name | Description |
|---|---|
| Search | The character to search for. Comparison is lexicographic. |
| OutIndex | [out] The position at which the character was found, or INDEX_NONE if not found. |