EOnlineCachedResult::Type

Return codes for the GetCached functions in the various subsystems.

Choose your operating system:

Windows

macOS

Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h

Include

#include "OnlineSubsystemTypes.h"

Syntax

namespace EOnlineCachedResult
{
    enum Type
    {
        Success,
        NotFound,
    }
}

Values

Name

Description

Success

NotFound

The requested data was found and returned successfully.

Remarks

Return codes for the GetCached functions in the various subsystems.