Navigation
Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > FTargetPlatformSet
References
Module | TargetPlatform |
Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h |
Include | #include "Interfaces/ITargetPlatform.h" |
template<typename Func>
void ForEach
&40;
Func && Callback
&41; const
Remarks
Iterate over all set members
Parameters
Name | Description |
---|---|
Callback | callback accepting a const ITargetPlatform* argument |