Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include | #include "Containers/Array.h" |
namespace UE4Array_Private
{
template<typename T>
decltype(auto) UE4Array_Private::GetDataHelper
(
T && Arg
)
}
Remarks
Simply forwards to an unqualified GetData(), but can be called from within a container or view where GetData() is already a member and so hides any others.