Navigation
API > API/Plugins > API/Plugins/DataLinkWebSocket
Instance data for the Web Socket Data Link node
| Name | FDataLinkWebSocketInstanceData |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/DataLink/Source/DataLinkWebSocket/Public/DataLinkWebSocket.h |
| Include Path | #include "DataLinkWebSocket.h" |
Syntax
USTRUCT ()
struct FDataLinkWebSocketInstanceData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| WebSocketHandle | UE::DataLink::FWebSocketHandle | Handle to the last web socket created for this instance | DataLinkWebSocket.h | |
| WebSocketSettings | FDataLinkWebSocketSettings | Settings used to create the web socket Used to determine if a new web socket has to be created | DataLinkWebSocket.h |