Important: Please make sure DataLinq Plugin is properly installed and enabled before trying to create a DataLinq Node. (Reference: "Enabling Voyager DataLinq Plugin")
- Add a DataLinq Value node to your Blueprint.
- (Right Click -> Voyager DataLinq -> DataLinq Value)
- (Right Click -> Voyager DataLinq -> DataLinq Value)
- Attach the Event Begin Play event to the "Exec" pin of the node.
- You can use a "Sequence" node in between if you want to add multiple values later on.
- Enter the Source, Table, Row and Column properties into the Node, based on your DataLinq Source values from your DataLinq Server.
- "Table" property is only used in table-based data sources like XLS files.
- When the value changes, attach the On DataLinq Value Updated output pin to the action you would like to trigger.
- Important: This pin will be executed once on initialization and then per every Update notification received from the DataLinq Server, depending on your DataLinq Server Source update settings.
- If the output Value is empty, please check "DataLinq is returning an empty value. What can I do?"