TArrayView::TArrayView

Construct a view of an initializer list.

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss