Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Return codes for the GetCached functions in the various subsystems.
| Name | EOnlineCachedResult::Type |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
| Include Path | #include "OnlineSubsystemTypes.h" |
Syntax
namespace EOnlineCachedResult
{
enum Type
{
Success,
NotFound,
}
}
Values
| Name | Remarks |
|---|---|
| Success | |
| NotFound | The requested data was found and returned successfully. |