Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Containers/StridedView.h |
Include |
#include "Containers/StridedView.h" |
template<typename ElementType>
TStridedView< ElementType > MakeStridedView
(
int32 BytesBetweenElements,
ElementType * FirstElement,
int32 Count
)