Navigation
API > API/Plugins > API/Plugins/LiveLinkDevice > API/Plugins/LiveLinkDevice/ULiveLinkDeviceCapability
Description
Call this from your derived class to register a handler for one of the existing columns in the combined subjects/sources/devices view. For example, this can be used by a capability to allow generating a widget for the status or action column.
| Name | RegisterGlobalTableColumnHandler |
| Type | function |
| Header File | /Engine/Plugins/Animation/LiveLinkDevice/Source/LiveLinkDevice/Public/LiveLinkDeviceCapability.h |
| Include Path | #include "LiveLinkDeviceCapability.h" |
void RegisterGlobalTableColumnHandler
(
const FName InGlobalColumnName
)