Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/Cluster
References
| Module | DisplayCluster |
| Header | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Cluster/IDisplayClusterGenericBarriersClient.h |
| Include | #include "Cluster/IDisplayClusterGenericBarriersClient.h" |
Syntax
struct FGenericBarrierSynchronizationDelegateData
Remarks
Barrier synchonrization callback data
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FString & | BarrierId | Barrier ID | |
| const TMap< FString, TArray< uint8 > > & | RequestData | Binary data provided on sync request (thread marker - to - data mapping) | |
| TMap< FString, TArray< uint8 > > & | ResponseData | Binary data to respond (thread marker - to - data mapping) | |
| const TMap< FString, FString > & | ThreadToNodeMap | Associates thread markers with the owning cluster nodes (thread marker - to - cluster node) |