FTargetPlatformSet::ForEach

Iterate over all set members

Windows
MacOS
Linux

References

Module

TargetPlatform

Header

/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h

Include

#include "Interfaces/ITargetPlatform.h"

Syntax

template<typename Func>
void ForEach
(
    Func && Callback
) const

Remarks

Iterate over all set members

Parameters

Parameter

Description

Callback

callback accepting a const ITargetPlatform* argument

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