nn::ubl::IsExist Function
bool IsExist(
u64 authorId,
u32 titleId,
u64 dataId
);
| Name | Description | |
|---|---|---|
| in | authorId | User ID to search for. |
| in | titleId | Title ID to search for. |
| in | dataId | UGC data ID to search for. |
true if the specified element matches; otherwise, returns false. Determines whether the specified ID exists in blocked senders settings.
Currently, the title ID and the UGC data ID are ignored. Support for them is planned for the future.
CONFIDENTIAL