Navigation
API > API/Runtime > API/Runtime/Core
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
auto MakeConstArrayView
(
OtherRangeType&& Other |
Containers/ArrayView.h | ||
TArrayView< const ElementType > MakeConstArrayView
(
std::initializer_list< ElementType > List |
Containers/ArrayView.h | ||
TArrayView< const ElementType > MakeConstArrayView
(
const ElementType* Pointer, |
Containers/ArrayView.h |
MakeConstArrayView(OtherRangeType &&)
| Name | MakeConstArrayView |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/ArrayView.h |
| Include Path | #include "Containers/ArrayView.h" |
template<typename OtherRangeType, typename CVUnqualifiedOtherRangeType, std::enable_if_t<< CVUnqualifiedOtherRangeType >::Value &&TIsTArrayView_V< CVUnqualifiedOtherRangeType >), int >>
auto MakeConstArrayView
(
OtherRangeType && Other
)
MakeConstArrayView(std::initializer_list< ElementType >)
| Name | MakeConstArrayView |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/ArrayView.h |
| Include Path | #include "Containers/ArrayView.h" |
template<typename ElementType>
TArrayView < const ElementType > MakeConstArrayView
(
std::initializer_list< ElementType > List
)
MakeConstArrayView(const ElementType *, int32)
| Name | MakeConstArrayView |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/ArrayView.h |
| Include Path | #include "Containers/ArrayView.h" |
template<typename ElementType>
TArrayView < const ElementType > MakeConstArrayView
(
const ElementType * Pointer,
int32 Size
)