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 void StringViewToBytes
&40;
const FStringView InSource,
TArray< uint8 > & OutBytes
&41;
Remarks
Convert a StringView to a byte array.
Parameters
| Name | Description |
|---|---|
| InSource | The source string |
| OutBytes | The destination byte array |