Navigation
API > API/Plugins > API/Plugins/StructUtils > API/Plugins/StructUtils/FConstStructArrayView
References
| Module | StructUtils |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/StructArrayView.h |
| Include | #include "StructArrayView.h" |
template<typename T>
constexpr TEnableIf< TIsConst< T >::Value, T & >::Type Last
&40;
int32 IndexFromTheEnd
&41; const
Remarks
Returns n-th last element from the array. const 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. |