DirectoryWatcher::EPathType

Enum specifying whether a path should be relative or absolute

Windows
MacOS
Linux

References

Module

DirectoryWatcher

Header

/Engine/Source/Developer/DirectoryWatcher/Public/FileCache.h

Include

#include "FileCache.h"

Syntax

namespace DirectoryWatcher
{
    enum EPathType
    {
        Relative,
        Absolute,
    }
}

Values

Name

Description

Relative

Paths should be cached relative to the root cache directory

Absolute

Paths should be cached as absolute file system paths

Remarks

Enum specifying whether a path should be relative or absolute

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