Navigation
API > API/Plugins > API/Plugins/LiveLinkDevice > API/Plugins/LiveLinkDevice/ULiveLinkDeviceSubsystem
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveDevice
(
ULiveLinkDevice* InDevice |
Remove a previously registered device. | LiveLinkDeviceSubsystem.h | |
void RemoveDevice
(
FGuid InDeviceId |
Remove a previously registered device by its GUID. | LiveLinkDeviceSubsystem.h |
RemoveDevice(ULiveLinkDevice *)
Description
Remove a previously registered device.
| Name | RemoveDevice |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLinkDevice/Source/LiveLinkDevice/Public/LiveLinkDeviceSubsystem.h |
| Include Path | #include "LiveLinkDeviceSubsystem.h" |
| Source | /Engine/Plugins/Animation/LiveLinkDevice/Source/LiveLinkDevice/Private/LiveLinkDeviceSubsystem.cpp |
void RemoveDevice
(
ULiveLinkDevice * InDevice
)
RemoveDevice(FGuid)
Description
Remove a previously registered device by its GUID.
| Name | RemoveDevice |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLinkDevice/Source/LiveLinkDevice/Public/LiveLinkDeviceSubsystem.h |
| Include Path | #include "LiveLinkDeviceSubsystem.h" |
| Source | /Engine/Plugins/Animation/LiveLinkDevice/Source/LiveLinkDevice/Private/LiveLinkDeviceSubsystem.cpp |
void RemoveDevice
(
FGuid InDeviceId
)