Navigation
API > API/Plugins > API/Plugins/Learning
Description
Copied from Core/Public/Containers/ArrayView.h
Gets the data from the passed argument and proceeds to reinterpret the resulting elements
| Name | UE::MultiArrayView::Private::GetReinterpretedDataHelper |
| Type | function |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/MultiArrayView.h |
| Include Path | #include "MultiArrayView.h" |
namespace UE
{
namespace MultiArrayView
{
namespace Private
{
template<typename T>
decltype(auto) UE::MultiArrayView::Private::GetReinterpretedDataHelper
(
T && Arg
)
}
}
}