Navigation
API > API/Plugins > API/Plugins/DisplayCluster
Synchronizable object interface
| Name | IDisplayClusterClusterSyncObject |
| Type | class |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Cluster/IDisplayClusterClusterSyncObject.h |
| Include Path | #include "Cluster/IDisplayClusterClusterSyncObject.h" |
Syntax
class IDisplayClusterClusterSyncObject : public IDisplayClusterStringSerializable
Implements Interfaces
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IDisplayClusterClusterSyncObject() |
Cluster/IDisplayClusterClusterSyncObject.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ClearDirty() |
Cleans dirty flag making it 'not changed yet'. | Cluster/IDisplayClusterClusterSyncObject.h | |
FString GetSyncId() |
Unique ID of synced object. | Cluster/IDisplayClusterClusterSyncObject.h | |
bool IsActive() |
Need to sync this object? | Cluster/IDisplayClusterClusterSyncObject.h | |
bool IsDirty() |
Check if object has changed since last ClearDirty call. | Cluster/IDisplayClusterClusterSyncObject.h |