Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/IDisplayClusterCustomState
Description
Returns set of node IDs that this custom state is expecting to get updates from. Based on the data propagation technique, this may disable any data senders, even all of them. It can also be used to reduce traffic while replicationg huge blobs.
Derived Overrides
| Name | GetUpstreams |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Cluster/CustomStates/IDisplayClusterCustomState.h |
| Include Path | #include "Cluster/CustomStates/IDisplayClusterCustomState.h" |
virtual TSet< FName > GetUpstreams() const
- A set of cluster node IDs that should propagate their updates to this instance