Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/FString
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h |
| Include | #include "Containers/UnrealString.h" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp |
static FString FromHexBlob
&40;
const uint8 &42; SrcBuffer,
const uint32 SrcSize
&41;
Remarks
Converts a buffer to a string by hex-ifying the elements the blob in string form
Parameters
| Name | Description |
|---|---|
| SrcBuffer | the buffer to stringify |
| SrcSize | the number of bytes to convert |