Navigation
API > API/Plugins > API/Plugins/StructUtils > API/Plugins/StructUtils/FStructArrayView
References
| Module | StructUtils |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/StructArrayView.h |
| Include | #include "StructArrayView.h" |
template<typename T>
T & Last
&40;
const int32 IndexFromTheEnd
&41; const
Remarks
Returns n-th last element from the array. Reference to n-th last element from the array.
Parameters
| Name | Description |
|---|---|
| IndexFromTheEnd | (Optional) Index from the end of array. This MUST index a valid element. Default is 0. |