Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h.inl |
| Include | #include "Containers/UnrealString.h.inl" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/String.cpp.inl |
int32 HexToBytes
(
const UE_STRING_CLASS & HexString,
uint8 * OutBytes
)
Remarks
Convert a string of Hex digits into the byte array. The number of bytes copied
Parameters
| Name | Description |
|---|---|
| HexString | The string of Hex values |
| OutBytes | Ptr to memory must be preallocated large enough |