Navigation
API > API/Plugins > API/Plugins/LiveLink > API/Plugins/LiveLink/FLiveLinkSourceCollection
References
Module | LiveLink |
Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkSourceCollection.h |
Include | #include "LiveLinkSourceCollection.h" |
template<typename DelegateType, typename... ArgTypes>
void BroadcastOnGameThread
(
DelegateType & InDelegate,
ArgTypes &&... InArgs
)
Remarks
Utility method used to broadcast delegates on the game thread if this function is called on a different thread.