Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h |
| Include | #include "Containers/UnrealString.h" |
bool FindLastChar
&40;
TCHAR InChar,
int32 & Index
&41; const
Remarks
Searches the string for the last occurrence of a character true if character was found in this string, otherwise false
Parameters
| Name | Description |
|---|---|
| InChar | the character to search for |
| Index | out the position the character was found at, INDEX_NONE if return is false |