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 IsValidIndex
(
int32 Index
) const
Remarks
Tests if index is valid, i.e. greater than or equal to zero, and less than the number of characters in the string view. True if index is valid. False otherwise.
Parameters
| Name | Description |
|---|---|
| Index | Index to test. |