Navigation
API > API/Plugins > API/Plugins/LiveLinkDevice > API/Plugins/LiveLinkDevice/ULiveLinkDevice
Description
Generate the Slate content, for this device's row, for the specified column. The default implementation will delegate to the capability CDO where appropriate.
| Name | GenerateWidgetForColumn |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLinkDevice/Source/LiveLinkDevice/Public/LiveLinkDevice.h |
| Include Path | #include "LiveLinkDevice.h" |
| Source | /Engine/Plugins/Animation/LiveLinkDevice/Source/LiveLinkDevice/Private/LiveLinkDevice.cpp |
virtual TSharedRef< SWidget > GenerateWidgetForColumn
(
const FName InColumnId,
const FLiveLinkDeviceWidgetArguments & InArgs
)