Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/UE__Learning__Array__Deserialize-
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::DeserializeFromBytes
(
int32 & InOutOffset,
TLearningArrayView < 1, const uint8 > Bytes,
TLearningArray < InDimNum, InElementType, Allocator > & OutArray
)
}
}
}
Remarks
Deserialize an array from bytes