Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FVariant > API/Runtime/Core/Misc/FVariant/op_assign
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/Variant.h |
Include | #include "Misc/Variant.h" |
FVariant & operator&61;
&40;
TArray< uint8 > && InArray
&41;
Remarks
Assignment operator for byte arrays.
Array values are passed straight through as an optimization. Please note that, if you serialize any complex types into arrays and then store them in FVariant, you will be responsible for ensuring byte ordering if the FVariant gets sent over the network. This instance.
Parameters
Name | Description |
---|---|
InArray | The byte array to assign. |