FInstancedStructStream::ForEachFiltered

Iterates over all structs of specified types and calls Function on each item

Choose your operating system:

Windows

macOS

Linux

References

Module

StructUtils

Header

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

Include

#include "InstancedStructStream.h"

Syntax

template<typename TFunc>
void ForEachFiltered
(
    TArrayView< const UScriptStruct * > AcceptedScriptStructs,
    TFunc && Function
) const

Remarks

Iterates over all structs of specified types and calls Function on each item