Navigation
API > API/Plugins > API/Plugins/StructUtils
References
| Module | StructUtils |
| Header | /Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/StructUtils.h |
| Include | #include "StructUtils.h" |
namespace UE
{
namespace StructUtils
{
void UE&58;&58;StructUtils&58;&58;CalcMidIndexAndCount
&40;
int32 ArrayNum,
int32 & InOutIndex,
int32 & InOutCount
&41;
}
}
Remarks
Returns the middle part of an array or view by taking up to the given number of elements from the given position. Based on TArrayView::Mid().