Navigation
API > API/Runtime > API/Runtime/Core
Result codes from calling QueryLocalizedResourceResult.
| Name | EQueryLocalizedResourceResult |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/Internationalization/LocalizedTextSourceTypes.h |
| Include Path | #include "Internationalization/LocalizedTextSourceTypes.h" |
Syntax
enum EQueryLocalizedResourceResult
{
Found,
NotFound,
NotImplemented,
}
Values
| Name | Remarks |
|---|---|
| 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 |