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 |
bool RemoveAllSourcesWithTimeout
(
float InTimeout
)
Remarks
Remove all sources and wait for them to be removed. This is a blocking operation. Whether all sources were removed successfully.
Parameters
| Name | Description |
|---|---|
| InTimeout | The timeout in seconds to wait. |