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 Contains
&40;
ViewType Search
&41; const
Remarks
Returns whether this view contains the specified substring. True if the view contains the search string, otherwise false.
Parameters
| Name | Description |
|---|---|
| Search | Text to search for |