IMatchRule::IsFileApplicable

Test to see if a file is applicable based on this rule.

Windows
MacOS
Linux

References

Module

DirectoryWatcher

Header

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

Include

#include "FileCacheUtilities.h"

Syntax

TOptional< bool > IsFileApplicable
(
    const TCHAR * Filename
) const

Remarks

Test to see if a file is applicable based on this rule. Returns true if so, false of not, or empty if the file doesn't match this rule.

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