Navigation
API > API/Plugins > API/Plugins/SubsonicCore > API/Plugins/SubsonicCore/TSubscriberDataStore
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Removes the named data at the global scope level. | SubsonicSubscriberDataStore.h | ||
int32 Remove
(
const FExecutorScopeKey& Key |
Removes all named data at the executor scope level. | SubsonicSubscriberDataStore.h | |
int32 Remove
(
const FExecutorScopeKey& Key, |
Removes data associated with the given name at the executor scope level. | SubsonicSubscriberDataStore.h |
Remove(FName)
Description
Removes the named data at the global scope level.
| Name | Remove |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Subsonic/Source/SubsonicCore/Public/SubsonicSubscriberDataStore.h |
| Include Path | #include "SubsonicSubscriberDataStore.h" |
int32 Remove
(
FName Name
)
Remove(const FExecutorScopeKey &)
Description
Removes all named data at the executor scope level.
| Name | Remove |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Subsonic/Source/SubsonicCore/Public/SubsonicSubscriberDataStore.h |
| Include Path | #include "SubsonicSubscriberDataStore.h" |
int32 Remove
(
const FExecutorScopeKey & Key
)
Remove(const FExecutorScopeKey &, FName)
Description
Removes data associated with the given name at the executor scope level.
| Name | Remove |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Subsonic/Source/SubsonicCore/Public/SubsonicSubscriberDataStore.h |
| Include Path | #include "SubsonicSubscriberDataStore.h" |
int32 Remove
(
const FExecutorScopeKey & Key,
FName Name
)