unreal.DataRegistrySubsystemGetItemResult¶
- class unreal.DataRegistrySubsystemGetItemResult¶
Bases:
EnumBaseEnum used to indicate success or failure of finding a data registry item
C++ Source:
Plugin: DataRegistry
Module: DataRegistry
File: DataRegistrySubsystem.h
- FOUND: DataRegistrySubsystemGetItemResult = Ellipsis¶
Found the row successfully.
- Type:
0
- NOT_FOUND: DataRegistrySubsystemGetItemResult = Ellipsis¶
Failed to find the row.
- Type:
1