ECloudAsyncTaskState::Type

The state of an async task (read friends, read content, write cloud file, etc) request

Windows
MacOS
Linux

References

Module

HTTPChunkInstaller

Header

/Engine/Plugins/Runtime/HTTPChunkInstaller/Source/Public/CloudTitleFileInterface.h

Include

#include "CloudTitleFileInterface.h"

Syntax

namespace ECloudAsyncTaskState
{
    enum Type
    {
        NotStarted,
        InProgress,
        Done,
        Failed,
    }
}

Values

Name

Description

NotStarted

The task has not been started

InProgress

The task is currently being processed

Done

The task has completed successfully

Failed

The task failed to complete

Remarks

The state of an async task (read friends, read content, write cloud file, etc) request

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