EQueryLocalizedResourceResult

Result codes from calling QueryLocalizedResourceResult.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/LocalizedTextSourceTypes.h

Include

#include "Internationalization/LocalizedTextSourceTypes.h"

Syntax

enum EQueryLocalizedResourceResult
{
    Found,
    NotFound,
    NotImplemented,
}

Values

Name

Description

Found

Indicates the query found a matching entry and added its result

NotFound

Indicates that the query failed to find a matching entry

NotImplemented

Indicates that the query failed as this text source doesn't support queries

Remarks

Result codes from calling QueryLocalizedResourceResult.

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