Navigation
API > API/Plugins > API/Plugins/LiveLink > API/Plugins/LiveLink/FLiveLinkClient
References
| Module | LiveLink |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkClient.h |
| Include | #include "LiveLinkClient.h" |
| Source | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Private/LiveLinkClient.cpp |
void UnregisterGlobalSubjectFramesDelegate
(
FDelegateHandle & InStaticDataAddedHandle,
FDelegateHandle & InFrameDataAddedHandle,
bool bUseUnmappedData
)
Remarks
Remove the delegates that were triggered for all subjects.
Parameters
| Name | Description |
|---|---|
| InStaticDataAddedHandle | The static data handle to remove. |
| InFrameDataAddedHandle | The frame data handle to remove. |
| bUseUnmappedData | Whether this is for unmapped or remapped data. |