EDataRegistrySubsystemGetItemResult

Enum used to indicate success or failure of EvaluateCurveTableRow.

Windows
MacOS
Linux

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 EvaluateCurveTableRow.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss