Navigation
API > API/Plugins > API/Plugins/SubsonicCore > API/Plugins/SubsonicCore/TSubscriberDataStore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ForEach
(
TFunctionRef< void(const FExecutorScopeKey&, const FName&, DataType&)> InFunc |
Iterate on all executor-scoped data maps with their associated keys. | SubsonicSubscriberDataStore.h | |
void ForEach
(
TFunctionRef< void(const FExecutorScopeKey&, const FName&, const DataType&)> InFunc |
Iterate on all executor-scoped data with their associated keys. | SubsonicSubscriberDataStore.h | |
void ForEach
(
TFunctionRef< void(FName, DataType&)> InFunc |
Iterate on all values at global scope with all names. | SubsonicSubscriberDataStore.h | |
void ForEach
(
TFunctionRef< void(FName, const DataType&)> InFunc |
Iterate on all values at global scope with all names. | SubsonicSubscriberDataStore.h | |
void ForEach
(
const FExecutorScopeKey& InKey, |
Iterate on all data values associated with the given key with all names. | SubsonicSubscriberDataStore.h | |
void ForEach
(
const FExecutorScopeKey& InKey, |
Iterate on all data values associated with the given key with all names. | SubsonicSubscriberDataStore.h |
ForEach(TFunctionRef< void(const FExecutorScopeKey &, const FName &, DataType &)>)
Description
Iterate on all executor-scoped data maps with their associated keys.
| Name | ForEach |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Subsonic/Source/SubsonicCore/Public/SubsonicSubscriberDataStore.h |
| Include Path | #include "SubsonicSubscriberDataStore.h" |
void ForEach
(
TFunctionRef < void &, const FName &, DataType &)> InFunc
)
ForEach(TFunctionRef< void(const FExecutorScopeKey &, const FName &, const DataType &)>)
Description
Iterate on all executor-scoped data with their associated keys.
| Name | ForEach |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Subsonic/Source/SubsonicCore/Public/SubsonicSubscriberDataStore.h |
| Include Path | #include "SubsonicSubscriberDataStore.h" |
void ForEach
(
TFunctionRef < void &, const FName &, const DataType &)> InFunc
) const
ForEach(TFunctionRef< void(FName, DataType &)>)
Description
Iterate on all values at global scope with all names.
| Name | ForEach |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Subsonic/Source/SubsonicCore/Public/SubsonicSubscriberDataStore.h |
| Include Path | #include "SubsonicSubscriberDataStore.h" |
void ForEach
(
TFunctionRef < void, DataType &)> InFunc
)
ForEach(TFunctionRef< void(FName, const DataType &)>)
Description
Iterate on all values at global scope with all names.
| Name | ForEach |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Subsonic/Source/SubsonicCore/Public/SubsonicSubscriberDataStore.h |
| Include Path | #include "SubsonicSubscriberDataStore.h" |
void ForEach
(
TFunctionRef < void, const DataType &)> InFunc
) const
ForEach(const FExecutorScopeKey &, TFunctionRef< void(FName, DataType &)>)
Description
Iterate on all data values associated with the given key with all names.
| Name | ForEach |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Subsonic/Source/SubsonicCore/Public/SubsonicSubscriberDataStore.h |
| Include Path | #include "SubsonicSubscriberDataStore.h" |
void ForEach
(
const FExecutorScopeKey & InKey,
TFunctionRef < void, DataType &)> InFunc
)
ForEach(const FExecutorScopeKey &, TFunctionRef< void(FName, DataType &)>)
Description
Iterate on all data values associated with the given key with all names.
| Name | ForEach |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Subsonic/Source/SubsonicCore/Public/SubsonicSubscriberDataStore.h |
| Include Path | #include "SubsonicSubscriberDataStore.h" |
void ForEach
(
const FExecutorScopeKey & InKey,
TFunctionRef < void, DataType &)> InFunc
) const