Navigation
API > API/Plugins > API/Plugins/Learning > API/Plugins/Learning/UE__Learning__Array__ShiftLeft
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>
void UE&58;&58;Learning&58;&58;Array&58;&58;ShiftLeft
&40;
TLearningArrayView< 1, InElementType > Array,
const int32 ShiftNum
&41;
}
}
}
Remarks
Shift all elements in an array to the left. Data at the end of the array will remain the same.