EOnlineCachedResult::Type

Return codes for the GetCached functions in the various subsystems.

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss