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