Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/StructUtils
References
| Module | CoreUObject |
| Header | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructUtils.h |
| Include | #include "StructUtils/StructUtils.h" |
namespace UE
{
namespace StructUtils
{
void UE::StructUtils::CalcMidIndexAndCount
(
int32 ArrayNum,
int32 & InOutIndex,
int32 & InOutCount
)
}
}
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().