Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > StructUtils > FConstStructArrayView
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/StructUtils/StructArrayView.h |
Include | #include "StructUtils/StructArrayView.h" |
FConstStructArrayView Mid
(
int32 Index,
int32 Count
) const
Remarks
Returns the middle part of the view by taking up to the given number of elements from the given position.