Web3S_Demo
>
Web 3S Byte Utils Function Library
Web 3S Byte Utils Function Library
Byte Utils Function Library
Inheritance Hierarchy
References
|
Module
|
Web3S_Core_Runtime |
|
Header
|
Plugins/Web3S_Plugin/Source/Web3S_Core_Runtime/Public/Utils/Lib/Web3S_ByteUtilsFunctionLibrary.h |
|
Source
|
Plugins/Web3S_Plugin/Source/Web3S_Core_Runtime/Private/Utils/Lib/Web3S_ByteUtilsFunctionLibrary.cpp |
|
Include
|
Utils/Lib/Web3S_ByteUtilsFunctionLibrary.h |
Functions
|
AreBytesEqual
|
Compares two arrays of bytes to determine if they are equal over a specified range. |
|
BytesToImage
|
Converts raw image byte data into a UTexture2D object.
This function uses the ImageWrapper module to handle compressed image data and decompress it before converting it into a texture. |
|
Get Bytes Sub Array
|
Extracts a subarray of bytes from the given array, starting at a specified index and of a specified length. |
|
MergeBytes
|
Merges two arrays of bytes into a single output array. |
|
SplitBytes
|
Splits a byte array into two parts based on a specified length. |