Navigation
API > API/Plugins > API/Plugins/LiveLink > API/Plugins/LiveLink/FLiveLinkSourceCollection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ForEachSubject
(
TFunctionRef< void(FLiveLinkCollectionSourceItem&, FLiveLinkCollectionSubjectItem&)> VisitorFunc |
Thread safe way to apply a method over every subject. | LiveLinkSourceCollection.h | |
void ForEachSubject
(
TFunctionRef< void(const FLiveLinkCollectionSourceItem&, const FLiveLinkCollectionSubjectItem&)> V... |
Thread safe way to apply a method over every subject. | LiveLinkSourceCollection.h |
ForEachSubject(TFunctionRef< void(FLiveLinkCollectionSourceItem &, FLiveLinkCollectionSubjectItem &)>)
Description
Thread safe way to apply a method over every subject.
| Name | ForEachSubject |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkSourceCollection.h |
| Include Path | #include "LiveLinkSourceCollection.h" |
| Source | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Private/LiveLinkSourceCollection.cpp |
void ForEachSubject
(
TFunctionRef < void &, FLiveLinkCollectionSubjectItem &)> VisitorFunc
)
ForEachSubject(TFunctionRef< void(const FLiveLinkCollectionSourceItem &, const FLiveLinkCollectionSubjectItem &)>)
Description
Thread safe way to apply a method over every subject.
| Name | ForEachSubject |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkSourceCollection.h |
| Include Path | #include "LiveLinkSourceCollection.h" |
| Source | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Private/LiveLinkSourceCollection.cpp |
void ForEachSubject
(
TFunctionRef < void &, const FLiveLinkCollectionSubjectItem &)> VisitorFunc
) const