TArrayView::TArrayView

Construct a view of an initializer list.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/ArrayView.h

Include

#include "Containers/ArrayView.h"

Syntax

TArrayView
(
    std::initializer_list< ElementType > List
)

Remarks

Construct a view of an initializer list.

The caller is responsible for ensuring that the view does not outlive the initializer list.