BufferUtil::AppendElements

Append enumerable elements to an array

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Util/BufferUtil.h

Include

#include "Util/BufferUtil.h"

Syntax

namespace BufferUtil
{
    template<typename T, typename EnumerableType>
    void BufferUtil::AppendElements
    (
        TArray< T > & AppendTo,
        EnumerableType Enumerable
    )
}

Remarks

Append enumerable elements to an array

Parameters

Parameter

Description

Data

array to append to

Enumerable

object that can be iterated over with a range-based for loop

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