Navigation
API > API/Plugins > API/Plugins/Learning
| Type | Name | Description | |
|---|---|---|---|
| void | UE::Learning::Array::ShiftLeft
(
TLearningArray< InDimNum, InElementType, Allocator >& Array, |
Shift all elements in an array to the left. Data at the end of the array will remain the same. | |
| void | UE::Learning::Array::ShiftLeft
(
TLearningArray< 1, InElementType, Allocator >& Array, |
Shift all elements in an array to the left. Data at the end of the array will remain the same. | |
| void | UE::Learning::Array::ShiftLeft
(
TLearningArrayView< InDimNum, InElementType > Array, |
Shift all elements in an array to the left. Data at the end of the array will remain the same. | |
| void | UE::Learning::Array::ShiftLeft
(
TLearningArrayView< 1, InElementType > Array, |
Shift all elements in an array to the left. Data at the end of the array will remain the same. |