Navigation
API > API/Plugins > API/Plugins/JWT > API/Plugins/JWT/FJwtUtils
References
| Module | JWT |
| Header | /Engine/Plugins/Experimental/JWT/Source/JWT/Public/JwtUtils.h |
| Include | #include "JwtUtils.h" |
| Source | /Engine/Plugins/Experimental/JWT/Source/JWT/Private/JwtUtils.cpp |
static bool SplitStringView
(
const FStringView InSource,
const TCHAR InDelimiter,
FStringView & OutLeft,
FStringView & OutRight
)
Remarks
Split a StringView on a delimiter. Whether the string view could be split
Parameters
| Name | Description |
|---|---|
| InSource | The source string view |
| InDelimiter | The delimiter |
| OutLeft | Out string view for the left part |
| OutRight | Out string view for the right part |