Navigation
API > API/Plugins > API/Plugins/LiveLink > API/Plugins/LiveLink/FLiveLinkSourceCollection
| Type | Name | Description | |
|---|---|---|---|
| void | ForEachSource
(
TFunctionRef< void(FLiveLinkCollectionSourceItem&)> VisitorFunc |
Thread safe way to apply a method over every source. | |
| void | ForEachSource
(
TFunctionRef< void(const FLiveLinkCollectionSourceItem&)> VisitorFunc |
Thread safe way to apply a method over every source. |