Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Internationalization
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.