unreal.DataRegistrySubsystemGetItemResult

class unreal.DataRegistrySubsystemGetItemResult

Bases: unreal.EnumBase

Enum used to indicate success or failure of EvaluateCurveTableRow.

C++ Source:

  • Plugin: DataRegistry

  • Module: DataRegistry

  • File: DataRegistrySubsystem.h

FOUND

Found the row successfully.

Type

0

NOT_FOUND

Failed to find the row.

Type

1