Navigation
API > API/Plugins > API/Plugins/DataRegistry
Enum used to indicate success or failure of finding a data registry item
| Name | EDataRegistrySubsystemGetItemResult |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/DataRegistry/Source/DataRegistry/Public/DataRegistrySubsystem.h |
| Include Path | #include "DataRegistrySubsystem.h" |
Syntax
enum EDataRegistrySubsystemGetItemResult
{
Found,
NotFound,
}
Values
| Name | Remarks |
|---|---|
| Found | Found the row successfully. |
| NotFound | Failed to find the row. |