Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FVariant
Description
Gets the stored value as a byte array.
This method returns the internal representation of any value as an array of raw bytes. To retrieve values of type TArray
| Name | GetBytes |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Variant.h |
| Include Path | #include "Misc/Variant.h" |
const TArray < uint8 > & GetBytes() const
Byte array.
See Also
- GetValue