EFileChangeAction

Windows
MacOS
Linux

References

Module

DirectoryWatcher

Header

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

Include

#include "IDirectoryWatcher.h"

Syntax

enum EFileChangeAction
{
    FCA_Unknown,
    FCA_Added,
    FCA_Modified,
    FCA_Removed,
}

Values

Name

Description

FCA_Unknown

FCA_Added

FCA_Modified

FCA_Removed

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