Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h |
| Include | #include "Containers/UnrealString.h" |
FString BytesToString
(
const uint8 * In,
int32 Count
)
Remarks
Convert an array of bytes to a string Valid string representing bytes.
Parameters
| Name | Description |
|---|---|
| In | byte array values to convert |
| Count | number of bytes to convert |