EChunkLocation::Type

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformChunkInstall.h

Include

#include "GenericPlatform/GenericPlatformChunkInstall.h"

Syntax

namespace EChunkLocation
{
    enum Type
    {
        DoesNotExist,
        NotAvailable,
        LocalSlow,
        LocalFast,
        BestLocation    =LocalFast,
    }
}

Values

Name

Description

DoesNotExist

NotAvailable

LocalSlow

LocalFast

BestLocation

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