Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/TCustomStateData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDataType & GetThreadData () |
Internal thread sensitive getter of local state data | Cluster/CustomStates/DisplayClusterCustomStateBase.h | |
const TDataType & GetThreadData () |
Internal thread sensitive getter of local state data (const version) | Cluster/CustomStates/DisplayClusterCustomStateBase.h | |
const TDataType & GetThreadData
(
const FName& NodeId |
Internal thread sensitive getter of a specific node state data (const version) | Cluster/CustomStates/DisplayClusterCustomStateBase.h | |
TDataType & GetThreadData
(
const FName& NodeId, |
Internal thread sensitive getter of a specific node state data | Cluster/CustomStates/DisplayClusterCustomStateBase.h |
GetThreadData()
Description
Internal thread sensitive getter of local state data
| Name | GetThreadData |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Cluster/CustomStates/DisplayClusterCustomStateBase.h |
| Include Path | #include "Cluster/CustomStates/DisplayClusterCustomStateBase.h" |
TDataType & GetThreadData()
GetThreadData()
Description
Internal thread sensitive getter of local state data (const version)
| Name | GetThreadData |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Cluster/CustomStates/DisplayClusterCustomStateBase.h |
| Include Path | #include "Cluster/CustomStates/DisplayClusterCustomStateBase.h" |
const TDataType & GetThreadData() const
GetThreadData(const FName &)
Description
Internal thread sensitive getter of a specific node state data (const version)
| Name | GetThreadData |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Cluster/CustomStates/DisplayClusterCustomStateBase.h |
| Include Path | #include "Cluster/CustomStates/DisplayClusterCustomStateBase.h" |
const TDataType & GetThreadData
(
const FName & NodeId
) const
GetThreadData(const FName &, bool)
Description
Internal thread sensitive getter of a specific node state data
| Name | GetThreadData |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Cluster/CustomStates/DisplayClusterCustomStateBase.h |
| Include Path | #include "Cluster/CustomStates/DisplayClusterCustomStateBase.h" |
TDataType & GetThreadData
(
const FName & NodeId,
bool bCreateIfNotExists
)