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