Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/UE__Learning__Array__SerializeTo-
References
| Module | Learning |
| Header | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningArray.h |
| Include | #include "LearningArray.h" |
namespace UE
{
namespace Learning
{
namespace Array
{
template<uint8 InDimNum, typename InElementType, typename Allocator >
void UE::Learning::Array::SerializeToBytes
(
int32 & InOutOffset,
TLearningArrayView < 1, uint8 > Bytes,
const TLearningArray < InDimNum, InElementType, Allocator > & InArray
)
}
}
}
Remarks
Serialize an array to bytes