Navigation
API > API/Plugins > API/Plugins/LiveLinkDevice > API/Plugins/LiveLinkDevice/ULiveLinkDevice
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T * GetDeviceSettings () |
This device's settings UObject. | LiveLinkDevice.h | |
T * GetDeviceSettings () |
This device's settings UObject (mutable). | LiveLinkDevice.h |
GetDeviceSettings()
Description
This device's settings UObject.
| Name | GetDeviceSettings |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLinkDevice/Source/LiveLinkDevice/Public/LiveLinkDevice.h |
| Include Path | #include "LiveLinkDevice.h" |
template<typename T>
const T * GetDeviceSettings() const
GetDeviceSettings()
Description
This device's settings UObject (mutable).
| Name | GetDeviceSettings |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLinkDevice/Source/LiveLinkDevice/Public/LiveLinkDevice.h |
| Include Path | #include "LiveLinkDevice.h" |
template<typename T>
T * GetDeviceSettings()