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
template<typename ClientType>
struct FDisplayClusterGenericClientDeleter
Remarks
Custom deleter to avoid calling the virtual Disconnect function in the destructor. This is necessary since the destructor of the base class is calling it but expecting the derived class implementation to be called. This also avoids the PVS warning: V1053: Calling the 'Disconnect' virtual function in the destructor may lead to unexpected result at runtime.
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator()
(
ClientType* Client |