ArrayViewPrivate::GetDataHelper

Simply forwards to an unqualified [GetData()](API\Runtime\Core\Containers\GetData\1), but can be called from within [TArrayView](API\Runtime\Core\Containers\TArrayView) where [GetData()](API\Runtime\Core\Containers\GetData\1) is already a member and so hides any others.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/ArrayView.h"

Syntax

namespace ArrayViewPrivate
{
    template<typename T>
    decltype(auto) ArrayViewPrivate::GetDataHelper
    (
        T && Arg
    )
}

Remarks

Simply forwards to an unqualified GetData(), but can be called from within TArrayView where GetData() is already a member and so hides any others.

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