Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TStringView > API/Runtime/Core/Containers/TStringView/EndsWith
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/StringView.h |
| Include | #include "Containers/StringView.h" |
bool EndsWith
(
ViewType Suffix,
ESearchCase::Type SearchCase
) const
Remarks
Returns whether this view ends with the suffix with optional case sensitivity.