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