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<typename InElementType>
FString UE&58;&58;Learning&58;&58;Array&58;&58;Format
&40;
const TLearningArrayView< 1, const InElementType > Array,
const TFunctionRef< FString(const InElementType &)> Formatter,
const int32 MaxItemNum
&41;
}
}
}