Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
Include |
#include "OnlineSubsystemTypes.h" |
namespace EOnlineCachedResult
{
enum Type
{
Success,
NotFound,
}
}
Name |
Description |
---|---|
Success |
|
NotFound |
The requested data was found and returned successfully. |
Return codes for the GetCached functions in the various subsystems.