Navigation
API > API/Plugins > API/Plugins/DataLink > API/Plugins/DataLink/FDataLinkExecutor
Description
Used by Nodes that keep receiving data (instead of being a one-off) to keep execution active. Called when a node has received data successfully and is ready to pass it to the next node If this is called from the output node, it will broadcast this data to the listeners instead.
| Name | NextPersist |
| Type | function |
| Header File | /Engine/Plugins/VirtualProduction/DataLink/Source/DataLink/Public/DataLinkExecutor.h |
| Include Path | #include "DataLinkExecutor.h" |
| Source | /Engine/Plugins/VirtualProduction/DataLink/Source/DataLink/Private/DataLinkExecutor.cpp |
void NextPersist
(
const UDataLinkNode * InNode
)
Parameters
| Name | Remarks |
|---|---|
| InNode | the node that received this data |