IDisplayClusterClusterSyncObject

Synchronizable object interface

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

DisplayCluster

Header

/Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Cluster/IDisplayClusterClusterSyncObject.h

Include

#include "Cluster/IDisplayClusterClusterSyncObject.h"

Syntax

class IDisplayClusterClusterSyncObject : public IDisplayClusterStringSerializable

Remarks

Synchronizable object interface

Destructors

Functions

Name Description

Public function

void

 

ClearDirty()

Cleans dirty flag making it 'not changed yet'.

Public function Const

FString

 

GetSyncId()

Unique ID of synced object.

Public function Const

bool

 

IsActive()

Need to sync this object?

Public function Const

bool

 

IsDirty()

Check if object has changed since last ClearDirty call.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss