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

Note: higher quality locations should have higher enum values, we sort by these in AssetRegistry.cpp

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