Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/TSharedCustomState
Description
Deserialization
It's used to deserialize and process post-synchronization response data, and probably update internal data.
Virtual Inheritance
- IDisplayClusterCustomState::Update → TSharedCustomState::Update
| Name | Update |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Cluster/CustomStates/DisplayClusterCustomStateShared.h |
| Include Path | #include "Cluster/CustomStates/DisplayClusterCustomStateShared.h" |
virtual void Update
(
const TMap < FName , TArray < uint8 > > & ClusterStates
)
Parameters
| Name | Remarks |
|---|---|
| ClusterStates | ClusterNodeId-to-StateData blobs |