FChunkedStructBuffer::ForEach

Iterates over all structs and calls Function on each item

Choose your operating system:

Windows

macOS

Linux

References

Module

StructUtils

Header

/Engine/Plugins/Experimental/StructUtils/Source/StructUtils/Public/ChunkedStructBuffer.h

Include

#include "ChunkedStructBuffer.h"

Syntax

template<typename TFunc>
void ForEach
(
    TFunc && Function
) const

Remarks

Iterates over all structs and calls Function on each item