Navigation
API > API/Plugins > API/Plugins/Learning
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&58;&58;Learning&58;&58;Array&58;&58;DeserializeFromBytes
&40;
int32 & InOutOffset,
TLearningArrayView< 1, const uint8 > Bytes,
TLearningArray< InDimNum, InElementType, Allocator > & OutArray
&41;
}
}
}
Remarks
Serialize an array from bytes